par celui-ci. ============================================================================ */ /* ======================================================================== centre-dentaire-livry-gargan.fr — Empire Design 2026-05-05 Theme: Twenty Twenty-Four (block) + Hostinger AI overlay Niche: cabinet dentaire YMYL premium Seine-Saint-Denis Voice: rassurant, technique, accessible Fonts: Sumana (display serif — latin médical propre) + Cabin (body humanist) No reflex banned fonts. OKLCH palette vert santé apaisant hue 165. ======================================================================== */ @import url('https://fonts.googleapis.com/css2?family=Sumana:wght@400;700&family=Cabin:wght@400;500;600;700&display=swap'); :root { --cd-ink: oklch(22% 0.03 165); /* encre sombre vert-neutre */ --cd-ink-soft: oklch(45% 0.02 165); /* secondaire */ --cd-paper: oklch(97.5% 0.008 165); /* blanc cassé froid propre */ --cd-paper-tint: oklch(93% 0.012 165); /* surface secondaire */ --cd-line: oklch(87% 0.010 165); /* bordures subtiles */ --cd-vert: oklch(42% 0.13 165); /* vert médical profond — accent */ --cd-vert-soft: oklch(55% 0.10 165); /* hover */ --cd-vert-pale: oklch(80% 0.06 165); /* emergence rare */ } /* ------------------------------------------------------------------ */ /* BODY + GLOBAL — override theme defaults + old Lora injection */ /* ------------------------------------------------------------------ */ body, .wp-site-blocks { font-family: 'Cabin', system-ui, sans-serif !important; color: var(--cd-ink) !important; background: var(--cd-paper) !important; line-height: 1.75; font-size: 17px; } /* ------------------------------------------------------------------ */ /* HEADINGS — Sumana display, override old Lora !important */ /* ------------------------------------------------------------------ */ h1, h2, h3, h4, .wp-block-post-title, .wp-block-heading { font-family: 'Sumana', Georgia, serif !important; color: var(--cd-ink) !important; font-weight: 700 !important; line-height: 1.2 !important; letter-spacing: -0.01em !important; } h1, .wp-block-post-title { font-size: clamp(2rem, 5vw, 3.2rem) !important; margin-bottom: 0.5em; } h2 { font-size: 1.8rem !important; } h3 { font-size: 1.35rem !important; } /* Hero headings remain light on dark bg */ .hostinger-ai-hero-1 h1, .hostinger-ai-hero-1 h2, .hostinger-ai-hero-1 .wp-block-post-title { color: oklch(100% 0 0) !important; } /* Headings inside dark-bg service blocks */ .hostinger-ai-solid-block h2, .hostinger-ai-solid-block h3 { color: oklch(100% 0 0) !important; } /* ------------------------------------------------------------------ */ /* SITE TITLE */ /* ------------------------------------------------------------------ */ .wp-block-site-title a, .wp-block-site-title { font-family: 'Sumana', serif !important; font-weight: 700 !important; font-size: 1.35rem; color: var(--cd-ink) !important; letter-spacing: -0.01em; text-decoration: none !important; } /* ------------------------------------------------------------------ */ /* NAVIGATION */ /* ------------------------------------------------------------------ */ .wp-block-navigation a, .wp-block-navigation-item__content { font-family: 'Cabin', sans-serif !important; font-size: 0.875rem !important; font-weight: 600 !important; letter-spacing: 0.04em !important; text-transform: uppercase !important; color: var(--cd-ink-soft) !important; text-decoration: none !important; } .wp-block-navigation a:hover, .wp-block-navigation-item__content:hover { color: var(--cd-vert) !important; } /* ------------------------------------------------------------------ */ /* LINKS */ /* ------------------------------------------------------------------ */ a:where(:not(.wp-element-button):not(.wp-block-navigation-item__content)) { color: var(--cd-vert); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; } a:where(:not(.wp-element-button)):hover { color: var(--cd-vert-soft); } /* ------------------------------------------------------------------ */ /* BUTTONS — override old oklch(50.6% 0.205 257) blue */ /* ------------------------------------------------------------------ */ .wp-block-button__link, .wp-element-button, .hostinger-ai-cta-button .wp-block-button__link { background: var(--cd-vert) !important; color: var(--cd-paper) !important; border: none !important; border-radius: 4px !important; padding: 12px 24px !important; font-family: 'Cabin', sans-serif !important; font-weight: 600 !important; font-size: 0.92rem !important; letter-spacing: 0.02em !important; text-transform: none !important; box-shadow: none !important; } .wp-block-button__link:hover, .wp-element-button:hover { background: var(--cd-vert-soft) !important; } /* Light button variant (dark-bg sections) */ .wp-block-button__link.has-contrast-background-color { background: var(--cd-paper) !important; color: var(--cd-vert) !important; } /* ------------------------------------------------------------------ */ /* HEADER — remove old blue border-bottom */ /* ------------------------------------------------------------------ */ .wp-block-template-part header, header.wp-block-template-part, .site-header, #masthead { border-bottom: 1px solid var(--cd-line) !important; background: var(--cd-paper) !important; } /* ------------------------------------------------------------------ */ /* BLOCKQUOTE */ /* ------------------------------------------------------------------ */ .wp-block-quote { border-left: none !important; background: var(--cd-paper-tint) !important; padding: 22px 26px !important; margin: 24px 0 !important; font-family: 'Sumana', serif !important; font-style: italic !important; font-size: 1.05rem !important; color: var(--cd-ink) !important; position: relative; } .wp-block-quote::before { content: ''; position: absolute; left: 0; top: 20px; bottom: 20px; width: 3px; background: var(--cd-vert); border-radius: 2px; } .wp-block-quote cite { font-family: 'Cabin', sans-serif !important; font-style: normal !important; font-weight: 600 !important; font-size: 0.85rem !important; letter-spacing: 0.05em !important; text-transform: uppercase !important; color: var(--cd-vert) !important; } /* ------------------------------------------------------------------ */ /* IMAGES */ /* ------------------------------------------------------------------ */ .wp-block-image img, .wp-block-post-featured-image img, .wp-post-image { border-radius: 4px; } /* ------------------------------------------------------------------ */ /* SERVICES + COLUMNS */ /* ------------------------------------------------------------------ */ .wp-block-columns h2, .wp-block-columns h3 { color: var(--cd-ink) !important; /* override old brand-blue on cards */ } /* ------------------------------------------------------------------ */ /* FOOTER */ /* ------------------------------------------------------------------ */ .wp-block-template-part footer, .wp-block-site-footer, footer.wp-block-template-part, .site-footer, #colophon { background: var(--cd-paper-tint) !important; border-top: 1px solid var(--cd-line) !important; color: var(--cd-ink-soft) !important; padding: 48px 0 32px; } /* ------------------------------------------------------------------ */ /* MOBILE */ /* ------------------------------------------------------------------ */ @media (max-width: 768px) { body { font-size: 16px; } h1, .wp-block-post-title { font-size: clamp(1.75rem, 7vw, 2.4rem) !important; } h2 { font-size: 1.5rem !important; } }

Questions fréquentes : soins dentaires, tarifs, remboursements, urgences

49 % des Français déclarent avoir reporté un soin dentaire pour raisons financières en 2023 selon l’enquête CSA-Mutualité Française. La prise en charge dentaire reste partielle malgré la réforme 100 % Santé.

Ce dossier répond aux 10 questions les plus posées sur les soins dentaires en cabinet : tarifs, remboursements, urgences, prothèses, implants, hygiène.

Dr Sarah Levasseur, chirurgien-dentiste diplômée Paris Descartes, a compilé ces réponses avec sources Ameli, Ordre des Chirurgiens-Dentistes, HAS 2024-2025.

Combien coûte une visite chez le dentiste ?

Consultation simple : 23 € secteur 1 (conventionné) ou 30-50 € secteur 2 (honoraires libres). Détartrage 28,92 €. Soin carie 1 face 26,97 €, 2 faces 39,94 €. Couronne 120 € (panier 100 % Santé) à 1 200 € (céramique secteur 2).

Remboursement Sécu : 70 % du tarif conventionné. Mutuelle complémentaire indispensable pour soins prothétiques et orthodontie adulte (non pris en charge Sécu).

Comment fonctionne le 100 % Santé dentaire ?

Réforme 2020 : panier de soins dentaires entièrement remboursé par Sécu + mutuelle responsable. Couvre couronnes (3 types), bridges, dentiers complets ou partiels selon matériaux et localisation dent.

Limites : implants exclus (1 200-2 500 € restent à charge), couronnes esthétiques céramo-céramiques exclues, certains traitements complexes hors panier. Devis obligatoire détaillé avec mentions « 100 % Santé » / « Hors 100 % Santé ».

Que faire en cas de douleur dentaire urgente ?

Urgence dentaire : antalgique paracétamol 1g (max 4g/jour adulte) + glace dehors joue 15 min/h. Anti-inflammatoires (ibuprofène) à éviter en cas d’infection (peuvent aggraver).

Recours : urgence cabinet en semaine (téléphoner avant 9h pour rendez-vous jour même), permanence dentaire dimanche/jours fériés (numéro Conseil de l’Ordre régional), urgence hospitalière maxillo-faciale en dernier recours.

Implant dentaire : combien ça coûte vraiment ?

Prix moyen implant complet (vis + couronne) : 1 500 à 2 500 € par dent en France. Décomposition : pose chirurgicale 600-900 €, pilier 200-400 €, couronne céramique 700-1 200 €, scanner 80-150 €.

Sécu rembourse 0 €. Certaines mutuelles couvrent 200-700 € forfait/an. Tourisme dentaire Hongrie/Portugal : 600-1 200 € par implant (qualité variable, prudence sur garanties post-opératoires).

Combien de fois par an aller chez le dentiste ?

Recommandation HAS : 1 visite annuelle minimum pour adulte sain, 2 visites/an pour personnes à risque (parodontite, caries fréquentes, fumeurs, diabétiques). Examens systématiques à 6, 9, 12, 15, 18, 21, 24 ans (M’T Dents Sécu, gratuits).

Détartrage tous les 6-12 mois selon dépôts tartriques. Dentistes recommandent un examen avant grossesse pour anticiper soins, infections et risques.

Comment bien se brosser les dents ?

Brossage 2 fois par jour minimum, 2 minutes par session, 30 minutes après les repas (préserver émail des acides). Méthode BROS : Brossage par mouvements verticaux du rouge (gencive) vers le blanc (dent), Rotation, Oblique 45°, Sillons.

Brosse souple à changer tous les 3 mois. Dentifrice fluoré 1 450 ppm adulte, 1 000 ppm 6-12 ans. Compléter par fil dentaire ou brossette interdentaire 1 fois/jour. Bain de bouche occasionnel uniquement.

Carie dentaire : quels signes et traitements ?

Premiers signes : sensibilité au froid/chaud/sucré, tache blanche puis brune sur dent, douleur lancinante. Sans traitement la carie atteint la pulpe (rage de dents) et nécessite dévitalisation puis couronne.

Traitements selon stade : reminéralisation fluor (carie débutante), composite/amalgame (carie moyenne), inlay/onlay céramique (carie volumineuse), dévitalisation + couronne (carie pulpaire). Délai consultation à minimiser pour éviter aggravation.

Orthodontie adulte : quel prix et quel délai ?

Prix orthodontie adulte non remboursée Sécu : bagues métalliques 2 500-5 000 €, bagues céramiques 4 000-7 000 €, gouttières Invisalign 3 500-7 500 € selon complexité.

Durée traitement 12 à 36 mois selon cas. Mutuelles peu généreuses (forfait 200-700 €/an). Solutions partielles : bagues linguales (cachées), traitement sur arcade unique, contention nuit. Devis comparatif recommandé sur 3 cabinets.

Blanchiment dentaire : quelle méthode choisir ?

Blanchiment cabinet (peroxyde 6 % puis activation lampe LED) : 300-500 € pour 1 séance, résultats 4-8 nuances plus claires, durée 1-3 ans selon hygiène. Méthode la plus efficace.

Gouttières chez le dentiste : 350-600 €, application 2-3 semaines à domicile, résultats progressifs. Kits pharmacie (peroxyde 0,1 %) : 30-80 €, efficacité limitée. Éviter charbon abrasif (use l’émail).

Dentition enfant : à quel âge première visite ?

Première consultation dentaire : 1 an ou apparition de la première dent selon recommandation Union Française pour la Santé Bucco-Dentaire (UFSBD). Examen visuel et conseils brossage parents.

Programme M’T Dents Sécu : examens gratuits à 3, 6, 9, 12, 15, 18, 21, 24 ans + soins consécutifs gratuits. Premier rendez-vous régulier dès 3 ans pour habituer enfant, prévenir caries et détecter anomalies orthodontiques.