Support for the purchase of a cargo bike or trailer
Since 2017, France has encouraged the purchase of electric cargo bikes by offering a subsidy called bike bonus. The Cycling Bonus concerns both cargo bikes that electric trailers électriques and it is open to legal entities.
State support for the purchase of a cargo bike
The ecological bonus is a financial scheme designed to encourage companies to acquire low-polluting vehicles. It consists of aid granted to anyone who buys or leases a land vehicle equipped with an environmentally-friendly engine. The amount of aid varies according to the type of engine and the price of the vehicle, but can be as much as €1,000 for companies. Eligibility : - cycles or pedal-assist cycles, or electric cycle trailers. France - The vehicle must fall into one of the following categories: passenger cars, vans, M2 or N2 vehicles with weight exemptions, two- or three-wheeled motor vehicles, motorised quadricycles, cycles or pedal-assist cycles, or electric cycle trailers - The vehicle must be new and registered in France in a definitive series, and must be purchased or leased for a minimum period of two years. - The vehicle must be powered exclusively by electricity, hydrogen or a combination of the two.
Important : applications must be made within 6 months of invoicing.
document.addEventListener("DOMContentLoaded", function () {
const url = window.location.href; // Récupère l'URL complète de la page
// Ajoute une classe au en fonction de l'URL
if (url.includes("/de/einkaufshilfen")) {
document.body.classList.add("lang-de"); // Page pour l'Allemagne
} else if (url.includes("/en/aids-purchase-cargo-bike")) {
document.body.classList.add("lang-en"); // Page pour l'anglais
} else if (url.includes("/aides-achat-velo-cargo")) {
document.body.classList.add("lang-fr"); // Page pour la France
}
});
/* Masquer tout le contenu par défaut */
.content-de, .content-en, .content-fr {
display: none;
}
/* Afficher uniquement le contenu selon la langue */
.lang-de .content-de {
display: block;
}
.lang-en .content-en {
display: block;
}
.lang-fr .content-fr {
display: block;
}