/* Police manuscrite auto-hébergée (pas d'appel externe à Google Fonts, conforme RGPD) */
@font-face {
    font-family: "Caveat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../webfonts/caveat/caveat-v23-latin-700.woff2") format("woff2");
}

/* =====================================================
   BARRE D'URGENCE — Distincte du corps du site
   ===================================================== */
.emergency-bar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.28);
}
.emergency-bar__pharma {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    padding: 9px 18px;
    background: #c0550a;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-right: 2px solid rgba(255,255,255,0.22);
    text-align: center;
    line-height: 1.3;
}
.emergency-bar__urgence {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    padding: 9px 18px;
    background: #b03030;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
.emergency-bar i {
    font-size: 14px;
    opacity: 0.88;
    flex-shrink: 0;
}
.emergency-bar__label {
    opacity: 0.88;
    white-space: nowrap;
}
.emergency-bar__call {
    opacity: 0.65;
    font-size: 11px;
    white-space: nowrap;
}
.emergency-bar__number {
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1;
    white-space: nowrap;
    transition: opacity .2s;
}
.emergency-bar__number:hover {
    color: rgba(255,255,255,0.82) !important;
    text-decoration: none;
    opacity: .85;
}
/* Sticky nav menu : se positionne sous la barre d'urgence */
.header .menu_sticky {
    top: 42px !important;
}
@media (max-width: 575px) {
    .emergency-bar {
        flex-direction: column;
    }
    .emergency-bar__pharma,
    .emergency-bar__urgence {
        font-size: 12px;
        padding: 7px 12px;
    }
    .emergency-bar__pharma {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.18);
    }
    .emergency-bar__number {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .header .menu_sticky {
        top: 82px !important;
    }
}

/* =====================================================
   TOUCHES RÉUNIONNAISES & CRÉOLES
   ===================================================== */

/* Style commun à tous les passages en créole : rouge flamboyant, police manuscrite */
.creole-text {
    font-family: "Caveat", cursive;
    color: #E8112D;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

/* Accroche créole dans le slider */
.creole-tagline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 22px;
    margin-bottom: 4px;
}
.creole-tagline .creole-text {
    text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}

/* Badge "Médecin péi" sur image circulaire About */
.pei-image-badge {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: #007BBA;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0,123,186,0.38);
    pointer-events: none;
    z-index: 20;
    white-space: nowrap;
}

/* Badge discret sur les images de la galerie */
.gallery-pei-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,105,160,0.92), rgba(0,80,122,0.96));
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 12px;
    pointer-events: none;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 0 3px 0 0;
}

/* Signature créole dans le footer */
.footer-creole {
    display: block;
    font-size: 20px;
    margin-top: 7px;
}

/* =====================================================
   BANNIÈRE DE TITRE DES PAGES INTÉRIEURES
   ===================================================== */
.page_title__content .breadcrumb-list {
    margin-top: 10px;
}
.page_title__content .breadcrumb-list a {
    color: #E12454;
    font-weight: 600;
}
.page_title__content .breadcrumb-list span {
    color: #768495;
    margin: 0 6px;
}

/* =====================================================
   PAGES DE CONTENU (à propos, professionnels, mentions légales, blog)
   ===================================================== */
.content-page {
    padding: 100px 0;
}
.content-page h2 {
    font-size: 32px;
    font-weight: bold;
    color: #223645;
    margin-bottom: 20px;
}
.content-page h3 {
    font-size: 24px;
    font-weight: bold;
    color: #223645;
    margin-top: 35px;
    margin-bottom: 15px;
}
.content-page p {
    font-size: 16px;
    line-height: 28px;
    color: #768495;
    margin-bottom: 18px;
}
.content-page ul {
    margin-bottom: 18px;
}
.content-page ul li {
    font-size: 16px;
    line-height: 28px;
    color: #768495;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
}
.content-page ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E12454;
}
.content-page .legal-note {
    background: #FFF4F5;
    border-left: 3px solid #E12454;
    padding: 18px 22px;
    font-size: 14px;
    color: #768495;
    margin: 25px 0;
    border-radius: 0 6px 6px 0;
}

/* Cartes blog (page listing) */
.blog-list-item {
    box-shadow: 0px 8px 20px 0px rgba(236, 236, 236, 0.55);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
}
