/* ==========================================================================
   1. RESET & BASE
   ========================================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: #333;
    background-color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #801c1d;
}

.container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   2. BANDEAU SUPÉRIEUR (TOP BANNER)
   ========================================================================== */
.top-banner {
    background-color: #7b814a;
    color: #ffffff;
    text-align: center;
    padding: 6px 10px;
    font-size: 0.85rem;
}

/* ==========================================================================
   3. HEADER & NAVIGATION
   ========================================================================== */
.site-header {
    padding: 20px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 15px;
}

.logo-wrapper,
.brand-container img,
.brand-container svg,
.brand-logo {
    width: 50px !important;
    height: 50px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #801c1d;
    line-height: 1.2;
}

.brand-subtitle {
    font-size: 0.88rem;
    color: #111111;
    font-weight: 400;
}

.main-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 20px;
}

.main-nav a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    line-height: 40px;
    transition: color 0.2s ease;
}

.main-nav div {
    padding: 5px 12px;
}

.main-nav a.active {
    color: #801c1d;
    font-weight: 700;
}

.main-nav a.active div {
    background: #FEF2E0;
}

/* ==========================================================================
   4. TITRES & STRUCTURES GENERALES
   ========================================================================== */
.page-title-center, .page-title {
    text-align: center;
    color: #801c1d;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 40px 0 35px 0;
}

.section-title-center, .section-title {
    text-align: center;
    color: #554433;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 50px 0 30px 0;
}

.article-container {
    padding-top: 10px;
    padding-bottom: 40px;
}

/* ==========================================================================
   5. PAGE D'ACCUEIL (HERO, PROCESS, INFO)
   ========================================================================== */
.hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.15)), 
                      url('img/medecine-chinoise-angers-acupuncteur-bkgrd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0;
    margin-bottom: 40px;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.hero-intro-box {
    max-width: 600px;
}

.hero-intro-box h1 {
    font-size: 1.28rem;
    font-weight: 200;
    color: #222;
    line-height: 1.6;
    margin-bottom: 8px;
}

.hero-intro-box span {
    background-color: #fff;
    padding: 2px;
}

/* Style spécifique du surlignage dans le titre */
.hero-intro-box h1 mark,
.hero-intro-box h1 .highlight,
.hero-intro-box mark {
    background-color: #fef2e0;
    color: #801c1d;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 700;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.btn-hero {
    display: inline-block;
    background-color: #fff;
    color: #555;
    padding: 4px;
    text-decoration: none;
    border-radius: 1px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.btn-hero:hover {
    background-color: #ddd;
}

.hero-info-box {
    background: #ffffff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-align: center;
    min-width: 280px;
    font-size: 1.4rem;
}

.hero-info-box .tarifhp {
    margin-bottom: 7px;
}

.phone-container {
    margin-top: 12px;
}

.phone-number {
    color: #801c1d;
    font-weight: 700;
    text-decoration: none;
}

.process-section {
    padding: 25px 0;
}

.process-section h2 {
    text-align: center;
    color: #554433;
    margin-bottom: 40px;
    font-weight: 400;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.step-card {
    background: #fdfbf7;
    padding: 25px;
    border: 1px solid #f0ede6;
    border-radius: 4px;
}

.step-card p {
    font-size: 1.0rem;
    font-weight: 800;
    color: #222;
}

.step-number {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #801c1d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    margin-right: 8px;
}

.step-card h3 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
    line-height: 1.6;
}

.info-text-section {
    padding: 30px 0;
    text-align: center;
}

.info-text-container h2 {
    color: #801c1d;
    font-weight: 400;
    margin: 25px 0 15px 0;
}

.sub-text {
    font-size: 0.9rem;
    color: #444;
    margin-top: 15px;
}

/* ==========================================================================
   6. PAGE PÉDAGOGIE & ARTICLES (STRESS, MIGRAINES) + BANNIÈRES PLEINE LARGEUR
   ========================================================================== */
.page-header-block {
    text-align: center;
    margin-bottom: 40px;
}

.page-header-block h1 {
    color: #801c1d;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.page-header-block h2 {
    color: #554433;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.intro-text, .mtc-content-body {
    color: #554433;
    line-height: 1.7;
    margin-bottom: 20px;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    align-items: start;
}

.alert-box {
    background-color: #fef2e0;
    border-left: 4px solid #801c1d;
    padding: 15px;
    margin: 20px 0;
    font-weight: 500;
}

.media-card img {
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.media-caption {
    font-size: 0.85rem;
    color: #777;
    margin-top: 10px;
}

/* BANNIÈRES DE CONTACT (PLEINE LARGEUR 100%) */
.rdv-banner, .rdv-banner-card {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #e8e8e8;
    padding: 30px 20px;
    margin-top: 45px;
    margin-bottom: 45px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

.rdv-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.rdv-banner-text {
    background-color: #ffffff;
    padding: 20px 30px;
    max-width: 480px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.4;
    color: #554433;
    border-radius: 2px;
}

.rdv-banner-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone-icon {
    width: 38px;
    height: 52px;
    fill: #801c1d;
    flex-shrink: 0;
}

.rdv-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rdv-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: #801c1d;
    line-height: 1.2;
}

.rdv-banner .phone-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #801c1d;
    text-decoration: none;
    line-height: 1.2;
}

.rdv-sub {
    font-size: 0.95rem;
    color: #801c1d;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 2px;
}

.rdv-banner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rdv-banner-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 12px;
}

.rdv-banner-info {
    text-align: left;
}

.rdv-banner-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #801c1d;
    line-height: 1.2;
}

.rdv-banner-sub {
    font-size: 1.05rem;
    color: #801c1d;
    font-weight: 600;
}

.rdv-banner-phone {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rdv-phone-icon {
    width: 36px;
    height: 50px;
    fill: #801c1d;
    flex-shrink: 0;
}

.rdv-phone-number {
    font-size: 2.1rem;
    font-weight: 700;
    color: #801c1d;
    text-decoration: none;
    line-height: 1;
}

.rdv-banner-footer {
    font-size: 1.05rem;
    color: #333333;
    text-align: center;
}

.mtc-grid-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    margin-bottom: 35px;
    align-items: start;
}

.mtc-sidebar-label {
    font-weight: 600;
    color: #801c1d;
    line-height: 1.4;
}

.mtc-list {
    margin-left: 20px;
    margin-top: 10px;
}

.mtc-list li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.scientific-links {
    background: #fdfbf7;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #f0ede6;
    margin-top: 30px;
}

.resource-list {
    list-style: none;
    margin: 15px 0;
}

.resource-list li {
    margin-bottom: 8px;
}

.resource-links {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.mt-40 { margin-top: 40px; }
.mb-24 { margin-bottom: 24px; }

/* ==========================================================================
   7. BLOC TARIF & CABINETS (PAGE TARIFS)
   ========================================================================== */
.pricing-wrapper {
    display: flex;
    max-width: 750px;
    margin: 0 auto 50px auto;
    align-items: center;
    gap: 30px;
}

.price-card-left {
    background-color: #eaf0eb;
    padding: 25px 20px;
    border-radius: 2px;
    text-align: center;
    flex: 1;
}

.price-card-left h3 {
    color: #554433;
    font-size: 1.05rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.price-amount-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #2b6867;
    margin-bottom: 6px;
}

.price-icon {
    width: 28px !important;
    height: 28px !important;
}

.price-number {
    font-size: 1.3rem;
    font-weight: 700;
}

.price-subtext {
    color: #2b6867;
    font-size: 0.85rem;
}

.price-details-right {
    flex: 1.2;
    text-align: center;
    color: #777777;
    font-size: 0.95rem;
    line-height: 1.7;
}

.price-details-right p {
    margin-bottom: 10px;
}

.price-details-right a {
    color: #555555;
    text-decoration: underline;
}

.location-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}

.location-media img, .article-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.location-info {
    text-align: center;
}

.location-info h3 {
    color: #554433;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.location-info p {
    color: #666666;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

/* ==========================================================================
   8. BANDEAU COOKIES
   ========================================================================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 1.25rem 1rem;
    font-size: 0.95rem;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    font-family: 'Quicksand', sans-serif;
}

.cookie-banner p {
    margin: 0;
    color: #333333;
    text-align: center;
    max-width: 900px;
    line-height: 1.4;
}

.cookie-banner a {
    color: #801c1d;
    text-decoration: underline;
    font-weight: 600;
}

.cookie-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.cookie-actions button {
    background: #801c1d;
    color: #ffffff;
    border: none;
    padding: 0.5rem 1.25rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.cookie-actions button:hover {
    background: #5a1314;
}

#cookie-refuse {
    background: #6c757d;
}

#cookie-refuse:hover {
    background: #495057;
}

.cookie-custom {
    background: none;
    border: none;
    color: #801c1d;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}

/* ==========================================================================
   9. FOOTER
   ========================================================================== */
.site-footer {
    background-color: #f9f8f6;
    border-top: 1px solid #e8e6e1;
    padding: 40px 0 20px 0;
    margin-top: 60px;
    font-size: 0.9rem;
    color: #555555;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-col h3 {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 700;
}

.author-highlight, .phone-highlight, .author-name {
    color: #801c1d;
    font-weight: 700;
}

.footer-col a {
    color: #801c1d;
    text-decoration: none;
}

.footer-col a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 0.8rem;
    color: #777777;
    line-height: 1.5;
}

.footer-bottom-links {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    font-size: 0.85rem;
}

.footer-bottom-links a {
    color: #801c1d;
    text-decoration: none;
    margin: 0 8px;
}

/* ==========================================================================
   10. RESPONSIVE
   ========================================================================== */
@media (min-width: 768px) {
    .cookie-banner {
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 2rem;
    }

    .cookie-banner p {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .main-nav ul {
        gap: 15px;
        flex-wrap: wrap;
    }

    .hero-container {
        flex-direction: column;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .content-grid, .mtc-grid-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rdv-banner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 25px 15px;
    }

    .rdv-banner-text {
        width: 100%;
        max-width: 100%;
    }

    .rdv-content {
        align-items: center;
    }

    .rdv-banner-main {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .rdv-banner-info {
        text-align: center;
    }

    .rdv-phone-number {
        font-size: 1.7rem;
    }

    .pricing-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .location-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}