Réputé pour sa polyvalence, la géométrie de l'Absolute trouve un équilibre entre vitesse et confort, ce qui en fait un vélo idéal pour les cyclistes soucieux de leur forme physique ou pour les citadins qui souhaitent se promener en ville.
Lire plus..
Égalisation des Prix
Retours Faciles
Expédition Rapide
Informations
Spécifications
Cadre - Fuji A2-SL alliage renforcé personnalisé
Fourche - Alliage Fuji A1
Pédalier - Shimano Altus, 46/30T OU Prowheel RPP
Boîtier de pédalier - Roulement à cartouche étanche Shimanog
Pédales - Plateforme en résine
Dérailleur avant - Shimano Acera OU microSHIFT R9
Dérailleur arrière - Shimano Alivio shadow OU microSHIFT R9
Manettes de vitesse - Shimano Altus, 2 x 9 vitesses OU microSHIFT R9 Xpress Shift
Cassette - Shimano Acera, 11-36T OU micrSHIFT CS-H0925
Chaîne - KMC X9
Roues - jantes double paroi Alex 32t, rayons inox
Pneus - Kenda Tendril, 700 x 38c, protection contre les crevaisons K-shield OU Goodyear Transit Tour, 700 x 40c
Freins - Tektro HD-275, disque hydraulique, rotors de 160 mm
Leviers de frein - Tektro HD-275, disque hydraulique
Jeu de direction - 1-1/8" semi-intégré
Guidon - Alliage, élévation de 18 mm, balayage arrière de 6°
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}