/* ===== FONTS ======= */

/* BrownPro - Regular */
@font-face {
    font-family: 'BrownPro';
    src: url('./fonts/BrownPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Gotham - Book (Regular) */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Gotham - Book Italic */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/GothamBookItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

/* Gotham - Medium */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/GothamMedium_1.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* Gotham - Light */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/GothamLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* Gotham - Light Italic */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/GothamLightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

/* Gotham - Bold */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Gotham Narrow - Book */
@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/Gotham_Narrow_Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Gotham Narrow - Bold */
@font-face {
    font-family: 'Gotham Narrow';
    src: url('./fonts/Gotham_Narrow_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/* ===================================
   CONFIGURATION POUR iPad 9ème génération
   Résolution : 2160 x 1620 pixels (810 x 1080 points)
   Écran : 10.2 pouces
   Ratio d'aspect : 4:3
   =================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
    width: 100%;
   
    /* Empêcher le zoom sur double-tap */
    touch-action: manipulation;
}

body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Empêcher le scroll bounce iOS */
    
}

/* ===================================
   CONTAINER PRINCIPAL
   =================================== */

.main-wrapper {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ===================================
   HERO SECTION
   iPad 9: optimisé pour 1080px de hauteur
   =================================== */

.hero-section {
    background: white url(./img/ovaleap_pied.png) no-repeat 100% 40%;
    background-size: contain;
    position: relative;
    /* Prend tout l'espace disponible moins le footer */
    flex: 1;
    min-height: 0;
}

/* Overlay dégradé pour améliorer la lisibilité */
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.85) 60%, 
        rgba(255, 255, 255, 0) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 40px 30px 60px;
    align-items: flex-end;
}

/* ===================================
   LOGO OVALEAP PRINCIPAL
   =================================== */

.logo-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-circles {
    display: flex;
    align-items: center;
    position: relative;
}

.circle {
    border-radius: 50%;
    position: relative;
}

.circle-green {
    width: 28px;
    height: 28px;
    background: #b8d334;
    z-index: 1;
}

.circle-yellow {
    width: 56px;
    height: 56px;
    background: #dfe674;
    margin-left: -8px;
    z-index: 2;
}

.circle-green-overlay {
    width: 68px;
    height: 68px;
    background: #7ac143;
    margin-left: -20px;
    z-index: 3;
}

.circle-purple {
    width: 96px;
    height: 96px;
    background: #a74a8e;
    margin-left: -28px;
    z-index: 4;
}

.logo-main {
    display: flex;
    flex-direction: column;
}

.logo-text {
    font-size: 58px;
    color: #6d6e71;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 5px;
}

.logo-subtitle {
    font-size: 34px;
    color: #c8c8c8;
    font-weight: 300;
    letter-spacing: 2px;
}

.logo-container img {
    height: 160px;
    width: auto;
}

/* ===================================
   TAGLINE
   =================================== */

.tagline {
    margin-bottom: auto;
    margin-top: 20px;
}

.tagline-text {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    text-align: right;
    font-size: 38px;
    color: #a74a8e;
    line-height: 1.35;
    margin: 0;
}

.tagline-text.title-slide{
    font-size:58px;
    font-weight:100;
}

/* =================================
    (contenu central)
    ================================ */

    .slide-content-full {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.slide-content-full .definition-title {
    text-align: left;
    margin-bottom: 20px;
}

/* ===================================
   DOSAGE BOX (En bas à gauche)
   =================================== */

.dosage-box {
    position: absolute;
    bottom: 100px;
    left: 60px;
    background: white;
    border-radius: 12px;
    padding: 20px 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.dosage-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dosage-circles {
    display: flex;
    align-items: center;
    position: relative;
}

.dosage-circles .circle-green {
    width: 18px;
    height: 18px;
}

.dosage-circles .circle-yellow {
    width: 34px;
    height: 34px;
    margin-left: -5px;
}

.dosage-circles .circle-green-overlay {
    width: 42px;
    height: 42px;
    margin-left: -12px;
}

.dosage-circles .circle-purple {
    width: 60px;
    height: 60px;
    margin-left: -16px;
}

.dosage-text-container {
    display: flex;
    flex-direction: column;
}

.dosage-brand {
    font-size: 34px;
    color: #6d6e71;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
}

.dosage-subtitle {
    font-size: 20px;
    color: #c8c8c8;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.dosage-info {
    font-size: 12px;
    color: #6d6e71;
    font-weight: 600;
    margin-bottom: 2px;
}

.dosage-type {
    font-size: 10px;
    color: #6d6e71;
    font-weight: 400;
}

/* ===================================
   CERCLES DÉCORATIFS EN BAS
   =================================== */

.decorative-circles-bottom {
    position: absolute;
    bottom: 30px;
    right: 150px;
    display: flex;
    align-items: flex-end;
}

.circle-deco {
    border-radius: 50%;
    opacity: 0.9;
}

.circle-yellow-deco {
    width: 72px;
    height: 72px;
    background: #dfe674;
    z-index: 1;
}

.circle-green-deco {
    width: 104px;
    height: 104px;
    background: #7ac143;
    margin-left: -20px;
    z-index: 2;
}

.circle-purple-deco {
    width: 128px;
    height: 128px;
    background: #a74a8e;
    margin-left: -28px;
    z-index: 3;
}

/* ===================================
   FOOTER SECTION
   Hauteur fixe pour iPad
   =================================== */

.footer-section {
    height: 90px;
    min-height: 90px;
    position: relative;
    flex-shrink: 0;
    padding-bottom: 54px;
    background-color: white;
}


/* Code de référence */
.reference-code {
   position: fixed;
   z-index: 999;
    bottom: 60px;
     left: 25px;
         line-height: 12px;
    font-size: 10px;
    color: #999;
    font-weight: 400;
    font-family: 'Gotham', Arial, sans-serif;
}

/* Logo Theramex */
.logo-theramex {
     position: fixed;
   z-index: 999;
    bottom: 60px;
     right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo-theramex img {
    width: auto;
    height: 70px;
}

.theramex-icon {
    font-size: 28px;
    color: #a74a8e;
}

.theramex-name {
    font-size: 14px;
    color: #a74a8e;
    font-weight: 600;
}

.theramex-sub {
    font-size: 8px;
    color: #7f8c8d;
    font-weight: 400;
}

/* ===================================
   BOTTOM NAVIGATION
   Optimisé pour touch iPad (min 44px touch target)
   =================================== */

.bottom-nav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, #a74a8e 0%, #b55ba0 100%);
    height: 54px;
    /* Ombre subtile pour démarquer la nav */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 4px;
    /* Touch target minimum iOS */
    min-height: 44px;
    text-align: center;
    /* Empêcher la sélection de texte */
    -webkit-user-select: none;
    user-select: none;
}

.nav-item:first-child {
    border-radius: 8px 0 0 0;
    flex: 0 0 54px;
}

.nav-item:nth-child(2) {
    flex: 0 0 54px;
}

.nav-item:last-child {
    border-right: none;
    border-radius: 0 8px 0 0;
}

.nav-item:active {
    background: rgba(255, 255, 255, 0.25);
}

.nav-item.active {
    background: rgba(255, 255, 255, 0.2);
}

.nav-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* ===================================
   UTILITAIRES
   =================================== */

sup {
    font-size: 0.7em;
    vertical-align: super;
    line-height: 0;
}
.definition-title sup.sup_gris{
    color:#58585a;
}

/* Suppression des marges Bootstrap par défaut */
.container-fluid {
    padding: 0 !important;
    height: 100%;
}

.row {
    margin: 0 !important;
}

[class*="col-"] {
    padding: 0 !important;
}

/* ===================================
   MEDIA QUERIES POUR iPad 9ème génération
   Portrait: 810 x 1080 points
   Paysage: 1080 x 810 points
   =================================== */

/* iPad Portrait */
@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 850px) {
    .hero-content {
        width: 65%;
        padding: 40px 30px 25px 50px;
    }
    
    .logo-container img {
        height: 140px;
    }
    
    .tagline-text {
        font-size: 34px;
    }
    
    .hero-section {
        background-position: right center;
    }
}

/* iPad Paysage (orientation par défaut pour cette présentation) */
@media screen and (orientation: landscape) and (min-height: 700px) and (max-height: 850px) {
    .hero-content {
        width: 60%;
        padding: 40px 30px 25px 50px;
    }
    
    .logo-container img {
        height: 250px;
    }
    
    .tagline-text {
        font-size: 36px;
    }
    
    .logo-theramex {
    bottom: 60px;
     right: 20px;
    }
    
    .logo-theramex img {
        height: 60px;
    }
}

/* Haute résolution (Retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-section {
        /* Assurer la netteté des images sur écran Retina */
        image-rendering: -webkit-optimize-contrast;
    }
}

/* ===================================
   DÉSACTIVER COMPORTEMENTS iOS INDÉSIRABLES
   =================================== */

/* Empêcher la sélection de texte non voulue */
.main-wrapper {
    -webkit-touch-callout: none;
}

/* Permettre la sélection sur les éléments de texte importants */
.tagline-text,
.reference-code {
    -webkit-user-select: text;
    user-select: text;
}







/* =============== SLIDE 2 ================ */


/* ===================================
   HEADER - SLIDE INFERTILITÉ
   =================================== */

.slide-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 25px 0px;
    gap: 25px;
}

.header-logo img {
    height: 80px;
    width: auto;
}

.header-separator {
    width: 3px;
    height: 60px;
    background-color: #a74a8e;
}

.header-tagline-text {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #a74a8e;
    line-height: 1.3;
    margin: 0;
}

/* ===================================
   CONTENU PRINCIPAL - SLIDE INFERTILITÉ
   =================================== */

.slide-content {
    position: relative;
    display: flex;
    width: 70%;
    padding: 10px 90px 20px 0px;
    flex-direction: column;
    z-index: 2;
        margin: 0 auto;
    overflow-y: auto;
    text-align: justify;

    max-height: calc(100vh - 300px);
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
    scrollbar-color: #a74a8e #f0e6ef;
}
/* Scrollbar violet pour webkit (Chrome, Safari, iPad) */
.slide-content::-webkit-scrollbar {
    width: 8px;
}

.slide-content::-webkit-scrollbar-track {
    background: #f0e6ef;
    border-radius: 4px;
}

.slide-content::-webkit-scrollbar-thumb {
    background: #a74a8e;
    border-radius: 4px;
}

.slide-content::-webkit-scrollbar-thumb:hover {
    background: #8a3d75;
}
.content-section {
    margin-bottom: 18px;
}

.section-title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #58585a;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title sup {
    font-size: 0.65em;
    color: #a74a8e;
}

.bullet-purple {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url('./img/picto_before_text.png') no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}

.content-list {
    list-style: none;
    padding-left: 22px;
    margin: 0;
}

.content-list li {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #58585a;
    line-height: 1.45;
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.content-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #58585a;
    font-weight: 700;
}

.content-list li em {
    font-style: italic;
}

.content-note {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #58585a;
    padding-left: 22px;
    margin-top: 5px;
}

.content-text {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #58585a;
    line-height: 1.5;
    padding-left: 22px;
    margin: 0;
}


/* =============== SLIDE 3 - DÉFINITION INFERTILITÉ ================ */

/* Hero section pour slide définition */
.hero-section.slide-definition {
    background: white;
    background-size: auto;
}

/* Header avec cercles décoratifs */
.slide-header-circles {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 30px 0px 20px 4px;
    gap: 20px;
}

.header-circles {
    /* background: transparent url(./img/logo_top_right.png) no-repeat left top; */
    position: relative;
    display: inline-flex;
     flex-shrink: 0;
    /* width: 451px;
    height: 268px; */
   
}
.header-circles img{
    width:auto;
   height: 120px
}


.header-title-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 0px;
}

.header-main-title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #a74a8e;
    margin: 20px auto 0;
}

.header-separator-vertical {
    width: 3px;
    height: 50px;
    background-color: #ddde5e;
}

.header-sub-title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #a74a8e;
    margin: 0;
}

/* Contenu principal - Définition */
.slide-content-definition {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 60px;
}

.definition-section {
    margin-bottom: 40px;
}

.definition-title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #58585a;
    margin-bottom: 15px;
    line-height: 1.4;
}

.definition-title sup {
    font-size: 0.65em;
    color: #a74a8e;
}

.definition-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.definition-list li {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #58585a;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.definition-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #58585a;
    font-weight: 700;
}

/* Timeline Diagram */
.timeline-diagram {
    margin-top: 50px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}

.timeline-image {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

/* Cercles décoratifs en bas */
.deco-circles-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: url(./img/bottom_page_infertilite.png) no-repeat bottom right;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.deco-circle {
    border-radius: 50%;
}



/* =============== SLIDE 05 - CHIFFRES CLÉS ================ */

/* Contenu pleine largeur avec image */
.slide-content-full {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 40px;
    display: flex;
 justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.slide-content-full .definition-title {
    text-align: left;
    margin-bottom: 20px;
}
.slide-image-content {
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 280px);
}

/* Note de bas de slide */
.slide-footer-note {
    position: absolute;
    bottom: 70px;
    left: 40px;
    right: 40px;
    z-index: 2;
}

.slide-footer-note p {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #999;
    line-height: 1.4;
    margin: 0;
}

/* ============= SLIDE 06 -  GONADOTROPHINES ==================*/ 

 .gonadotrophines-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            gap: 10px;
        }

        .gonadotrophines-blocks {
            display: flex;
            justify-content: center;
            gap: 60px;
            width: 100%;
        }

        .gonado-block {
            position: relative;
            width: 380px;
            min-height: 220px;
            background-color: #d2e5dd;
            padding:20px 30px 50px 30px;
            text-align: center;
            clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
        }

        .gonado-title {
           font-family: 'Gotham Narrow';
            font-weight:700;
            font-size: 18px;
            color: #6f6f6e;
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .gonado-text {
            font-family: 'Gotham Narrow', Arial, sans-serif;
            font-weight: 300;
            font-size: 14px;
            color: #6f6f6e;
            line-height: 1.3;
        }

        .gonadotrophines-conclusion {
            margin-top: 20px;
            text-align: center;
        }

        .gonadotrophines-conclusion p {
            font-family: 'Gotham', Arial, sans-serif;
            font-weight: 700;
            font-size: 18px;
            color: #6f6f6e;
            line-height: 1.4;
            margin: 0;
        }



/* ============= SLIDE 07 -  GONADOTROPHINES ==================*/ 
.fiv-cost-block {
            font-family: 'Gotham', Arial, sans-serif;
            font-size: 14px;
            color: #58585a;
            line-height: 1.6;
        }

        .fiv-cost-block ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .fiv-cost-block > ul > li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 5px;
        }

        .fiv-cost-block > ul > li::before {
            content: '•';
            position: absolute;
            left: 0;
            font-weight: 700;
            color: #58585a;
        }

        .fiv-cost-block .sub-list {
            margin-top: 5px;
            padding-left: 15px;
        }

        .fiv-cost-block .sub-list li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 3px;
        }

        .fiv-cost-block .sub-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            font-weight: 400;
            color: #58585a;
        }

        .fiv-cost-block strong {
            font-weight: 700;
        }

        .fiv-cost-block .sup-ref {
            font-size: 0.7em;
            vertical-align: super;
            color: #58585a;
        }

        .charts-container {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            gap: 40px;
            width: 100%;
        }

        .chart-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
        }

        .chart-title {
            font-family: 'Gotham', Arial, sans-serif;
            font-weight: 700;
            font-size: 14px;
            color: #58585a;
            text-align: center;
            margin-bottom: 20px;
            line-height: 1.4;
        }

        .chart-wrapper {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .pie-chart {
            position: relative;
            width: 200px;
            height: 200px;
            border-radius: 50%;
        }

        /* Premier camembert - Cycle FIV */
        .pie-chart-1 {
            background: conic-gradient(
                #63a643 0deg 201.6deg,      /* 56% - Stimulation ovulation */
                #a4c137 201.6deg 266.4deg,  /* 18% - Ponction */
                #b6cb5a 266.4deg 349.2deg,  /* 23% - Laboratoire */
                #ddde5e 349.2deg 356.4deg,  /* 2% - Transfert */
                #f2e739 356.4deg 360deg     /* 1% - Événements */
            );
        }

        /* Deuxième camembert - Étape stimulation */
        .pie-chart-2 {
            background: conic-gradient(
                #63a643 0deg 237.6deg,      /* 66% - Stimulation */
                #f2e739 237.6deg 241.2deg,  /* 1% - Consultation */
                #a4c137 241.2deg 288deg,    /* 13% - Désensibilisation */
                #b6cb5a 288deg 298.8deg,    /* 3% - Soins infirmiers */
                #7dbc6c 298.8deg 324deg,    /* 7% - Échographies */
                #cfdc65 324deg 345.6deg,    /* 6% - Dosages E2 */
                #b4d053 345.6deg 360deg     /* 4% - Forfait induction */
            );
        }

        /* Labels sur le camembert */
        .pie-labels {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .pie-label {
            position: absolute;
            font-family: 'Gotham', Arial, sans-serif;
            font-weight: 700;
            font-size: 13px;
            color: white;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

        /* Labels camembert 1 */
        .pie-chart-1 .label-56 { top: 48%; left: 65%; color:#fff; }
        .pie-chart-1 .label-18 { top: 75%; left: -5%; color: #fff; color:#a4c137; }
        .pie-chart-1 .label-23 {     top: 18%; left: -10%;color:#b6cb5a; }
        .pie-chart-1 .label-2 { top: -7%; left: 34%; font-size: 11px; text-shadow: none; color:#ddde5e;}
        .pie-chart-1 .label-1 { top: -10%; left: 45%; font-size: 11px; text-shadow: none; color:#f2e739;}

        /* Labels camembert 2 */
        .pie-chart-2 .label-66 { top: 55%; left: 65%; color:#fff;}
        .pie-chart-2 .label-1 { top: 75%; left: 1%; font-size: 10px; color:#f2e739;}
        .pie-chart-2 .label-13 { top: 45%; left: -14%; color:#a4c137; }
        .pie-chart-2 .label-3 { top: 26%; left: -6%; font-size: 11px; color:#b6cb5a;}
        .pie-chart-2 .label-7 { top: 11%; left: 4%; font-size: 11px;  text-shadow: none; color:#7dbc6c;}
        .pie-chart-2 .label-6 { top: -4%; left: 23%; font-size: 11px;   text-shadow: none;color:#cfdc65; }
        .pie-chart-2 .label-4 { top: -7%; left: 39%; font-size: 11px;  text-shadow: none; color:#b4d053;}

        /* Légende */
        .chart-legend {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .legend-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .legend-color {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .legend-text {
            font-family: 'Gotham', Arial, sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #58585a;
        }

        .legend-text strong {
            font-weight: 700;
        }

        /* Couleurs légende */
        .color-1 { background-color: #5a8a3c; }
        .color-2 { background-color: #7ab547; }
        .color-3 { background-color: #b8d87a; }
        .color-4 { background-color: #e8f0a0; }
        .color-5 { background-color: #f5f5a0; }
        .color-6 { background-color: #6a9a44; }
        .color-7 { background-color: #9cc85c; }
        .color-8 { background-color: #d4e8a0; }