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); /* Couleurs marques */ --obut: #e8a020; --obut-dim: rgba(232,160,32,.1); --ms: #3070d0; --ms-dim: rgba(48,112,208,.1); --boulen: #30b060; --boulen-dim: rgba(48,176,96,.1); --geo: #d03030; --geo-dim: rgba(208,48,48,.1); --autre: #8060b0; --autre-dim: rgba(128,96,176,.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 40% 55% at 20% 50%, rgba(232,160,32,.09), transparent 60%), radial-gradient(ellipse 40% 55% at 50% 0%, rgba(48,112,208,.08), transparent 60%), radial-gradient(ellipse 40% 55% at 80% 50%, rgba(48,176,96,.07), transparent 60%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--jaune); 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.4rem, 7vw, 5rem); letter-spacing: 2px; line-height: 1.0; color: var(--blanc); max-width: 900px; margin: 0 auto 16px; } .hero h1 em { color: var(--jaune); font-style: normal; } /* Logos marques hero */ .hero-brands { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin: 22px 0 14px; } .hb-pill { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; padding: 8px 18px; border-radius: 6px; border: 1px solid; } .hb-pill.obut { color: var(--obut); border-color: rgba(232,160,32,.35); background: var(--obut-dim); } .hb-pill.ms { color: var(--ms); border-color: rgba(48,112,208,.35); background: var(--ms-dim); } .hb-pill.boulen { color: var(--boulen); border-color: rgba(48,176,96,.35); background: var(--boulen-dim); } .hb-pill.geo { color: var(--geo); border-color: rgba(208,48,48,.35); background: var(--geo-dim); } .hb-pill.autre { color: var(--autre); border-color: rgba(128,96,176,.35); background: var(--autre-dim); } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 640px; margin: 0 auto 14px; } .hero-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--gris); font-size: .88rem; margin-top: 14px; } .hero-meta span::before { content: '• '; } .hero-meta span:first-child::before { content: ''; } /* ─── LAYOUT ─── */ .page-wrap { max-width: 880px; margin: 0 auto; padding: 60px 24px 100px; } /* ─── INTRO ─── */ .intro-box { background: var(--card); border-left: 5px solid var(--jaune); border-radius: 0 8px 8px 0; padding: 22px 26px; margin-bottom: 48px; font-size: 1.05rem; color: #bbb; } /* ─── TOC ─── */ .toc { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--jaune); 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(--jaune); 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(--jaune); border-radius: 2px; flex-shrink: 0; } /* ─── FICHE MARQUE ─── */ .marque-card { border-radius: 14px; overflow: hidden; margin: 28px 0; border: 1px solid var(--border); } .mc-header { padding: 24px 26px 20px; display: flex; gap: 20px; align-items: flex-start; border-bottom: 1px solid var(--border); } .mc-logo-wrap { flex-shrink: 0; width: 70px; height: 70px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 2px; } .mc-meta { flex: 1; } .mc-nom { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 2px; line-height: 1; margin-bottom: 5px; } .mc-slogan { font-size: .88rem; color: #666; font-style: italic; margin-bottom: 8px; } .mc-tags { display: flex; flex-wrap: wrap; gap: 6px; } .mc-tag { font-size: .76rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; background: rgba(255,255,255,.04); border: 1px solid var(--border); color: #666; } .mc-body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; } @media(max-width:580px){ .mc-body { grid-template-columns: 1fr; } } .mc-col { padding: 20px 22px; border-bottom: 1px solid var(--border); } .mc-col:nth-child(odd) { border-right: 1px solid var(--border); } .mc-col-titre { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 2px; color: #444; margin-bottom: 10px; } .mc-col-texte { font-size: .88rem; color: #888; line-height: 1.65; } .mc-col-texte strong { color: #bbb; } .mc-footer { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; } @media(max-width:540px){ .mc-footer { grid-template-columns: 1fr 1fr; } } .mc-stat { padding: 14px 12px; text-align: center; border-right: 1px solid var(--border); } .mc-stat:last-child { border-right: none; } .mc-stat-val { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; line-height: 1; margin-bottom: 3px; } .mc-stat-label { font-size: .68rem; color: #555; line-height: 1.4; text-transform: uppercase; letter-spacing: 1px; } .mc-verdict { grid-column: 1 / -1; padding: 14px 20px; border-top: 1px solid var(--border); font-size: .88rem; line-height: 1.6; } .mc-verdict strong { display: block; margin-bottom: 4px; font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 1px; } /* Couleurs par marque */ .marque-obut .mc-header { background: linear-gradient(135deg, #1a1000, #0d0d0d); } .marque-obut .mc-logo-wrap { background: var(--obut-dim); color: var(--obut); border: 1px solid rgba(232,160,32,.3); } .marque-obut .mc-nom { color: var(--obut); } .marque-obut .mc-body { background: var(--card-2); } .marque-obut .mc-footer { background: var(--card); } .marque-obut .mc-stat-val { color: var(--obut); } .marque-obut .mc-verdict { background: var(--obut-dim); } .marque-obut .mc-verdict strong { color: var(--obut); } .marque-ms .mc-header { background: linear-gradient(135deg, #000810, #0d0d0d); } .marque-ms .mc-logo-wrap { background: var(--ms-dim); color: var(--ms); border: 1px solid rgba(48,112,208,.3); } .marque-ms .mc-nom { color: var(--ms); } .marque-ms .mc-body { background: var(--card-2); } .marque-ms .mc-footer { background: var(--card); } .marque-ms .mc-stat-val { color: var(--ms); } .marque-ms .mc-verdict { background: var(--ms-dim); } .marque-ms .mc-verdict strong { color: var(--ms); } .marque-boulen .mc-header { background: linear-gradient(135deg, #001408, #0d0d0d); } .marque-boulen .mc-logo-wrap { background: var(--boulen-dim); color: var(--boulen); border: 1px solid rgba(48,176,96,.3); } .marque-boulen .mc-nom { color: var(--boulen); } .marque-boulen .mc-body { background: var(--card-2); } .marque-boulen .mc-footer { background: var(--card); } .marque-boulen .mc-stat-val { color: var(--boulen); } .marque-boulen .mc-verdict { background: var(--boulen-dim); } .marque-boulen .mc-verdict strong { color: var(--boulen); } .marque-geo .mc-header { background: linear-gradient(135deg, #140000, #0d0d0d); } .marque-geo .mc-logo-wrap { background: var(--geo-dim); color: var(--geo); border: 1px solid rgba(208,48,48,.3); } .marque-geo .mc-nom { color: var(--geo); } .marque-geo .mc-body { background: var(--card-2); } .marque-geo .mc-footer { background: var(--card); } .marque-geo .mc-stat-val { color: var(--geo); } .marque-geo .mc-verdict { background: var(--geo-dim); } .marque-geo .mc-verdict strong { color: var(--geo); } .marque-autre .mc-header { background: linear-gradient(135deg, #0c0814, #0d0d0d); } .marque-autre .mc-logo-wrap { background: var(--autre-dim); color: var(--autre); border: 1px solid rgba(128,96,176,.3); } .marque-autre .mc-nom { color: var(--autre); } .marque-autre .mc-body { background: var(--card-2); } .marque-autre .mc-footer { background: var(--card); } .marque-autre .mc-stat-val { color: var(--autre); } .marque-autre .mc-verdict { background: var(--autre-dim); } .marque-autre .mc-verdict strong { color: var(--autre); } /* ─── BARRES DE COMPARAISON ─── */ .compare-bars { margin: 28px 0; } .cb-legende { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; } .cb-leg { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: #555; } .cb-dot { width: 12px; height: 12px; border-radius: 3px; flex-shrink: 0; } .cb-critere-titre { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: #444; margin-bottom: 10px; margin-top: 20px; } .cb-groupe { display: flex; flex-direction: column; gap: 5px; margin-bottom: 6px; } .cb-ligne { display: flex; align-items: center; gap: 10px; } .cb-nom { width: 90px; font-size: .8rem; color: #666; flex-shrink: 0; text-align: right; } .cb-track { flex: 1; height: 8px; background: #1a1a1a; border-radius: 8px; overflow: hidden; border: 1px solid #242424; } .cb-fill { height: 100%; border-radius: 8px; } .cb-score { width: 28px; font-family: 'Bebas Neue', sans-serif; font-size: .85rem; color: #444; text-align: right; flex-shrink: 0; } /* ─── TABLEAU GAMMES / PRIX ─── */ .table-wrap { overflow-x: auto; border-radius: 8px; border: 1px solid var(--border); margin: 28px 0; } table { width: 100%; border-collapse: collapse; font-size: .87rem; } thead tr { background: #0d0d0d; } thead th { font-family: 'Bebas Neue', sans-serif; font-size: .8rem; letter-spacing: 1.5px; padding: 11px 12px; text-align: left; color: var(--jaune); border-bottom: 1px solid var(--border); white-space: nowrap; } thead th:first-child { color: #555; } tbody tr { border-bottom: 1px solid var(--border); background: var(--card-2); } tbody tr:last-child { border-bottom: none; } tbody tr:hover { background: #1c1c1c; } tbody td { padding: 10px 12px; color: #888; vertical-align: middle; font-size: .85rem; } tbody td:first-child { color: #ccc; font-weight: 600; } .badge { display:inline-block; padding:2px 8px; border-radius:3px; font-size:.75rem; font-weight:700; } .badge-or { background: rgba(232,160,32,.12); color: var(--obut); } .badge-bl { background: var(--ms-dim); color: var(--ms); } .badge-ve { background: var(--boulen-dim); color: var(--boulen); } .badge-ro { background: var(--geo-dim); color: var(--geo); } .badge-vi { background: var(--autre-dim); color: var(--autre); } .badge-ok { background: var(--vert-dim); color: var(--vert); } .badge-ko { background: var(--rouge-dim); color: var(--rouge); } .badge-md { background: var(--orange-dim); color: var(--orange); } /* ─── PODIUM ─── */ .podium-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; align-items: end; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } @media(max-width:500px){ .podium-wrap { grid-template-columns: 1fr; } } .podium-item { padding: 20px 14px; text-align: center; border-right: 1px solid var(--border); background: var(--card-2); } .podium-item:last-child { border-right: none; } .podium-rang { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; line-height: 1; margin-bottom: 8px; } .podium-item:nth-child(1) .podium-rang { color: #c0c0c0; } .podium-item:nth-child(2) .podium-rang { color: #ffd700; } .podium-item:nth-child(3) .podium-rang { color: #cd7f32; } .podium-marque { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 5px; } .podium-item:nth-child(1) .podium-marque { color: var(--ms); } .podium-item:nth-child(2) .podium-marque { color: var(--obut); } .podium-item:nth-child(3) .podium-marque { color: var(--boulen); } .podium-categorie { font-size: .76rem; color: #555; 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(--jaune); margin-bottom: 10px; } .dp-text { font-size: 1.02rem; font-style: italic; color: #ccc; line-height: 1.7; border-left: 4px solid var(--jaune); padding-left: 16px; } .dp-sign { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--jaune); margin-top: 12px; } /* ─── INFO STRIP ─── */ .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--jaune); 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(232,160,32,.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(--jaune); 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(--jaune); 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); }
🏆 Brands — Comparison

The brand war
of pétanque

OBUT MS BOULENCIEL GEOLOGIC & others The historic giant, the technical challenger, the disruptor, the democratizer. Paquita compares with no holds barred — and without having received a cent from anyone. Pétanque equipment Brand comparison By Paquita Read time: 10 min
"T'as des Obut ?" — la question qu'on pose depuis 40 ans. Comme si avoir des Obut définissait le niveau d'un joueur. Sauf qu'en 2026, le marché des boules de pétanque n'est plus un monopole. MS a bâti une réputation technique solide. Boulenciel a convaincu des champions. Geologic a rendu les boules homologuées accessibles à 35 €. Et d'autres marques émergent avec des propositions sérieuses. Alors — qui fait vraiment les meilleures boules ? Paquita a creusé le sujet. La réponse est moins simple que vous ne le croyez.
📋 Contents
  1. The boules market — state of play 2026
  2. Obut — the giant that invented everything
  3. MS — the challenger who's not joking
  4. Boulenciel — the disruptor that wins champions
  5. Geologic (Décathlon) — the democratizer
  6. Other brands to know
  7. Criterion-by-criterion comparison
  8. The range and price table
  9. Paquita's verdict
  10. FAQ

The boules market — state of play 2026

Pétanque is the most widely played boules sport in the world, with over 17 million licensed players in 150 countries according to the FIPJP. Behind this figure lies an equipment market worth several hundred million euros a year — historically dominated by a few French players waging a discreet but real war.

🎙️ Paquita on brands "Loyalty to a boules brand is sometimes stronger than loyalty to a club. I've seen teams argue over 'MS vs Obut' with an intensity usually reserved for important matters. The truth nobody wants to hear: the brand on the boule matters far less than the weight, the grooves, the hardness and the way you play. But that would make for fewer debates at the clubhouse bar." — Paquita 📊

Methodological note: this article is based on brands' public data, feedback from players of various levels, and an analysis of the ranges available in 2026. No brand took part in the writing or paid to be mentioned. The ratings are subjective and represent a synthesis of community opinion — not a laboratory test.

OBUT — The giant that invented everything

OBUT OBUT "The global benchmark since 1904" Saint-Bonnet-le-Château Founded 1904 World leader Official FIPJP brand THE HISTORY Founded in 1904 in Saint-Bonnet-le-Château (Loire), Obut is the brand that industrialized the manufacture of pétanque boules and imposed its standards on the world. Official supplier of the World Championships for decades, it enjoys a reputation as absolute benchmark in the pétanque community. Its range stretches from accessible entry-level boules up to the ATX Carbon boules — the most sophisticated on the market. STRENGTHS & WEAKNESSES Strengths: consistent and controlled quality across all ranges, dense dealer network, responsive after-sales service, wide choice of weights/grooves/hardnesses, reassuring brand image.

Weaknesses: premium pricing in the high-end ranges, innovation sometimes seen as slow by challengers, an "establishment" image that holds some young players back. FLAGSHIP RANGES Match+: accessible entry-level, excellent for beginners.
Boulenger: mid-range, very popular in clubs.
ATX: high-end competition, hardened treated steel.
ATX Carbon: carbon technology, top of the range, premium price. FOR WHOM? Everyone, but particularly players who want a safe bet without taking a risk. The natural choice for a first serious purchase and regional tournaments. Pros in ATX. Clubs in Boulenger. Beginners in Match+. 120+years of existence 150countries distributed €35to over €300 a triplette ★ 1World Championships supplier PAQUITA'S VERDICT Obut, c'est le choix qu'on ne regrette jamais. Pas toujours le plus innovant, pas toujours le moins cher à niveau équivalent — mais toujours fiable, toujours conforme, toujours disponible. Si vous hésitez et que vous ne voulez pas vous tromper : Obut. C'est aussi simple que ça.

MS — The technical challenger who's not joking

MS MS Pétanque "Technique in service of the champion" Serious challenger Steel specialist Strong in competition Confirmed players' choice THE HISTORY MS Pétanque has established itself as Obut's main challenger in France and French-speaking countries. The brand built its reputation on a rigorous technical approach : steel treatment, dimensional precision, an extended range of hardnesses. It is particularly popular among shooters and competitors who want precise and reproducible boule behaviour. STRENGTHS & WEAKNESSES Strengths: excellent value for money on the mid-range lines, precise technical behaviour appreciated by competitors, a very extended range of hardnesses, strong presence in regional clubs.

Weaknesses: weaker in the entry-level range than its competitors, distribution sometimes limited outside affiliated clubs, a less international image than Obut. FLAGSHIP RANGES Competition: solid mid-range.
IT: treated internal steel, highly regarded high-end.
XL: large-size range for players with large hands.
Inox: corrosion resistance for damp conditions. FOR WHOM? The choice of intermediate to advanced players who have tested several brands and want precise technical behaviour without paying the Obut premium price. Particularly popular among shooters who trust the hardness of MS steel. 2ndbrand in France €28to €220 a triplette Strongin regional competition ★ IThigh-end star range PAQUITA'S VERDICT MS est le choix du joueur qui commence à prendre son jeu au sérieux sans vouloir payer la prime de notoriété Obut. Le rapport qualité/prix des gammes intermédiaires est excellent. Si vous jouez régulièrement en concours régional et que vous cherchez une boule fiable à prix raisonnable — MS est souvent la meilleure réponse.

Boulenciel — The disruptor that wins champions

BOULEN
CIEL BOULENCIEL "The challenger that scares the big boys" Innovative challenger Inox specialist Used by champions Rapid growth THE HISTORY Boulenciel is the rising brand that has most surprised the pétanque community in recent years. By convincing high-level players to switch to its boules — and winning titles with them — it has proven that quality was not the preserve of historic brands. Specialized in high-end inox alloys, it has a craft-industrial approach that appeals to demanding competitors. STRENGTHS & WEAKNESSES Strengths: recognized inox steel quality, innovations in alloys, superior corrosion resistance, boules used by national champions, an "outsider" image that appeals to demanding players.

Weaknesses: less extensive range, high prices on the best series, more limited distribution, fewer local dealers than Obut or MS. FLAGSHIP RANGES Iris: flagship high-end range, treated inox.
Steel: high-strength steel, strong among shooters.
Duo: accessible mid-range.
The Boulenciel range is narrower than Obut's but more focused. FOR WHOM? The choice of serious competitors who want to break new ground and who can afford to invest in high-end. And players who play on damp terrains or in rainy regions — Boulenciel inox is highly corrosion-resistant. ↑ 3rdrising brand €45to €280 a triplette Inoxthe house specialty Championslisted among users PAQUITA'S VERDICT Boulenciel, c'est la marque dont on commence à entendre parler sérieusement. Si vous cherchez une alternative à Obut sans sacrifier la qualité — voire en la dépassant sur certains critères comme la résistance à la corrosion — Boulenciel mérite une vraie attention. Seul bémol : l'accessibilité en termes de distribution et le prix des meilleures séries.

Geologic (Décathlon) — The democratizer

GEOLOGIC GEOLOGIC "Pétanque accessible to everyone — truly" Décathlon brand Entry/mid-range FIPJP approved Best value for money THE HISTORY Geologic is Décathlon's pétanque boules brand. Long confined to non-approved leisure boules, it has developed ranges of FIPJP-approved boules at cut prices that have changed the game for players on a limited budget. An approved Geologic triplette at €35-50 — where specialist brands start at €60. Quality has improved noticeably in recent years. STRENGTHS & WEAKNESSES Strengths: unbeatable prices on the entry/mid ranges, accessibility (1500+ Décathlon stores), FIPJP-approved, decent quality for club play, perfect for beginners and occasional players.

Weaknesses: no high-end competition range, less variety of grooves/hardnesses than the specialists, a "budget" image that holds some competitors back, less carefully finished than the premium brands. FLAGSHIP RANGES 1000 : non-approved leisure boules (garden, beach).
500 Approved: FIPJP-approved entry-level, the absolute best value for money on the market.
700 / 900 : mid-range with progressive improvement of hardnesses. FOR WHOM? The perfect choice for the serious beginner who wants approved boules without spending €80 on the first purchase. And club players who play occasionally and don't want to invest in high-end. Note: don't confuse the approved ranges and the leisure ranges — see our dedicated article. €35the approved triplette (entry) 1500+distribution stores FIPJPapproved on the Sport range N°1price/network accessibility PAQUITA'S VERDICT Geologic a fait quelque chose d'important : rendre les boules homologuées accessibles à 35 €. Pour un débutant qui veut jouer en concours sans mettre 100 € d'emblée, c'est la réponse évidente. Pour un compétiteur confirmé — non. La gamme haut de gamme n'existe pas. Mais pour commencer, difficile de faire mieux rapport qualité/prix.

Other brands to know

OTHERS The rest of the market Lesser-known brands that deserve attention Challengers Technical niches International LA BOULE BLEUE Historic French brand, less widely distributed than Obut but with a loyal fan base. Reputed for the consistent quality of its steel and its specific grooves. Strong roots in the South-West. Worth trying for players looking for a less mainstream alternative. PETANQUE MARKET / MARQUES IMPORT Brands imported from Asia or Eastern Europe offer approved boules at very aggressive prices. Quality is variable — some are honest for the price, others raise regularity issues. To be tested with caution and FIPJP approval must be checked imperatively. SPECIALIZED JACKS Several brands specialize in premium jacks: carbon jacks, fluorescent jacks for dark terrains, reinforced jacks for hard surfaces. This adjacent but growing segment offers interesting innovations for clubs looking for durability. INTERNATIONAL BRANDS Outside France, local brands exist in Italy, Spain and South-East Asia where pétanque is growing strongly. Little distributed in France but known to players who take part in international competitions. Quality generally compliant with FIPJP standards. PAQUITA'S ADVICE ON THESE BRANDS Les marques alternatives peuvent offrir de bonnes surprises — mais vérifiez toujours l'homologation FIPJP avant d'acheter. Une boule moins chère non homologuée coûte plus cher qu'une boule homologuée normale : elle vous coûte une exclusion de concours.

Criterion-by-criterion comparison

Obut MS Boulenciel Geologic QUALITÉ ACIER / DURABILITÉ Obut8.8 MS8.6 Boulenciel9.2 Geologic6.8 RAPPORT QUALITÉ / PRIX Obut7.2 MS8.4 Boulenciel7.4 Geologic9.2 GAMME & PERSONNALISATION (poids, striage, dureté) Obut9.5 MS8.2 Boulenciel7.0 Geologic5.0 ACCESSIBILITÉ / DISTRIBUTION Obut8.8 MS7.6 Boulenciel6.0 Geologic9.8 RÉPUTATION COMPÉTITION (haut niveau) Obut9.5 MS8.2 Boulenciel7.8 Geologic3.5

The 2026 range and price table

Brand — Range Price range Target level Approved Main material Strong point
Obut Match+ 35–55 € Beginner / Leisure ✓ FIPJP Standard steel Brand reliability
Obut Boulenger 60–90 € Club / Serious leisure ✓ FIPJP Treated steel Versatility
Obut ATX 120–180 € Regional/national competition ✓ FIPJP High-hardness steel Technical precision
Obut ATX Carbon 220–320 € Elite / Championships ✓ FIPJP Carbon + steel Cutting-edge technology
MS Competition 40–65 € Serious beginner / Club ✓ FIPJP Treated steel Affordable price
MS IT 100–160 € Regional competition ✓ FIPJP Treated internal steel Excellent value for money
Boulenciel Duo 50–80 € Club / Intermediate ✓ FIPJP Inox Corrosion resistance
Boulenciel Iris 130–200 € Competition / High level ✓ FIPJP High-quality inox Durability + precision
Geologic 500 Hom. 35–48 € Beginner / Budget ✓ FIPJP Standard steel Unbeatable price
Geologic 1000 Loisir 12–25 € Garden / Beach ✗ Not approved Low-end steel Price

The podium by use — which to choose according to your profile

There is no single best brand — there is the best brand for you. Here is the podium by usage profile.

🥈 MS Regular competitor
Best value for money 🥇 OBUT Safe bet across all
categories 🥉 BOULENCIEL High level
Premium inox 💡 The tip that avoids mistakes

Before choosing a brand, first choose your weight, your hardness and your grooving. It is these three parameters — not the brand — that really determine the behaviour of your boule. An Obut boule poorly chosen in weight or hardness will be less effective than an MS boule perfectly suited to your build and style. The brand is the last box to tick, not the first. See our guide: How to choose your boules 2026

Paquita's verdict

The brand war exists — but it is mostly in players' heads, not in the boules themselves. Here are the truths nobody says outright:

  • 🎯 On the high-end ranges: Obut, MS and Boulenciel are comparable in quality at equivalent levels. The difference in behaviour between an Obut ATX and an MS IT at the same weight/hardness/grooving is minimal for 95% of players. If you can feel them, you've reached a level where you can afford to have a preference.
  • 💰 On price: for a budget under €60, Geologic and MS Competition beat Obut. For a budget between €80 and €150, MS IT is hard to beat on value for money. Above €150, Obut ATX and Boulenciel Iris are worth trying.
  • 🧠 On the psychological effect: having boules from a reputed brand can give confidence — and confidence has a real impact on performance. It's not irrational to take this into account in your choice.
  • ⚠️ The warning: changing brands doesn't change your level. No boule compensates for a stroke that isn't mastered. See our video: Why changing boules doesn't change your level.
📖 LE LIVRE DE PAQUITA La méthode — quelle que soit votre marque

Obut, MS or Boulenciel — the stroke, the mental game and tactics don't depend on the brand engraved on your boule. Paquita's book covers all that with 100 numbered exercises and level-based programmes.

📦 Order on Amazon

FAQ — Your frequent questions

Both. Obut has real and consistent quality, an extensive range and a serious after-sales service — it's deserved. But part of its supremacy does come from its historic position and its contract with the world championships, which creates a virtuous circle: the best play with Obut, so everyone wants to play with Obut. MS and Boulenciel offer boules of comparable quality in their high-end ranges. The objective difference between the best Obut, MS and Boulenciel boules is far smaller than the difference in perception within the community. Under the rules, each player must play their 3 boules from a single approved batch — they must have the same weight, the same diameter, the same manufacturer and the same approval number. You cannot mix one Obut boule and two MS boules for the same player in an official tournament. On the other hand, within a team, each player can have boules from different brands — one player in Obut ATX, another in MS IT, the third in Boulenciel Iris, that's perfectly valid. Geologic boules from the "Sport" or "Competition" range are indeed FIPJP-approved — it's not marketing. They bear the engraved approval number and can be used in FFPJP-approved tournaments. The boules from the same manufacturer's "Initiation", "Beach" or "Leisure" ranges are not. The confusion comes from the fact that Décathlon sells both in the same aisle. Always check the "FIPJP approved" mention on the box and the number engraved on each boule. See: How to check approval The steel/inox choice is more important than the brand choice in terms of playing behaviour. Steel is generally slightly harder and offers a different impact sound. Inox is more corrosion-resistant and ideal for damp regions or players who store their boules in variable conditions. Boulenciel specializes in inox and is excellent in this category. Obut and MS offer both materials. For most players in normal storage conditions (dry indoors), the practical difference is minimal. See our article: Inox vs steel — full comparison Oui. Le marché est plus dynamique que jamais. Quelques tendances à surveiller : des marques artisanales françaises qui fabriquent en petites séries avec des alliages spéciaux et ciblent les compétiteurs premium. Des marques en ligne (vente directe, sans réseau physique) qui proposent des boules homologuées à prix cassés en éliminant la marge des revendeurs. Et des marques asiatiques qui commencent à obtenir l'homologation FIPJP avec des boules techniquement correctes à des prix très agressifs. La cartographie du marché en 2026 est plus diversifiée qu'elle ne l'a jamais été — ce qui est une bonne nouvelle pour les joueurs. 📎 Articles liés Equipment How to choose your pétanque boules — 2026 guide Equipment Stainless steel vs carbon — complete comparison Equipment Top 3 best shooter boules 2026 Equipment Checking the FFPJP approval of your boules Video Why changing bowls does not change your level Tools Free PetanqueLand tools

© Pétanque by Paquita — petanqueland.fr · 📖 Paquita's book on Amazon
Comparison based on public data and community feedback — no brand took part in or funded this article. Prices are indicative and may vary according to dealers and periods.

Share Follow

📬 Paquita's pétanque newsletter

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

← Previous articleThe little-known rules that lose pétanque gamesNext article →The battle of nerves: destabilising the opponent
← 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