Barre de Traction Murale | Angle Ajustable — Multi-Grip
:root{--red:#e63946;--dark:#1a1a1a;--white:#ffffff;--gray:#f5f5f5;--gray2:#888;} *{box-sizing:border-box;margin:0;padding:0;} body{font-family:'Inter',Arial,sans-serif;color:var(-- dark);background:var(--white);} .lp-wrap{max-width:900px;margin:0 auto;} /* URGENCY BAR */ .lp-urgency{background:var(--red);color:#fff;text-align:center;padding:12px 16px;font-size:14px;font-weight:700;letter-spacing:0.04em;} .lp-urgency span{font-weight:400;opacity:.85;margin-left:8px;} /* HERO */ .lp-hero{background:var(--dark);color:#fff;padding:56px 24px 40px;text-align:center;} .lp-hero .stars{color:#FFD700;font-size:20px;letter-spacing:3px;margin-bottom:8px;} .lp-hero .reviews{font-size:13px;color:rgba(255,255,255,.6);margin-bottom:28px;} .lp-hero h1{font-size:clamp(28px,5vw,48px);font-weight:900;line-height:1.08;margin-bottom:18px;letter-spacing:-0.02em;} .lp-hero h1 em{color:var(--red);font-style:normal;} .lp-hero .sub{font-size:17px;color:rgba(255,255,255,.75);max-width:600px;margin:0 auto 32px;line-height:1.6;} .lp-hero img{width:100%;max-width:600px;margin:0 auto 32px;border-radius:4px;display:block;} .lp-price-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:8px;} .lp-price-now{font-size:38px;font-weight:900;color:var(--red);} .lp-price-old{font-size:20px;color:rgba(255,255,255,.4);text-decoration:line-through;} .lp-savings{background:var(--red);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.05em;} .lp-stock{color:var(--red);font-size:14px;font-weight:700;margin:10px 0 24px;} .lp-cta{display:inline-block;background:var(--red);color:#fff;font-size:18px;font-weight:900;padding:20px 48px;border-radius:4px;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;border:none;transition:background .2s,transform .2s;text-decoration:none;} .lp-cta:hover{background:#c1121f;transform:translateY(-2px);} .lp-secure{font-size:12px;color:rgba(255,255,255,.45);margin-top:14px;} /* TRUST BAR */ .lp-trust{background:var(--gray);border-top:3px solid var(--red);padding:20px 24px;} .lp-trust-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;} .lp-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--dark);} .lp-trust-item .ico{font-size:20px;} /* PROBLEM */ .lp-problem{padding:56px 24px;background:#fff;} .lp-problem h2{font-size:clamp(22px,4vw,32px);font-weight:900;text-align:center;margin-bottom:10px;} .lp-problem .sub2{text-align:center;color:var(--gray2);font-size:15px;margin-bottom:36px;} .lp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;} @media(max-width:640px){.lp-two-col{grid-template-columns:1fr;}} .lp-problem img{width:100%;border-radius:4px;} .lp-list{list-style:none;} .lp-list li{padding:10px 0;border-bottom:1px solid #eee;font-size:15px;display:flex;align-items:flex-start;gap:10px;} .lp-list li:last-child{border-bottom:none;} .lp-list .bad{color:var(--red);font-size:18px;font-weight:900;} .lp-list .good{color:#2a9d2a;font-size:18px;font-weight:900;} /* FEATURES */ .lp-features{background:var(--gray);padding:56px 24px;} .lp-features h2{font-size:clamp(22px,4vw,32px);font-weight:900;text-align:center;margin-bottom:40px;} .lp-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;} @media(max-width:640px){.lp-feat-grid{grid-template-columns:1fr;}} .lp-feat-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.07);} .lp-feat-card img{width:100%;height:200px;object-fit:cover;} .lp-feat-card .fc-body{padding:20px;} .lp-feat-card .fc-icon{font-size:28px;margin-bottom:8px;} .lp-feat-card h3{font-size:16px;font-weight:800;margin-bottom:6px;} .lp-feat-card p{font-size:13px;color:var(--gray2);line-height:1.5;} /* COMPARISON */ .lp-compare{padding:56px 24px;background:#fff;} .lp-compare h2{font-size:clamp(22px,4vw,32px);font-weight:900;text-align:center;margin-bottom:40px;} .lp-table{width:100%;border-collapse:collapse;font-size:14px;} .lp-table th{background:var(--dark);color:#fff;padding:14px 16px;text-align:left;font-size:13px;letter-spacing:.05em;text-transform:uppercase;} .lp-table th:first-child{background:var(--dark);} .lp-table th.pro-col{background:var(--red);} .lp-table td{padding:12px 16px;border-bottom:1px solid #eee;} .lp-table tr:last-child td{border-bottom:none;} .lp-table tr:nth-child(even) td{background:var(--gray);} .lp-table .check{color:#2a9d2a;font-weight:900;font-size:16px;} .lp-table .cross{color:#ccc;font-size:16px;} /* TESTIMONIALS */ .lp-reviews{background:var(--dark);padding:56px 24px;} .lp-reviews h2{font-size:clamp(22px,4vw,32px);font-weight:900;text-align:center;color:#fff;margin-bottom:40px;} .lp-rev-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;} @media(max-width:640px){.lp-rev-grid{grid-template-columns:1fr;}} .lp-rev-card{background:#fff;border-radius:4px;padding:24px;} .lp-rev-card .rev-stars{color:#FFD700;font-size:16px;margin-bottom:10px;} .lp-rev-card .rev-text{font-size:14px;color:#333;line-height:1.6;margin-bottom:14px;font-style:italic;} .lp-rev-card .rev-author{font-size:12px;font-weight:700;color:var(--gray2);text-transform:uppercase;letter-spacing:.06em;} /* GUARANTEE */ .lp-guarantee{background:var(--red);color:#fff;padding:48px 24px;text-align:center;} .lp-guarantee .g-badge{font-size:64px;margin-bottom:16px;} .lp-guarantee h2{font-size:clamp(22px,4vw,30px);font-weight:900;margin-bottom:12px;} .lp-guarantee p{font-size:15px;opacity:.85;max-width:520px;margin:0 auto 28px;line-height:1.6;} .lp-g-points{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:8px;} .lp-g-point{font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;} /* FAQ */ .lp-faq{padding:56px 24px;background:var(--gray);} .lp-faq h2{font-size:clamp(22px,4vw,32px);font-weight:900;text-align:center;margin-bottom:40px;} .lp-faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:16px;} .lp-faq-item{background:#fff;border-radius:4px;padding:24px;box-shadow:0 1px 4px rgba(0,0,0,.06);} .lp-faq-item h3{font-size:15px;font-weight:800;color:var(--dark);margin-bottom:10px;border-left:3px solid var(--red);padding-left:12px;} .lp-faq-item p{font-size:14px;color:var(--gray2);line-height:1.6;padding-left:15px;} /* FINAL CTA */ .lp-final{background:var(--dark);color:#fff;padding:64px 24px;text-align:center;} .lp-final h2{font-size:clamp(26px,5vw,42px);font-weight:900;margin-bottom:12px;line-height:1.1;} .lp-final h2 em{color:var(--red);font-style:normal;} .lp-final .sub{font-size:16px;color:rgba(255,255,255,.65);margin-bottom:32px;} .lp-final .lp-price-row{margin-bottom:8px;} .lp-final .lp-stock{color:var(--red);} .lp-final .lp-secure{color:rgba(255,255,255,.4);} /* COUNTDOWN */ #lp-cd{display:flex;justify-content:center;gap:12px;margin:24px auto;max-width:420px;} .lp-cd-block{flex:1;background:#1a1a1a;border:2px solid #e63946;border-radius:10px;padding:16px 8px 12px;text-align:center;box-shadow:0 0 18px rgba(230,57,70,0.35);position:relative;overflow:hidden;} .lp-cd-block::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e63946,#ff6b6b,#e63946);background-size:200% 100%;animation:lp-slide 2s linear infinite;} @keyframes lp-slide{0%{background-position:200% 0;}100%{background-position:-200% 0;}} .cd-num{font-size:2.8rem;font-weight:900;color:#e63946;line-height:1;font-family:'Courier New',monospace;letter-spacing:2px;text-shadow:0 0 12px rgba(230,57,70,0.6);} .cd-label{font-size:0.65rem;font-weight:700;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:2px;margin-top:6px;} .cd-sep{display:flex;align-items:center;font-size:2rem;font-weight:900;color:#e63946;padding-bottom:20px;opacity:0.7;} @keyframes lp-pulse-s{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.7;transform:scale(0.95);}} #lp-cd-s-block{animation:lp-pulse-s 1s ease-in-out infinite;} 🔥 OFFRE LIMITÉE — Livraison GRATUITE aujourd'hui seulement | Stock limité ★★★★★ 4,9/5 — 1 243 clients satisfaits Installez Votre Barre de Traction Murale en 20 Minutes — Entraînez-vous à Vie Angle ajustable, multi-grip, fixation murale ultra-solide. Tractions, abdos, dips — tout chez vous, sans abonnement. 29,90 € 59,90€ -49% ⚠️ Plus que 9 unités disponibles 🛒 JE COMMANDE MA BARRE → 🔒 Paiement sécurisé SSL · Satisfait ou remboursé 30 jours 🚚Livraison rapide 3-5j 🛡️Garantie à vie ⭐4,9/5 vérifié 🔒Paiement sécurisé 💪Angle ajustable Marre de payer 50€/mois pour une salle que vous n'utilisez pas ? Des milliers de Français ont choisi la barre murale pour s'entraîner chez eux, à leur rythme. ✗Abonnement salle : 50€/mois gaspillés ✗Horaires contraignants, déplacements perdus ✗Barres de porte instables, dangereuses ✗Résultats qui tardent à venir ✓ Barre murale : un seul achat, pour toujours ✓Disponible 24h/24, chez vous, en 1 min ✓Angle ajustable pour cibler chaque muscle ✓Résultats visibles dès 30 jours Tout ce dont vous avez besoin. Rien de superflu. 🔧 Angle Ajustable Adaptez l'inclinaison des poignées pour cibler précisément dos, biceps ou épaules selon votre morphologie. ✋ Multi-Grip Prise large, serrée ou neutre — 3 positions de grip pour varier les exercices et progresser plus vite. 🏗️ Fixation Ultra-Solide Acier robuste, plaques de fixation larges, visserie incluse. Supporte jusqu'à 150 kg en toute sécurité. Barre de Porte ou Barre Murale — Laquelle choisir ? Caractéristique Barre de Porte Barre Murale ⭐ Stabilité — ✓ Charge maximale 80 kg 150 kg Angle ajustable — ✓ Multi-grip — ✓ Relevés de jambes — ✓ Garantie 6 mois À vie Idéal pour Débutants occasionnels Pratique régulière Ce que disent nos clients ★★★★★ "Très solide, installation facile en 20 minutes. L'angle ajustable change vraiment tout pour cibler le dos. Je ne regrette pas du tout." Marc D. — Toulouse ✓ Achat vérifié ★★★★★ "J'avais une barre de porte avant, c'est incomparable. Là c'est vraiment fixe, ça ne bouge pas. Mes 90 kg dessus sans problème." Romain T. — Marseille ✓ Achat vérifié ★★★★★ "Rapport qualité-prix imbattable. Les poignées sont confortables, la visserie est fournie. Livraison en 4 jours, emballage soigné." Amina K. — Strasbourg ✓ Achat vérifié ★★★★★ "Parfait pour la maison. Je fais mes tractions tous les matins. Ça fait 3 mois, aucun problème. Je recommande à tous mes amis." Pierre L. — Lille ✓ Achat vérifié 🛡️ Votre Investissement est Protégé à 100% Nous sommes tellement confiants dans la qualité de notre barre murale que nous offrons une garantie à vie sur la structure. Si quoi que ce soit ne va pas, nous remplaçons ou remboursons — sans question, sans délai. 🛡️ Garantie à vie structure 🔄 Remboursement sous 30 jours 📦 Retour gratuit Questions fréquentes Est-ce difficile à installer ? Non. La barre s'installe en 20 à 30 minutes avec les outils fournis. Un guide illustré étape par étape est inclus dans la boîte. Sur quel type de mur peut-on l'installer ? Elle s'installe sur tous les murs porteurs : béton, brique, parpaing. Non recommandé sur cloisons légères (placo seul). Quelle est la capacité de charge maximale ? La barre supporte jusqu'à 150 kg grâce à sa structure en acier et ses plaques de fixation renforcées. L'angle est-il vraiment ajustable ? Oui. Les poignées latérales s'inclinent pour s'adapter à votre morphologie et cibler différents groupes musculaires. Quel est le délai de livraison ? Livraison sous 3 à 5 jours ouvrés en France métropolitaine. Vous recevez un numéro de suivi par email dès l'expédition. Puis-je retourner le produit si je ne suis pas satisfait ? Oui. Vous bénéficiez de 30 jours pour retourner le produit sans justification. La garantie à vie couvre également tout défaut de fabrication. ⏳ Offre Limitée — Économisez 46% Aujourd'hui Seulement Cette promotion prend fin dans : 00 Heures : 00 Minutes : 00 Secondes // parseInt(stored)){end=Date.now()+24*60*60*1000;localStorage.setItem(key,end);}else{end=parseInt(stored);} function pad(n){return String(n).padStart(2,'0');} function tick(){var diff=end-Date.now();if(diff 29,90 € 59,90€ -49% ⚠️ Plus que 9 unités disponibles 🛒 COMMANDER MA BARRE → 🔒 Paiement sécurisé | 🚚 Livraison rapide | 🛡️ Garantie à vie
More you might like
Related
Barre de traction murale
Related
Barre de traction murale
Related
Barre de Traction Murale
Related