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); --bleu: #4aa8e0; --bleu-dim: rgba(74,168,224,.1); /* Fer = orange chaud / Devant = bleu froid */ --fer: #e87820; --fer-dim: rgba(232,120,32,.1); --fer-med: rgba(232,120,32,.2); --devant: #2090e0; --devant-dim: rgba(32,144,224,.1); --devant-med: rgba(32,144,224,.2); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--noir); color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.8; -webkit-font-smoothing: antialiased; } a { color: var(--jaune); text-decoration: none; } a:hover { text-decoration: underline; } strong { color: #eee; } p { margin-bottom: 16px; color: #bbb; } em { color: #ccc; font-style: italic; } /* ─── HERO ─── */ .hero { position: relative; background: var(--noir-2); border-bottom: 3px solid var(--jaune); padding: 80px 24px 64px; text-align: center; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 55% at 25% 50%, rgba(232,120,32,.1), transparent 60%), radial-gradient(ellipse 50% 55% at 75% 50%, rgba(32,144,224,.1), 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.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 .fer { color: var(--fer); } .hero h1 .devant { color: var(--devant); } .hero h1 .vs { color: #333; font-size: .7em; } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 620px; margin: 0 auto 14px; } .hero-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--gris); font-size: .88rem; margin-top: 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(--jaune); 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; line-height: 1; margin-bottom: 5px; } .kf-val.fer { color: var(--fer); } .kf-val.devant { color: var(--devant); } .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(--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; } /* ─── GRAND DUEL FER vs DEVANT ─── */ .grand-duel { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; } @media(max-width:560px){ .grand-duel { grid-template-columns: 1fr; } } .gd-col { padding: 26px 20px; } .gd-fer { background: var(--fer-dim); border-right: 0; } .gd-devant { background: var(--devant-dim); border-left: 0; } .gd-vs { display: flex; align-items: center; justify-content: center; background: var(--card); border-left: 1px solid var(--border); border-right: 1px solid var(--border); padding: 0 14px; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: #2a2a2a; writing-mode: vertical-rl; letter-spacing: 6px; } .gd-ico { font-size: 2.4rem; margin-bottom: 10px; display: block; } .gd-nom { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 2px; margin-bottom: 6px; } .gd-fer .gd-nom { color: var(--fer); } .gd-devant .gd-nom { color: var(--devant); } .gd-def { font-size: .9rem; color: #999; margin-bottom: 14px; line-height: 1.6; } .gd-tags { display: flex; flex-wrap: wrap; gap: 6px; } .gd-tag { font-size: .74rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; } .gd-fer .gd-tag { background: var(--fer-dim); color: var(--fer); border: 1px solid var(--fer-med); } .gd-devant .gd-tag { background: var(--devant-dim); color: var(--devant); border: 1px solid var(--devant-med); } /* ─── SCHÉMA TERRAIN CSS ─── */ .schema-wrap { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 24px 20px; margin: 28px 0; } .schema-titre { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: #444; margin-bottom: 18px; text-align: center; } .terrain { position: relative; height: 110px; background: #0c140c; border: 1px solid #1a2a1a; border-radius: 8px; margin-bottom: 14px; overflow: hidden; } .terrain::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255,255,255,.015) 40px, rgba(255,255,255,.015) 41px); } /* Cercle lancer */ .t-cercle { position: absolute; left: 7%; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--jaune); display: flex; align-items: center; justify-content: center; font-size: .55rem; color: var(--jaune); font-weight: 700; } /* Boule adverse */ .t-boule-adv { position: absolute; border-radius: 50%; background: var(--rouge); } /* Cochonnet */ .t-cochonnet { position: absolute; border-radius: 50%; background: var(--jaune); width: 10px; height: 10px; } /* Trajectoires */ .t-traj-fer { position: absolute; top: 38%; left: 12%; width: 72%; height: 2px; background: linear-gradient(90deg, var(--fer), transparent); border-radius: 2px; } .t-traj-devant { position: absolute; top: 62%; left: 12%; width: 55%; height: 2px; background: linear-gradient(90deg, var(--devant), transparent); border-radius: 2px; border-top: 2px dashed rgba(32,144,224,.5); background: none; } /* Labels */ .t-label { position: absolute; font-size: .58rem; color: #555; white-space: nowrap; } .schema-legende { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; font-size: .76rem; color: #555; } .sl-item { display: flex; align-items: center; gap: 7px; } .sl-ligne { width: 24px; height: 2px; border-radius: 2px; } /* ─── ANALYSE CRITÈRE PAR CRITÈRE ─── */ .criteres-list { display: flex; flex-direction: column; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } .critere-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-bottom: 1px solid var(--border); } .critere-row:last-child { border-bottom: none; } .cr-critere { padding: 14px 16px; background: var(--card); border-right: 1px solid var(--border); font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 1px; color: #777; display: flex; align-items: center; gap: 8px; } .cr-fer { padding: 12px 14px; background: var(--fer-dim); border-right: 1px solid var(--border); font-size: .84rem; color: #bbb; line-height: 1.55; } .cr-devant { padding: 12px 14px; background: var(--devant-dim); font-size: .84rem; color: #bbb; line-height: 1.55; } .cr-avantage-fer { color: var(--fer); font-weight: 700; } .cr-avantage-devant { color: var(--devant); font-weight: 700; } .cr-avantage-egal { color: #555; font-style: italic; } .cr-row-header { display: grid; grid-template-columns: 1fr 1fr 1fr; background: var(--card); border-bottom: 2px solid var(--border); } .cr-head { padding: 10px 14px; font-family: 'Bebas Neue', sans-serif; font-size: .8rem; letter-spacing: 2px; border-right: 1px solid var(--border); } .cr-head:last-child { border-right: none; } .cr-head.fer { color: var(--fer); } .cr-head.devant { color: var(--devant); } .cr-head.crit { color: #444; } /* ─── SITUATIONS DÉCISIONNELLES ─── */ .situations { display: flex; flex-direction: column; gap: 12px; margin: 28px 0; } .situ-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; display: flex; gap: 16px; align-items: flex-start; } .situ-ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; } .situ-ico.fer { background: var(--fer-dim); } .situ-ico.devant { background: var(--devant-dim); } .situ-ico.both { background: var(--jaune-dim); } .situ-content { flex: 1; } .situ-titre { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1.5px; color: #ddd; margin-bottom: 5px; } .situ-detail { font-size: .87rem; color: #888; line-height: 1.65; } .situ-verdict { margin-top: 7px; font-size: .82rem; font-weight: 700; display: flex; align-items: center; gap: 6px; } .situ-verdict.fer { color: var(--fer); } .situ-verdict.devant { color: var(--devant); } .situ-verdict.both { color: var(--jaune); } /* ─── ARBRE DE DÉCISION ─── */ .arbre-wrap { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 28px 22px; margin: 28px 0; } .arbre-titre { font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 2px; color: var(--jaune); margin-bottom: 20px; text-align: center; } .arbre-noeud { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 12px 16px; text-align: center; font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 1px; color: #ccc; margin-bottom: 10px; } .arbre-branches { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; } .arbre-branche { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; } .ab-question { font-size: .8rem; color: #555; margin-bottom: 6px; } .ab-rep { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 1px; margin-bottom: 6px; } .ab-rep.oui { color: var(--vert); } .ab-rep.non { color: var(--rouge); } .ab-action { font-size: .84rem; line-height: 1.5; } .ab-action.fer { color: var(--fer); font-weight: 700; } .ab-action.devant { color: var(--devant); font-weight: 700; } .arbre-sous-branches { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; } .asb { background: var(--card-2); border: 1px solid var(--border); border-radius: 6px; padding: 10px 12px; font-size: .82rem; } .asb.fer { border-left: 3px solid var(--fer); color: #999; } .asb.devant { border-left: 3px solid var(--devant); color: #999; } .asb strong { display: block; margin-bottom: 3px; font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 1px; } .asb.fer strong { color: var(--fer); } .asb.devant strong { color: var(--devant); } /* ─── PROFILS TIREURS ─── */ .profils-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin: 28px 0; } .profil-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; } .pc-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .pc-titre { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1.5px; margin-bottom: 6px; } .profil-card.pfer { border-top: 3px solid var(--fer); } .profil-card.pdevant { border-top: 3px solid var(--devant); } .profil-card.pmix { border-top: 3px solid var(--jaune); } .profil-card.pfer .pc-titre { color: var(--fer); } .profil-card.pdevant .pc-titre { color: var(--devant); } .profil-card.pmix .pc-titre { color: var(--jaune); } .profil-card p { font-size: .84rem; color: #888; margin-bottom: 0; line-height: 1.55; } /* ─── TERRAINS ─── */ .terrains-table { width: 100%; border-collapse: collapse; font-size: .88rem; margin: 28px 0; border-radius: 10px; overflow: hidden; border: 1px solid var(--border); } .terrains-table thead tr { background: #0d0d0d; } .terrains-table thead th { padding: 12px 14px; text-align: left; font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 1.5px; color: #555; border-bottom: 1px solid var(--border); } .terrains-table thead th:nth-child(2) { color: var(--fer); } .terrains-table thead th:nth-child(3) { color: var(--devant); } .terrains-table tbody tr { border-bottom: 1px solid var(--border); background: var(--card-2); } .terrains-table tbody tr:last-child { border-bottom: none; } .terrains-table tbody td { padding: 11px 14px; color: #888; vertical-align: middle; } .terrains-table tbody td:first-child { color: #bbb; font-weight: 600; } .badge { display:inline-block; padding:2px 8px; border-radius:3px; font-size:.76rem; font-weight:700; } .badge-fer { background: var(--fer-dim); color: var(--fer); } .badge-devant { background: var(--devant-dim); color: var(--devant); } .badge-egal { background: rgba(255,255,255,.04); color: #555; border: 1px solid var(--border); } /* ─── ERREURS ─── */ .erreurs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; margin: 28px 0; } .erreur-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; border-top: 3px solid var(--rouge); } .ec-ico { font-size: 1.6rem; margin-bottom: 8px; display: block; } .ec-titre { font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 1.5px; color: var(--rouge); margin-bottom: 6px; } .ec-detail { font-size: .84rem; color: #888; margin-bottom: 8px; line-height: 1.55; } .ec-correction { font-size: .82rem; color: var(--vert); padding-left: 12px; border-left: 2px solid var(--vert); line-height: 1.55; } /* ─── 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; } /* ─── ALERT / INFO ─── */ .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; } /* ─── CHECK-LIST ─── */ .check-list { list-style: none; margin: 16px 0; display: flex; flex-direction: column; gap: 8px; } .check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: #bbb; padding: 10px 14px; background: var(--card-2); border: 1px solid var(--border); border-radius: 6px; line-height: 1.5; } .check-list li .ci { flex-shrink: 0; font-size: 1rem; margin-top: 1px; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(232,120,32,.06), rgba(32,144,224,.06)); 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; line-height: 1.1; } .cta-livre-content p { font-size: .9rem; color: #888; margin-bottom: 14px; } .cta-livre-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--jaune); color: var(--noir); font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; padding: 11px 22px; border-radius: 6px; text-decoration: none; transition: opacity .2s; } .cta-livre-btn:hover { opacity: .9; text-decoration: none; } /* ─── FAQ ─── */ .faq { margin: 28px 0; } .faq-item { background: var(--card-2); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .faq-q { width: 100%; background: none; border: none; color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: .97rem; font-weight: 600; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; } .faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--jaune); color: var(--noir); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; transition: transform .25s; } .faq-item.open .faq-icon { transform: rotate(45deg); } .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; } .faq-item.open .faq-a { max-height: 800px; } .faq-a-inner { padding: 0 20px 18px; font-size: .92rem; color: #999; 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); }
🎯 Strategy — Shooting

Shooting au fer vs devant
The best strategy

It's not a matter of preference. It's a tactical decision that depends on the terrain, the situation and your boules. Here's how to choose — and stop hesitating. Shooting strategy Pétanque tactics By Paquita Read time: 9 min
"Je tire au fer ou devant ?" C'est la question que chaque tireur se pose — et que son équipe lui pose encore plus souvent. La réponse paresseuse est "ça dépend". La vraie réponse est un arbre de décision précis que vous pouvez appliquer en 3 secondes face à n'importe quelle situation. Ce n'est pas de la théorie de club. C'est de la tactique concrète — avec des critères objectifs. Direct tir au fer contact boule à boule en vol — le plus précis latéralement Rebond tir devant point de chute devant la cible — rebond et impact 3s décision pour choisir avec un arbre de décision maîtrisé 7 critères terrain, distance, position, obstacles, boules, score, niveau
📋 Contents
  1. Clear definitions — fer vs devant vs demi-portée
  2. Criterion-by-criterion comparison
  3. The impact of terrain on the choice
  4. 8 game situations — what to choose and why
  5. The quick decision tree in 4 questions
  6. What shooter are you — finding your dominant shot
  7. The 5 most common choice mistakes
  8. FAQ — your frequent questions

Clear definitions — fer, devant, demi-portée

Before comparing, let's clarify. These three terms cover distinct technical realities that many players partially confuse.

🔥 Shooting au fer The boule touches the opposing boule directly in flight, without a prior bounce on the ground. The trajectory is taut, the impact is direct. The throwing height is calculated to reach the opposing boule in flight. It's the precision shot par excellence — all the difficulty lies in calculating the height and angle. Direct contact Taut trajectory No ground bounce VS 💧 Shooting devant The boule lands in front of the opposing boule (between 20 cm and 1 m depending on the type), bounces and strikes the target. The landing point is on the ground, not on the opposing boule. The main difficulty is controlling the bounce — which depends on the terrain. Most common variant: the demi-portée shot (rebond à mi-chemin). Rebond au sol Point de chute devant Terrain-dépendant 📐 VUE DE PROFIL — TRAJECTOIRES COMPARÉES C — Tir au fer (vol direct) - - Tir devant (rebond) ↑ boule adverse ● cochonnet Tir au fer — contact direct en vol Tir devant — rebond puis impact 📌

The half-lob is a variant of the devant shot where the landing point is halfway between the circle and the target. It's used on hard terrains where too short a bounce deflects the boule, and allows control of the angle of attack. It follows the same choice rules as the devant shot — they're variants of the same principle, not separate techniques.

Criterion-by-criterion comparison

Critère 🔥 Tir au fer 💧 Tir devant 📐 Précision latérale Meilleure — pas de rebond = pas de déviation latérale liée au terrain Dépend du rebond — une surface irrégulière peut dévier à droite ou à gauche 📏 Précision en distance Plus difficile — le calcul de hauteur est exigeant, surtout aux longues distances Plus facile à gérer — le point de chute est plus naturel à calculer 🌍 Dépendance terrain Minimal — le rebond ne joue pas, le terrain n'influence que légèrement la trajectoire en vol Fort — un terrain mou, sablonneux ou irrégulier modifie complètement le rebond 🚧 Obstacle devant Peut passer par-dessus si la trajectoire est suffisamment haute et précise Souvent bloqué — la boule rebondit avant l'obstacle ou le heurte 💥 Effet après impact Carreau possible, rétro possible — boule adverse part dans l'axe du tir Impact différent — l'angle du rebond modifie la direction de la boule adverse après 📚 Difficulté à apprendre Plus long à maîtriser — le calcul de hauteur est précis et peu intuitif Plus accessible aux débutants — le geste est plus naturel 🌦️ Conditions météo Peu affecté — le vent peut dévier légèrement mais reste le plus stable Plus sensible — pluie, humidité et vent changent le rebond de façon imprévisible 🎙️ Paquita sur le débat fer vs devant "J'entends souvent : 'Je tire au fer, c'est plus beau.' Ou son inverse : 'Je tire devant, c'est plus sûr.' Ni l'un ni l'autre ne tient en situation réelle. Le tir 'plus beau' qui rate est moins utile que le tir 'moins élégant' qui touche. Et le tir 'plus sûr' sur un terrain qui rebondit en biais n'est sûr que dans la tête du tireur. La question n'est jamais laquelle des deux techniques est meilleure — c'est laquelle est la meilleure pour CE tir précis, maintenant, dans ces conditions." — Paquita

The impact of terrain on the choice

The terrain is the first decision criterion — before the distance, before the position of the opposing boule, before your technical level. A good choice of technique on the wrong terrain systematically gives bad results.

Terrain type 🔥 Shooting au fer 💧 Shooting devant
Hard and compact clay Both — predictable bounce ✓ Effective — regular bounce
Fine gravel ✓ Preferable — the bounce can deviate Risky — the gravel absorbs and deflects
Deep sand ✓ Clearly better Poor — the boule sinks at the bounce
Concrete / synthetic Possible ⚠ Unpredictable bounce — very strong
Wet terrain / after rain ✓ Preferable Inconsistent — variable absorption
Sloping terrain To adjust according to the slope ⚠ Bounce skewed by the incline
Short lawn ✓ Better — grass absorbs the bounce Generally poor
🧪 The first-bounce test

Before the first game on an unknown terrain, always do a bounce test : throw a boule at half power onto the terrain and observe how it bounces. High and clean = hard terrain, the devant shot is viable. Flat and absorbed = soft or sandy terrain, prefer the fer. Irregular and unpredictable = chaotic terrain, the fer is more reliable. This test takes 30 seconds and conditions your whole shooting strategy for the game.

8 game situations — what to choose and why

🚧 Boule adverse avec une boule devant (obstacle) Une boule alliée ou adverse se trouve entre vous et la boule à tirer. Le tir devant est impossible ou très risqué — le rebond arriverait sur l'obstacle avant la cible. Le tir au fer permet de passer au-dessus à condition de calculer la bonne hauteur. → Tir au fer — c'est la seule option propre 🎯 Boule adverse bien dégagée, terrain dur et régulier La cible est accessible directement, le terrain est compact et le rebond est prévisible. Dans cette configuration idéale, le tir devant est plus facile à maîtriser et donne une plus grande marge d'erreur en distance — votre boule peut toucher de 20 à 60 cm devant la cible et atteindre quand même le résultat. → Tir devant — la marge d'erreur joue pour vous 🌧️ Terrain détrempé ou très sablonneux Un terrain qui absorbe la boule au rebond annule complètement l'effet du tir devant. La boule s'enfonce, perd sa vitesse et n'atteint jamais la cible avec l'énergie nécessaire. Sur ce type de surface, le fer est la seule option viable — l'énergie du tir est transmise directement, sans perte au rebond. → Tir au fer — le rebond est inutilisable 📏 Distance courte (6 mètres) sur terrain standard À courte distance, le tir au fer demande une trajectoire tendue et une hauteur précise — la marge est très fine. Le tir devant offre une trajectoire plus naturelle et une marge d'erreur plus grande. Pour les tireurs qui maîtrisent les deux, la courte distance est souvent plus adaptée au tir devant. → Tir devant généralement préférable à 6m 📏 Distance longue (9–10 mètres) À longue distance, la trajectoire du tir devant est plus difficile à contrôler — le rebond est plus imprévisible car la boule arrive avec moins d'énergie et un angle différent. Le tir au fer reste précis à longue distance si la technique est maîtrisée — il suffit d'ajuster la hauteur. → Tir au fer souvent plus fiable à 9–10m 🎱 Plusieurs boules groupées — "dégager le tas" Quand l'adversaire a plusieurs boules groupées autour du cochonnet, le tir devant (ou le carreau) permet une attaque plus large qui touche plusieurs boules à la fois. Un fer précis ne touche qu'une boule — le tir devant peut bousculer tout le groupe si le rebond est bien placé. → Tir devant ou carreau pour un impact maximal 🎯 Boule adverse très proche du cochonnet (< 15 cm) Quand la boule adverse est collée au cochonnet, le tir devant risque de toucher le cochonnet avant la boule, ou de faire partir les deux dans une direction imprévisible. Le fer permet de cibler précisément la boule adverse en ignorant le cochonnet — la trajectoire passe au-dessus. → Tir au fer pour ne pas risquer le cochonnet ⚖️ Situation équilibrée — jouer son tir dominant Quand les deux options sont réellement équivalentes (terrain standard, boule bien dégagée, distance moyenne), la meilleure décision est de jouer son tir dominant — celui que vous maîtrisez le mieux. Un fer à 65% vaut mieux qu'un devant à 55%, et vice versa. La confiance dans sa technique est un facteur de réussite. → Jouer son tir dominant sans hésitation

The quick decision tree — 4 questions in 3 seconds

Applying this tree mentally before each shot takes less than 3 seconds once it's integrated. The 4 questions follow in order — the first "blocking" answer is your decision.

🌳 DECISION TREE — FER OR DEVANT? ❓ Question 1 — Is there an obstacle between me and the opposing boule? YES → Shooting au fer mandatory. The devant shot is blocked or too risky. NO → Go to question 2 ❓ Question 2 — Is the terrain soft, sandy or irregular? YES → Shooting au fer strongly recommended. The bounce is unpredictable. NO → Go to question 3 ❓ Question 3 — Is the opposing boule glued to the jack (< 15 cm)? YES → Shoot au fer — avoids the risk of hitting the jack on the bounce. NO → Go to question 4 ❓ Question 4 — Which of the two shots do you have the best success rate on? Fer dominant → Shoot au fer. Play your strength without hesitation. Devant dominant → Shoot devant. Play your strength without hesitation. ⏱️ Decision in 3 seconds — no more

A shooting decision that takes more than 10 seconds is already a bad decision. Prolonged hesitation consumes cognitive energy that should go into execution. Practise applying the tree mentally to fictional situations — "sandy terrain, obstacle, target at 8m" — until the answer comes automatically. When the tree is integrated, the decision even precedes the conscious question.

What shooter are you — finding your dominant shot

All shooters naturally have a dominant shot — not by aesthetic preference, but by learning history, morphology and feel for the gesture. Identifying it objectively allows you to make better tactical decisions.

🔥 The au fer shooter

Learned on varied terrains, often natural terrains. Taut throw, fluid pendulum gesture, good reading of the height. Their weak point: perfectly flat terrains where the devant would be more effective but they rarely resort to it.

💧 The devant shooter

Often learned on hard and regular terrains. Natural and precise gesture for the landing point. Very effective in standard conditions. Weakened by irregular or soft terrains — can lose their bearings quickly.

⚡ The mixed shooter

Has worked on both consciously and applies the decision tree systematically. It's the hardest profile to reach but the most formidable — they have no weakness exploitable by the opponent depending on conditions.

❓ The undecided shooter

Changes technique according to mood or their partners' advice. Has never objectively measured their success rate per technique. Result: bad decisions under pressure and chronic lack of confidence.

📊

To objectively identify your dominant shot: during your next 3 training sessions, note each shot in a notebook — technique used (fer or devant) + result (hit / miss). After 60 to 80 shots, your success rate per technique is statistically reliable. This figure is worth more than 10 years of subjective feeling.

The 5 most common choice mistakes

🎨 Choisir pour "faire beau" Le fer est perçu comme plus élégant. Certains tireurs le choisissent en toutes circonstances pour l'image qu'il renvoie — même quand le terrain ou la situation rend le devant bien plus efficace. ✓ L'efficacité prime toujours sur l'esthétique. Le beau tir raté ne donne pas de point. 💬 Suivre l'avis des partenaires "Tire au fer, c'est plus sûr !" — dit le pointeur depuis le bord. Le tireur change sa décision à la dernière seconde. Il rate. Ce n'est pas la faute du conseil — c'est la faute d'une décision non assumée. ✓ La décision appartient au tireur. Elle se prend avant d'entrer dans le cercle, pas pendant la routine. 🔁 Changer de technique après un raté Après un fer raté, passer au devant. Après un devant raté, repasser au fer. Cette alternance ne produit aucune information utile et sabote la régularité des deux techniques. ✓ Analyser pourquoi le tir a raté (geste ou choix ?) avant de changer. Deux ratés consécutifs de la même technique ne signifient pas que la technique est mauvaise. 🌍 Ignorer le terrain Arriver sur un nouveau terrain et tirer devant systématiquement "comme d'habitude" sans vérifier si le rebond est exploitable. C'est la cause n°1 des séries de tirs ratés incompréhensibles. ✓ Tester toujours le rebond en début de partie sur terrain inconnu. Adapter la stratégie en conséquence. 🎯 Viser la boule adverse avec le devant Une erreur classique des débutants : avec le tir devant, on ne vise pas la boule adverse — on vise le point de chute au sol. Regarder la boule adverse pendant l'élan d'un tir devant est une garantie de raté. ✓ Identifier et fixer le point de chute précis au sol. C'est ce point qui est votre cible visuelle — pas la boule adverse. 📖 LE LIVRE DE PAQUITA Tous les types de tir — détaillés et exercisés

Fer, devant, demi-portée, recul, au bouchon... Paquita's book covers each shot type with its biomechanics, its dedicated exercises and its mastery criteria. 100 numbered exercises, 3 levels, structured programmes.

📦 Order on Amazon

FAQ — Your frequent questions

The answer depends on your level and ambitions. For a leisure player or local tournament player, mastering perfectly a single shot is more effective than mastering both approximately. Concentrate on the one that suits you best and learn to create the conditions to use it (reading the terrain, positioning). For a player who ambitions to progress significantly in regional or national tournaments, both techniques become necessary because the opponent and the terrain impose constraints that don't always allow the dominant shot. It's partially a misconception. The devant shot is not less precise — it's precise differently. Its lateral precision is indeed less reliable on irregular terrains, but its distance precision is often better than the fer because the landing point is more intuitive to calculate. On hard and regular terrain, a good devant shooter can achieve success rates identical to the fer. What is true is that the fer is more consistent across different terrains — its precision doesn't vary according to the surface, which makes it the natural choice of major competitors who play on varied terrains. Technically, the fer is usable across the whole range of regulatory distances (6 to 10 metres). In practice, each shooter has an optimal fer distance — generally between 7 and 9 metres — where the height calculation is most natural for them. Below 6 metres, the fer's trajectory is very taut and the height calculation very fine. Beyond 10 metres (exceptional distances on long terrain), the fer remains viable but demands a more pronounced trajectory arc. Distance isn't an absolute criterion for choosing fer or devant — it's the combination distance + terrain + obstacle that takes priority. Tactical communication is normal and useful in pétanque — the captain has an overall view that the shooter in the circle doesn't always have. But the final technical decision belongs to the shooter. Good practice is for the captain to communicate the tactical objective ("this boule needs to go") and for the shooter to choose how how to achieve it. If your captain systematically prescribes the technique ("shoot au fer there"), a conversation outside the game is in order: explain your respective success rates on each technique, and establish a clear rule — the captain decides what, the shooter decides how. Yes, completely. The FIPJP rules prescribe no shooting technique — they only define the constraints on the thrower (feet in the circle, boule thrown in a single motion), not on the trajectory or the point of impact. Shooting devant, shooting au fer, shooting a carreau, a rétro — all these techniques are allowed in official tournaments. What's regulated is the thrower's gesture, not the boule's mechanics. See our article on the complete FFPJP rules pour tous les détails. 📎 Articles liés Equipment Top 3 best shooter boules 2026 Equipment Stainless steel vs carbon — what impact on your shot? Rules Complete FFPJP rulebook 2026 Rules The one-minute rule — what every shooter should know Video Refereeing videos — game situations 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 articleThe winning boule: How to stop trembling when everything rides on a shot?Next article →La fanny: origins and the craziest rituals
← 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