:root{
–chf-brand:#0a3f77;
–chf-brand2:#0b66c3;
–chf-brand-light:#e8f4ff;
–chf-ink:#1d2433;
–chf-ink2:#566070;
–chf-bg:#f7fbff;
–chf-card:#fff;
–chf-line:#e6eef7;
–chf-accent:#ff6b00;
–chf-accent-600:#e76000;
–chf-muted:#eaf2ff;
–chf-success:#16a34a;
–chf-shadow:0 10px 28px rgba(10,42,102,.06);
–chf-radius:14px;
}
.chf *{box-sizing:border-box}
.chf{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(–chf-ink);background:transparent;line-height:1.65;margin:0}
.chf a{color:var(–chf-brand2);text-decoration:none}
.chf a:hover{text-decoration:underline}
.chf a:focus-visible{outline:3px solid #9fdcff;outline-offset:2px;border-radius:12px}
.chf .container{max-width:1140px;margin:0 auto;padding:0 20px}
.chf .hero{
background:linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
color:var(–chf-ink);
text-align:center;
padding:64px 20px 44px;
border-bottom:1px solid var(–chf-line);
}
.chf .hero h1{
font-size:clamp(1.65rem,3.2vw + .5rem,2.5rem);
line-height:1.2;
font-weight:800;
margin:0 0 .8rem;
color:var(–chf-brand);
max-width:42ch;
margin-inline:auto;
}
.chf .hero p{max-width:900px;margin:0 auto 1.2rem;font-size:1.08rem;color:var(–chf-ink2)}
.chf .btn{display:inline-block;padding:12px 20px;border-radius:12px;font-weight:800;transition:all .2s;text-decoration:none}
.chf .btn-primary{background:var(–chf-accent);color:#fff;box-shadow:0 6px 14px rgba(255,107,0,.18)}
.chf .btn-primary:hover{background:var(–chf-accent-600);text-decoration:none;transform:translateY(-1px);color:#fff}
.chf .btn-light{background:#fff;border:2px solid #dbe8ff;color:var(–chf-brand2)}
.chf .btn-light:hover{border-color:#b9d2ff;text-decoration:none}
.chf .pills{margin-top:16px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.chf .pill{
background:#fff;border:1px solid var(–chf-line);color:var(–chf-brand2);
border-radius:999px;padding:8px 14px;font-size:.9rem;white-space:nowrap;
box-shadow:0 2px 10px rgba(10,42,102,.06);font-weight:600
}
.chf .section{padding:60px 0}
.chf h2{
color:var(–chf-brand);text-align:center;margin:0 0 10px;
font-weight:800;
font-size:clamp(1.45rem,2.2vw + .85rem,2rem);
}
.chf h3{color:var(–chf-brand);margin:.3rem 0 .5rem;font-weight:700}
.chf p.sub{color:var(–chf-ink2);text-align:center;max-width:900px;margin:10px auto 28px;font-size:1.05rem}
.chf .grid{display:grid;gap:22px}
@media(min-width:800px){.chf .grid-2{grid-template-columns:repeat(2,1fr)}.chf .grid-3{grid-template-columns:repeat(3,1fr)}.chf .grid-4{grid-template-columns:repeat(4,1fr)}}
.chf .card{background:var(–chf-card);border-radius:var(–chf-radius);padding:22px;box-shadow:var(–chf-shadow);border:1px solid var(–chf-line);transition:box-shadow .2s}
.chf .card:hover{box-shadow:0 14px 36px rgba(10,42,102,.1)}
.chf .check{color:var(–chf-success);margin-right:6px;font-weight:700}
.chf .icon-card{position:relative;padding-top:52px}
.chf .icon-card .icon{
position:absolute;top:22px;left:22px;
width:36px;height:36px;
background:var(–chf-muted);
border-radius:10px;
display:flex;align-items:center;justify-content:center;
font-size:1.3rem;
}
.chf .price-card{
background:#fff;
border-radius:18px;
padding:28px;
border:1px solid var(–chf-line);
box-shadow:var(–chf-shadow);
text-align:center;
transition:all .3s;
}
.chf .price-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 50px rgba(10,42,102,.12);
border-color:var(–chf-brand2);
}
.chf .price-card .icon{
width:56px;
height:56px;
background:var(–chf-muted);
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
font-size:1.8rem;
margin:0 auto 16px;
}
.chf .price-card h3{
margin:0 0 8px;
font-size:1.15rem;
}
.chf .price-card .price{
font-size:1.5rem;
font-weight:800;
color:var(–chf-accent);
margin:12px 0;
}
.chf .price-card .price-note{
font-size:.85rem;
color:var(–chf-ink2);
margin:0;
}
.chf .price-card p{
color:var(–chf-ink2);
font-size:.95rem;
margin:12px 0 0;
}
.chf .kpis{display:grid;gap:18px}
@media(min-width:720px){.chf .kpis{grid-template-columns:repeat(4,1fr)}}
.chf .kpi{background:#fff;border-radius:12px;padding:18px;text-align:center;border:1px solid #e7ecf5}
.chf .kpi b{display:block;font-size:1.4rem;color:var(–chf-brand);font-weight:800}
.chf .kpi span{color:var(–chf-ink2);font-size:.95rem}
.chf .cta-box{background:linear-gradient(135deg,var(–chf-brand) 0%,#0b66c3 100%);color:#fff;text-align:center;padding:52px 24px;border-radius:18px}
.chf .table-wrap{overflow-x:auto;margin:24px 0}
.chf table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);min-width:600px}
.chf th,.chf td{padding:14px 16px;text-align:left;border-bottom:1px solid var(–chf-line)}
.chf th{background:var(–chf-brand-light);color:var(–chf-brand);font-weight:700}
.chf tr:last-child td{border-bottom:none}
.chf tr:hover td{background:#fafcff}
.chf .price-cell{font-weight:700;color:var(–chf-accent)}
.chf .content{max-width:900px;margin:0 auto}
.chf .content h2{text-align:left;margin:34px 0 16px;font-size:1.5rem}
.chf .content p{margin:0 0 16px;font-size:1.02rem}
.chf .content ul{margin:0 0 18px;padding-left:26px}
.chf .content li{margin-bottom:10px}
.chf .factor-card{
background:#fff;
border-radius:12px;
padding:20px;
border:1px solid var(–chf-line);
display:flex;
gap:16px;
align-items:flex-start;
}
.chf .factor-card .icon{
width:44px;
height:44px;
min-width:44px;
background:var(–chf-muted);
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:1.3rem;
}
.chf .factor-card h4{
margin:0 0 6px;
color:var(–chf-brand);
font-size:1rem;
}
.chf .factor-card p{
margin:0;
font-size:.92rem;
color:var(–chf-ink2);
}
.chf-sticky{display:none}
@media(max-width:640px){
.chf-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;gap:10px;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(135deg,#0a3f77,#0b66c3);color:#fff;box-shadow:0 -6px 16px rgba(0,0,0,.25)}
.chf-sticky a{background:var(–chf-accent);color:#fff;padding:10px 14px;border-radius:8px;font-weight:800;white-space:nowrap;text-decoration:none}
.chf-sticky button{background:transparent;border:0;color:#e6f0ff;font-size:20px;padding:4px}
.chf{padding-bottom:70px}
}
Tarifs moyens d’un chauffagiste
Fourchettes de prix observées en France. Obtenez un devis précis pour votre situation.
🔍
Entretien chaudière
90 € – 160 €
TTC / intervention
Révision annuelle obligatoire avec attestation. Prix selon type de chaudière.
⚡
Dépannage
120 € – 250 €
TTC (hors pièces)
Déplacement + diagnostic + 1h main-d’œuvre. Pièces en supplément.
🔧
Installation chaudière
2 500 € – 5 500 €
TTC fourniture + pose
Chaudière Gaz condensation. Dépose ancienne incluse.
🌡️
Installation PAC
8 000 € – 15 000 €
TTC avant aides
Pompe à chaleur air/eau. Aides MaPrimeRénov’ déductibles.
📻
Remplacement radiateur
300 € – 800 €
TTC par radiateur
Fourniture + pose. Selon type (fonte, acier, alu).
🚗
Déplacement
50 € – 90 €
TTC forfait
Frais de déplacement seuls. Souvent inclus dans le devis global.
Grille tarifaire complète
Tous les tarifs moyens d’un chauffagiste en France.
Entretien et maintenance
| Prestation |
Prix TTC |
Détails |
| Entretien chaudière gaz |
90 € – 150 € |
Révision annuelle obligatoire |
| Entretien chaudière fioul |
120 € – 180 € |
Nettoyage brûleur inclus |
| Entretien chaudière granulés |
150 € – 250 € |
Nettoyage complet |
| Entretien pompe à chaleur |
150 € – 300 € |
Contrôle fluide frigorigène |
| Ramonage |
50 € – 90 € |
Conduit de fumée |
| Désembouage radiateurs |
400 € – 800 € |
Circuit complet |
| Contrat d’entretien annuel |
150 € – 300 €/an |
Révision + dépannage prioritaire |
Dépannage et réparation
| Prestation |
Prix TTC |
Détails |
| Déplacement + diagnostic |
60 € – 90 € |
Heures ouvrées |
| Déplacement urgence (nuit/WE) |
90 € – 150 € |
Majoration 50-100% |
| Main-d’œuvre |
45 € – 75 €/h |
Heures ouvrées |
| Main-d’œuvre urgence |
75 € – 120 €/h |
Nuit, week-end, férié |
| Remplacement circulateur |
250 € – 450 € |
Pièce + pose |
| Remplacement vase d’expansion |
150 € – 300 € |
Pièce + pose |
| Remplacement sonde/thermostat |
100 € – 250 € |
Pièce + pose |
Installation et remplacement
| Équipement |
Prix TTC (fourniture + pose) |
Aides possibles |
| Chaudière gaz condensation |
2 500 € – 5 500 € |
MaPrimeRénov’ (selon revenus) |
| Chaudière granulés |
12 000 € – 20 000 € |
MaPrimeRénov’ + CEE |
| Pompe à chaleur air/eau |
8 000 € – 15 000 € |
MaPrimeRénov’ + CEE |
| Pompe à chaleur air/air |
3 000 € – 8 000 € |
CEE uniquement |
| Poêle à granulés |
3 000 € – 6 000 € |
MaPrimeRénov’ + CEE |
| Plancher chauffant (neuf) |
70 € – 120 €/m² |
Selon projet global |
| Ballon thermodynamique |
2 500 € – 4 500 € |
MaPrimeRénov’ |
| Thermostat connecté |
200 € – 500 € |
CEE possible |
Ce qui influence le prix d’un chauffagiste
Plusieurs facteurs font varier le tarif final de votre intervention.
📍
Localisation géographique
Les tarifs sont généralement plus élevés en Île-de-France (+10-20%) et dans les grandes métropoles.
🕐
Horaire d’intervention
Les urgences de nuit, week-end ou jours fériés sont majorées de 50 à 100%.
🔧
Type d’équipement
Une chaudière fioul ou une PAC coûte plus cher à entretenir qu’une chaudière gaz standard.
🏠
Accessibilité
Un équipement difficile d’accès (combles, sous-sol exigu) peut entraîner un surcoût.
📦
Pièces détachées
Le prix des pièces varie selon la marque et le modèle. Les pièces d’origine coûtent plus cher.
⚠️
Complexité de la panne
Un simple réglage coûte moins qu’un remplacement de carte électronique ou d’échangeur.
Aides pour réduire vos coûts
De nombreuses aides existent pour financer vos travaux de chauffage.
💶
MaPrimeRénov’
Jusqu’à 10 000 € pour une PAC ou chaudière granulés. Montant selon revenus.
📜
CEE
Certificats d’Économies d’Énergie : primes des fournisseurs d’énergie.
🏦
Éco-PTZ
Prêt à taux zéro jusqu’à 50 000 € pour la rénovation énergétique.
%
TVA 5,5%
TVA réduite sur travaux d’amélioration énergétique (au lieu de 20%).
Ces aides sont soumises à conditions (revenus, type de logement, artisan qualifié).
Demandez conseil à nos chauffagistes partenaires.
Pourquoi comparer avec Chauffagiste.com ?
La garantie d’obtenir le meilleur rapport qualité-prix.
📋Devis gratuits
🔒Sans engagement
⚡Réponse sous 48h
✅Artisans vérifiés
💰 Prix justes
Comparez plusieurs devis de chauffagistes près de chez vous. Choisissez l’offre qui correspond à votre budget.
🛡️ Artisans qualifiés
Professionnels vérifiés, assurés et bien notés par les clients précédents.
👁️ Transparence totale
Devis détaillés avec prix des pièces et main-d’œuvre. Aucune mauvaise surprise.
Obtenez vos devis personnalisés
Décrivez votre besoin en 2 minutes et recevez jusqu’à 3 devis de chauffagistes qualifiés.
Comparez, choisissez et réalisez vos travaux au meilleur prix.
Comparer les devis maintenant
Service 100% gratuit • Sans engagement • Jusqu’à 3 devis