Accueil
/
Boutique
/
Vélos
/
Montagne
/
Trail, All Mountain, Enduro et Freeride
+3
+2
2024 | Vélo montagne NORCO Optic C2 Gris
6 749,24 $
SOLDE 25%
était
8 998,99 $
Réduction
2 249,75 $
Référence
0640214956
Size
Taille 1 - 29 po
Épuisé
Taille 2 - 29 po
Épuisé
Taille 3 - 29 po
Taille 4 - 29 po
Épuisé
Taille 5 - 29 po
Épuisé
En stock : 1 article(s)
Quantité :
1
Ajouter
Ajouter au Panier
Passer la commande
Enregistrer ce produit pour plus tard
Favori
Favoris
Afficher les favoris
Vous avez des questions ?
Contactez-nous
Partagez votre achat avec vos amis
Partager
Partager
Épingler
2024 | Vélo montagne NORCO Optic C2 Gris
Détails du produit
Marque:
NORCO
Année de modèle:
2024
UPC:
058817635342
Vue rapide ;
Cadre en carbone, VPS Pivot haut.125 mm de débattement.
Amortisseur Fox FLOAT X Performance Elite.
Fourche à suspension RockShox Pike Select +, Charger 3 RC2, DebonAir+. 140 mm de débattement.
Pédalier SRAM GX Eagle T-Type. Jeu de pédalier BSA DUB. Plateau 30 dents.
Transmission SRAM GX Eagle AXS T-Type. 12 vitesses. Cassette 10-52 dents.
Frein SRAM Code R, 4 pistons. Plaquettes métalliques. Disque SRAM Centerline : Avant 200 mm, Arrière 180 mm.
Jantes Stan's Flow S2. Moyeux Race Face Trace.
Pneus Maxxis : Avant Minion DHF 29x2,50 po, Arrière Dissector 29x2,40 po.
Pour plus d'informations,
NORCO
.
Voir plus
Vous aimerez peut-être aussi
Rabais de 800 $
Vélo montagne NORCO Fluid FS 2 Brun/Noir
était
3 998,99 $
Réduction
800,00 $
3 198,99 $
Vélo montagne NORCO Fluid FS 2 Brun/Noir
Stock épuisé
SOLDE 40%
2023 | Vélo montagne NORCO Sight A1 Vert/Gris
était
6 898,99 $
Réduction
2 759,60 $
4 139,39 $
2023 | Vélo montagne NORCO Sight A1 Vert/Gris
Achat immédiat
SOLDE 20%
NORCO Sight Youth 2024 | Vélo Montagne | Argent/Vert
était
4 498,99 $
Réduction
899,80 $
3 599,19 $
NORCO Sight Youth 2024 | Vélo Montagne | Argent/Vert
Achat immédiat
SOLDE 30%
Vélo montagne NORCO Optic C3 Violet/Noir
était
5 098,99 $
Réduction
1 250,00 $
3 848,99 $
Vélo montagne NORCO Optic C3 Violet/Noir
Stock épuisé
SOLDE 30%
Vélo montagne NORCO Sight A1 Gris/Cuivre
était
6 898,99 $
Réduction
2 069,70 $
4 829,29 $
Vélo montagne NORCO Sight A1 Gris/Cuivre
Stock épuisé
Passer au contenu principal
Services
BMX Race
Vélos
Composantes
Accessoires
À Propos
Contact
Menu
/* 20260209 */ /* Début ajout dans la section mise au point */ /* --- CONFIGURATION GLOBALE --- */ .service-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; padding: 20px 10px; font-family: 'Helvetica', Arial, sans-serif; max-width: 1400px; margin: 0 auto; } /* --- STYLE DES CARTES --- */ .service-card { flex: 1; min-width: 280px; max-width: 320px; border: 1px solid #d1d1d1; border-radius: 12px; padding: 25px; display: flex; flex-direction: column; background: #ffffff; transition: all 0.3s ease; box-sizing: border-box; } /* --- LE COMPLET (MIS EN ÉVIDENCE) --- */ .service-card.featured-grey { background-color: #f2f2f2 !important; border: 2px solid #00aeef !important; box-shadow: 0 8px 20px rgba(0,0,0,0.1); z-index: 2; } @media (min-width: 769px) { .service-card.featured-grey { transform: scale(1.03); /* Agrandissement uniquement sur ordi */ } } /* --- TYPOGRAPHIE --- */ .service-header h3 { margin: 10px 0; color: #222; font-size: 1.5rem; } .subtitle { font-size: 0.9rem; color: #666; line-height: 1.4; min-height: 60px; } /* --- PRIX --- */ .service-prices ul { list-style: none; padding: 0; margin: 15px 0; } .service-prices li { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 4px 0; font-weight: bold; color: #333; } /* --- CARACTÉRISTIQUES --- */ .service-features { list-style: none; padding: 0; margin: 15px 0 25px 0; flex-grow: 1; /* Pousse le bouton vers le bas */ } .service-features li { font-size: 0.85rem; margin-bottom: 8px; padding-left: 20px; position: relative; color: #444; } .service-features li::before { content: "✓"; color: #00aeef; position: absolute; left: 0; font-weight: bold; } /* --- BOUTONS --- */ .service-button { display: block; text-align: center; background: #00aeef; color: #ffffff !important; padding: 14px; border-radius: 6px; text-decoration: none !important; font-weight: bold; margin-top: auto; /* Aligne le bouton tout en bas */ } .service-button.ghost { background: transparent; color: #00aeef !important; border: 2px solid #00aeef; } /* --- BADGES --- */ .badge { font-size: 0.75rem; padding: 4px 12px; border-radius: 20px; background: #9b9b9b; color: #fff; font-weight: bold; text-transform: uppercase; } .badge.highlight { background: #00aeef; } .badge.dark { background: #222; } .badge.kamikaze { background: #e62117; } /* --- ADAPTATION MOBILE (SAMSUNG S21) --- */ @media (max-width: 768px) { .service-container { flex-direction: column; align-items: center; } .service-card { width: 100%; max-width: 400px; min-height: auto; margin-bottom: 20px; } } /* 20260209 */ /* Fin ajout dans la section mise au point */