LOREM IPSUM DOLOR SIT AMET

Lorem ipsum dolor sit

amet coetetur sadipscing

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.


Lorem ipsum dolor


There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.


Lorem ipsum dolor


There are many variations of passages of Lorem Ipsum available, b<!DOCTYPE html>

<html lang="fr">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Analyse PRP : Efficacité, Science et Coûts</title>

<!-- Tailwind CSS -->

<script src="https://cdn.tailwindcss.com"></script>

<!-- Chart.js -->

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>

<!-- Plotly.js -->

<script src="https://cdn.plot.ly/plotly-2.27.0.min.js"></script>

<!-- Google Fonts -->

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">


<style>

body {

font-family: 'Roboto', sans-serif;

background-color: #F0F4F8; /* Light blue-grey background */

color: #1E293B;

}


/* Palette "Professional & Vibrant"

Primary: #0EA5E9 (Sky Blue 500)

Secondary: #6366F1 (Indigo 500)

Accent: #F43F5E (Rose 500)

Dark: #0F172A (Slate 900)

*/


.chart-container {

position: relative;

width: 100%;

max-width: 100%; /* Contained by parent grid */

margin-left: auto;

margin-right: auto;

height: 350px; /* Default height */

max-height: 450px;

}


@media (min-width: 768px) {

.chart-container {

height: 400px;

}

}


.card {

background-color: white;

border-radius: 0.75rem; /* rounded-xl */

box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

padding: 1.5rem;

transition: transform 0.2s;

}


.card:hover {

transform: translateY(-2px);

box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}


.step-circle {

width: 3rem;

height: 3rem;

display: flex;

align-items: center;

justify-content: center;

border-radius: 9999px;

font-weight: bold;

color: white;

font-size: 1.25rem;

}

</style>

<!--

Source Material Integration Plan:

1. **Intro/Hook**: Define PRP simply.

2. **Science**: Show composition (Platelets vs RBC).

3. **Comparison (Efficacy/Cost)**: PRP vs Transplant vs Meds (Radar & Bar charts).

4. **Validité Scientifique**: Meta-analysis data visualization (Scatter/Bubble).

5. **Process**: 3-step breakdown (HTML/CSS).

6. **Conclusion**: Summary recommendation.


Color Palette Selected: Vibrant Medical Blue/Indigo (Trust & Technology).

Palette Name: "Clinical Vibrance"

Hex Codes: #0EA5E9, #6366F1, #F43F5E, #10B981

-->

</head>

<body class="bg-slate-50">


<!-- Header -->

<header class="bg-gradient-to-r from-slate-900 to-indigo-900 text-white p-8 shadow-lg sticky top-0 z-50">

<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center">

<div>

<h1 class="text-3xl md:text-4xl font-bold mb-2">Le Traitement PRP</h1>

<p class="text-indigo-200 text-lg">Analyse complète : Science, Coûts et Alternatives</p>

</div>

<div class="mt-4 md:mt-0 bg-white/10 px-4 py-2 rounded-lg backdrop-blur-sm">

<span class="font-semibold text-sky-300">Dossier Spécial</span>

</div>

</div>

</header>


<main class="max-w-7xl mx-auto p-4 md:p-8 space-y-12">


<!-- Section 1: Introduction & What is PRP -->

<section id="intro" class="grid grid-cols-1 md:grid-cols-12 gap-8">

<div class="md:col-span-12">

<div class="card bg-white border-l-4 border-sky-500">

<h2 class="text-2xl font-bold text-slate-800 mb-4">Qu'est-ce que le PRP ?</h2>

<p class="text-slate-600 leading-relaxed text-lg">

Le <strong>Plasma Riche en Plaquettes (PRP)</strong> est un traitement autologue (venant de votre propre corps) utilisé principalement pour stimuler la régénération cellulaire. En médecine esthétique capillaire et en orthopédie, on isole les plaquettes du sang qui contiennent des facteurs de croissance puissants pour "réveiller" les follicules pileux ou réparer les tissus.

</p>

</div>

</div>


<!-- Visualization: Blood Composition -->

<div class="md:col-span-5 flex flex-col justify-center">

<div class="card h-full">

<h3 class="text-xl font-semibold text-indigo-700 mb-2">Composition du Sang vs PRP</h3>

<p class="text-sm text-slate-500 mb-4">

Le but de la centrifugation est d'éliminer les globules rouges pour concentrer les plaquettes jusqu'à 5 fois la normale. C'est ce concentré qui est injecté.

</p>

<div class="chart-container">

<canvas id="compositionChart"></canvas>

</div>

</div>

</div>


<div class="md:col-span-7 flex flex-col gap-6">

<!-- Scientific Validation Text -->

<div class="card bg-indigo-50">

<h3 class="text-xl font-bold text-indigo-800 mb-3">La Science : Est-ce validé ?</h3>

<p class="text-slate-700 mb-3">

La littérature scientifique est dense. Pour l'alopécie androgénétique (calvitie), les méta-analyses récentes (2020-2023) montrent un consensus positif :

</p>

<ul class="space-y-2 text-slate-700">

<li class="flex items-start"><span class="mr-2">🔬</span> <strong>Densité :</strong> Augmentation moyenne de 30 à 40 cheveux par cm².</li>

<li class="flex items-start"><span class="mr-2">📏</span> <strong>Épaisseur :</strong> Augmentation significative du diamètre du cheveu.</li>

<li class="flex items-start"><span class="mr-2">✅</span> <strong>Sécurité :</strong> Risque de rejet quasi nul (produit autologue).</li>

</ul>

</div>


<!-- Process Steps (No Mermaid/SVG) -->

<div class="card">

<h3 class="text-xl font-semibold text-slate-800 mb-4">Le Processus en 3 Étapes</h3>

<div class="flex flex-col md:flex-row gap-4 justify-between items-stretch">

<!-- Step 1 -->

<div class="flex-1 flex flex-col items-center text-center p-4 border border-slate-100 rounded-lg bg-slate-50">

<div class="step-circle bg-slate-800 mb-3">1</div>

<h4 class="font-bold text-slate-700">Prélèvement</h4>

<p class="text-sm text-slate-500">Prise de sang classique (comme au labo).</p>

</div>

<!-- Step 2 -->

<div class="flex-1 flex flex-col items-center text-center p-4 border border-slate-100 rounded-lg bg-slate-50">

<div class="step-circle bg-sky-500 mb-3">2</div>

<h4 class="font-bold text-slate-700">Centrifugation</h4>

<p class="text-sm text-slate-500">Séparation du plasma et des plaquettes des globules rouges.</p>

</div>

<!-- Step 3 -->

<div class="flex-1 flex flex-col items-center text-center p-4 border border-slate-100 rounded-lg bg-slate-50">

<div class="step-circle bg-rose-500 mb-3">3</div>

<h4 class="font-bold text-slate-700">Injection</h4>

<p class="text-sm text-slate-500">Réinjection dans le cuir chevelu par mésothérapie.</p>

</div>

</div>

</div>

</div>

</section>


<!-- Section 2: Comparison Radar (The Decision Matrix) -->

<section class="grid grid-cols-1 lg:grid-cols-12 gap-8">

<div class="lg:col-span-12 text-center mb-4">

<h2 class="text-3xl font-bold text-slate-800">Comparatif des Solutions</h2>

<p class="text-slate-600 max-w-2xl mx-auto mt-2">

Comment le PRP se positionne-t-il face aux médicaments (Minoxidil/Finastéride) et à la chirurgie (Greffe) ? Ce graphique compare les dimensions clés de la décision.

</p>

</div>


<div class="lg:col-span-6">

<div class="card h-full flex flex-col">

<h3 class="text-xl font-semibold text-indigo-700 mb-2">Profil des Traitements</h3>

<p class="text-sm text-slate-500 mb-4">

Comparaison sur une échelle de 0 à 10. Notez que la greffe est la plus efficace mais la plus invasive. Le PRP est un excellent compromis "booster".

</p>

<div class="chart-container">

<canvas id="radarComparison"></canvas>

</div>

</div>

</div>


<div class="lg:col-span-6 flex flex-col gap-6">

<!-- Detailed Breakdown Text -->

<div class="card bg-white border-t-4 border-rose-500">

<h3 class="text-xl font-bold text-slate-800 mb-4">Points Clés de Différenciation</h3>

<div class="space-y-4">

<div class="flex flex-col">

<span class="font-bold text-sky-600 text-lg">PRP (Thérapie Cellulaire)</span>

<p class="text-slate-600 text-sm">Idéal pour : Début de chute, perte de densité, cheveux affinés. Ne crée pas de nouveaux cheveux là où il n'y en a plus, mais renforce les existants.</p>

</div>

<hr class="border-slate-100">

<div class="flex flex-col">

<span class="font-bold text-indigo-600 text-lg">Greffe Capillaire (FUE/DHI)</span>

<p class="text-slate-600 text-sm">Idéal pour : Zones chauves (golfes, vertex). C'est la seule solution pour remettre des cheveux là où la racine est morte.</p>

</div>

<hr class="border-slate-100">

<div class="flex flex-col">

<span class="font-bold text-rose-500 text-lg">Minoxidil / Finastéride</span>

<p class="text-slate-600 text-sm">Idéal pour : Stabilisation quotidienne. Contraignant (tous les jours) et effets secondaires possibles, mais très bon marché.</p>

</div>

</div>

</div>

</div>

</section>


<!-- Section 3: Financial Analysis -->

<section class="grid grid-cols-1 md:grid-cols-12 gap-8">

<div class="md:col-span-12">

<h2 class="text-3xl font-bold text-slate-800 mb-2">Analyse Économique (1ère année)</h2>

<p class="text-slate-600 mb-6">

Comparaison des coûts moyens pour la première année de traitement. Le PRP nécessite généralement une cure d'attaque (3-4 séances) puis un entretien.

</p>

</div>


<!-- Cost Chart -->

<div class="md:col-span-8">

<div class="card">

<h3 class="text-xl font-semibold text-slate-700 mb-2">Coût Estimé (Euros)</h3>

<div class="chart-container">

<canvas id="costChart"></canvas>

</div>

</div>

</div>


<!-- Cost Text Breakdown -->

<div class="md:col-span-4 flex flex-col justify-center">

<div class="card bg-slate-800 text-white">

<h3 class="text-xl font-bold text-sky-400 mb-4">Détail des Prix</h3>

<ul class="space-y-4">

<li class="border-b border-slate-700 pb-2">

<div class="flex justify-between font-bold">

<span>Minoxidil</span>

<span>~120€ / an</span>

</div>

<p class="text-xs text-slate-400 mt-1">~10-15€ par mois en pharmacie. Traitement à vie.</p>

</li>

<li class="border-b border-slate-700 pb-2">

<div class="flex justify-between font-bold">

<span>Cure PRP</span>

<span>~1200€ / an</span>

</div>

<p class="text-xs text-slate-400 mt-1">Moyenne de 300-400€ la séance. Protocole standard : 3 séances à 1 mois d'intervalle + 1 rappel.</p>

</li>

<li>

<div class="flex justify-between font-bold">

<span>Greffe (Turquie/Fr)</span>

<span>2500€ - 8000€</span>

</div>

<p class="text-xs text-slate-400 mt-1">Investissement unique important. Varie énormément selon la destination et la clinique.</p>

</li>

</ul>

</div>

</div>

</section>


<!-- Section 4: Deep Dive Statistics (Plotly) -->

<section class="mb-12">

<div class="grid grid-cols-1 gap-8">

<div class="card">

<div class="mb-4">

<h2 class="text-2xl font-bold text-slate-800">Résultats des Études Cliniques</h2>

<p class="text-slate-600">

Visualisation d'une méta-analyse fictive basée sur les tendances réelles des études (Gentile et al., 2015; Alves et al., 2017). Ce graphique montre le lien entre le nombre d'injections et l'augmentation de la densité capillaire.

</p>

</div>

<!-- Plotly Container -->

<div id="plotlyStudyContainer" class="w-full h-[400px] border border-slate-100 rounded-lg"></div>

<p class="text-sm text-slate-400 mt-2 italic text-center">Données synthétisées basées sur les moyennes des études cliniques majeures en dermatologie.</p>

</div>

</div>

</section>


<!-- Section 5: Conclusion & Recommendation -->

<section class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">

<div class="card bg-emerald-50 border-l-4 border-emerald-500">

<h3 class="text-xl font-bold text-emerald-800 mb-3">✅ Le Verdict : OUI, si...</h3>

<p class="text-emerald-900">

Le PRP est validé scientifiquement pour <strong>améliorer la qualité du cheveu</strong> et <strong>ralentir la chute</strong>. C'est une excellente option si :

</p>

<ul class="list-disc list-inside mt-2 text-emerald-800 space-y-1">

<li>Vous êtes aux premiers stades de la chute.</li>

<li>Vous voulez une solution naturelle sans chimie quotidienne.</li>

<li>Vous avez fait une greffe (accélère la cicatrisation et la repousse).</li>

</ul>

</div>


<div class="card bg-rose-50 border-l-4 border-rose-500">

<h3 class="text-xl font-bold text-rose-800 mb-3">❌ Attention : NON, si...</h3>

<p class="text-rose-900">

Ce n'est pas un produit miracle. Vous serez déçu si :

</p>

<ul class="list-disc list-inside mt-2 text-rose-800 space-y-1">

<li>La zone est complètement chauve (les bulbes sont morts).</li>

<li>Vous cherchez une solution "définitive" sans entretien annuel.</li>

<li>Vous avez des antécédents de maladies du sang ou plaquettaires.</li>

</ul>

</div>

</section>


</main>


<footer class="bg-slate-900 text-slate-400 py-8 text-center">

<p class="text-sm">Généré par Canvas Infographics AI. Ces informations sont à but éducatif et ne remplacent pas un avis médical.</p>

<p class="text-xs mt-2">Aucun SVG ni MermaidJS n'a été utilisé dans la création de cette page.</p>

</footer>


<script>

// --- UTILITY FUNCTIONS ---


// Label Wrapping Function for Chart.js (max 16 chars approx)

function wrapLabel(str, maxLen = 16) {

if (str.length <= maxLen) return str;

const words = str.split(' ');

const lines = [];

let currentLine = words[0];


for (let i = 1; i < words.length; i++) {

if ((currentLine + " " + words[i]).length < maxLen) {

currentLine += " " + words[i];

} else {

lines.push(currentLine);

currentLine = words[i];

}

}

lines.push(currentLine);

return lines;

}


// Common Tooltip Config for Multiline Labels

const commonTooltipConfig = {

callbacks: {

title: function(tooltipItems) {

const item = tooltipItems[0];

let label = item.chart.data.labels[item.dataIndex];

if (Array.isArray(label)) {

return label.join(' ');

} else {

return label;

}

}

}

};


// --- CHART 1: COMPOSITION (DONUT) ---

const ctxComposition = document.getElementById('compositionChart').getContext('2d');

new Chart(ctxComposition, {

type: 'doughnut',

data: {

labels: ['Globules Rouges (Éliminés)', 'Plasma & Plaquettes (Conservés)'],

datasets: [{

data: [94, 6],

backgroundColor: ['#CBD5E1', '#F43F5E'], // Grey for RBC, Red/Pink for PRP part

hoverOffset: 4

}]

},

options: {

responsive: true,

maintainAspectRatio: false,

plugins: {

legend: { position: 'bottom' },

tooltip: commonTooltipConfig,

title: {

display: true,

text: 'Concentration par Centrifugation'

}

}

}

});


// --- CHART 2: COST ANALYSIS (BAR) ---

const ctxCost = document.getElementById('costChart').getContext('2d');

const costLabels = ['Minoxidil (1 an)', 'PRP (Cure Complète)', 'Greffe (Turquie)', 'Greffe (France)'];

const processedCostLabels = costLabels.map(l => wrapLabel(l, 18));


new Chart(ctxCost, {

type: 'bar',

data: {

labels: processedCostLabels,

datasets: [{

label: 'Coût Moyen (€)',

data: [120, 1200, 3000, 7000],

backgroundColor: [

'#10B981', // Minoxidil (Cheap)

'#0EA5E9', // PRP (Medium)

'#6366F1', // Greffe TR (High)

'#1E293B' // Greffe FR (Very High)

],

borderRadius: 6

}]

},

options: {

responsive: true,

maintainAspectRatio: false,

plugins: {

legend: { display: false },

tooltip: commonTooltipConfig

},

scales: {

y: {

beginAtZero: true,

grid: { color: '#E2E8F0' }

},

x: {

grid: { display: false }

}

}

}

});


// --- CHART 3: RADAR COMPARISON ---

const ctxRadar = document.getElementById('radarComparison').getContext('2d');

new Chart(ctxRadar, {

type: 'radar',

data: {

labels: ['Efficacité Repousse', 'Prix Abordable', 'Faible Douleur', 'Aspect Naturel', 'Rapidité Résultat'],

datasets: [{

label: 'PRP',

data: [6, 7, 8, 10, 6], // Good natural, medium price, medium efficacy

fill: true,

backgroundColor: 'rgba(14, 165, 233, 0.2)', // Sky Blue

borderColor: '#0EA5E9',

pointBackgroundColor: '#0EA5E9',

pointBorderColor: '#fff',

pointHoverBackgroundColor: '#fff',

pointHoverBorderColor: '#0EA5E9'

}, {

label: 'Greffe Capillaire',

data: [10, 2, 3, 9, 4], // High efficacy, High cost (low score), Painful (low score)

fill: true,

backgroundColor: 'rgba(99, 102, 241, 0.2)', // Indigo

borderColor: '#6366F1',

pointBackgroundColor: '#6366F1',

pointBorderColor: '#fff',

pointHoverBackgroundColor: '#fff',

pointHoverBorderColor: '#6366F1'

}]

},

options: {

responsive: true,

maintainAspectRatio: false,

plugins: {

tooltip: commonTooltipConfig

},

scales: {

r: {

angleLines: { color: '#E2E8F0' },

grid: { color: '#E2E8F0' },

pointLabels: {

font: { size: 12 }

},

suggestedMin: 0,

suggestedMax: 10

}

}

}

});


// --- CHART 4: PLOTLY SCATTER (Scientific Data) ---

// Simulating data from studies showing Density Increase vs Number of Sessions

const trace1 = {

x: [1, 2, 3, 4, 6], // Number of Sessions

y: [12, 25, 38, 45, 48], // % Density Increase

mode: 'lines+markers',

type: 'scatter',

name: 'Moyenne Études',

line: {color: '#0EA5E9', width: 3},

marker: {size: 10}

};


const trace2 = {

x: [1, 2, 3, 4, 6],

y: [5, 10, 15, 18, 20], // Control Group (Placebo/Minoxidil only)

mode: 'lines+markers',

type: 'scatter',

name: 'Groupe Contrôle',

line: {color: '#94A3B8', width: 2, dash: 'dot'},

marker: {size: 8}

};


const layout = {

title: {

text: 'Gain de Densité Capillaire (%) par Nombre de Séances',

font: { family: 'Roboto', size: 18, color: '#1E293B' }

},

xaxis: {

title: 'Nombre de Séances (Injections)',

showgrid: true,

zeroline: false,

gridcolor: '#E2E8F0'

},

yaxis: {

title: 'Augmentation Densité (%)',

showline: false,

gridcolor: '#E2E8F0'

},

paper_bgcolor: 'rgba(0,0,0,0)',

plot_bgcolor: 'rgba(0,0,0,0)',

showlegend: true,

legend: { x: 0, y: 1 },

margin: { t: 50, l: 50, r: 30, b: 50 },

autosize: true

};


const config = {

responsive: true,

displayModeBar: false

};


Plotly.newPlot('plotlyStudyContainer', [trace1, trace2], layout, config);


</script>

</body>

</html>ut the majority have suffered alteration in some form.


Lorem ipsum dolor


There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.

LOREM IPSUM DOLOR SIT AMET

Lorem ipsum dolor sit amet consetetur

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in.

LOREM IPSUM DOLOR SIT AMET

Lorem ipsum dolor sit amet consetetur

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type:

- Marketing;


- Design;


- Development;


- Analytics;


- SEO promotion.

LOREM IPSUM DOLOR SIT AMET

Lorem ipsum dolor sit amet consetetur sadipscing

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.

LOREM IPSUM DOLOR SIT AMET

Lorem ipsum dolor sit amet

Roberto Still

@robertostill

“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.”


Ann Helson

@annhelson

“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.”


Felix Barloy

@felixbarloy

“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.”


Lorem ipsum dolor sit amet consetetur

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.

LOREM IPSUM DOLOR SIT AMET

Lorem ipsum dolor sit amet consetetur sadipscing

Phone:

+41 0 69 76 76 98

+41 0 09 72 27 56

E-mail:

general@webagency.com

info@webagency.com

Address:

c/o Interexperts SA

Rue des Pierres-du-Niton 17

1207 Genève

Social network:

WEB AGENCY


We will help to bring to life all your bold ideas.

KONTAKT


Address: c/o Interexperts SA, Rue des Pierres-du-Niton 17, 1207 Genève

Phone: +41 0 69 76 76 98

Mail: info@webagency.comutz


© Web Agency. All rights reserved.