@media (max-width: 900px) and (orientation: landscape) {
  .mobile-landscape-blocker {
    display: flex !important;
    position: fixed;
    z-index: 99999;
    font-family: "Montserrat", sans-serif;
    color: #faebd7;
    top: 0; left: 0; right: 0; bottom: 0;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    text-align: center;
    padding: 2em;
  }
  body *:not(.mobile-landscape-blocker) {
    display: none !important;
  }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Cache visuellement mais reste accessible pour SEO et lecteurs d'écran */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    background-color: #310439;
    min-height: 100vh;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #2c2c3a;
    line-height: 1.6;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 192px;


}

/* Styles pour le breadcrumb fixe */
.breadcrumb {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 12px 20px;
    margin: 0;
    border-bottom: 2px solid rgba(223, 207, 236, 0.4);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    display: block;
}

.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: #6b46c1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #553c9a;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #374151;
    font-weight: 500;
}

.breadcrumb-separator {
    color: #9ca3af;
    margin: 0 4px;
    font-size: 12px;
}



/* Header pour les services */
.service-header {
    background-color: #dfcfec00;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: 100%;
    height: 150px;
    margin: 0;
    position: fixed;
    top: 42px; /* Vraiment collé au breadcrumb, comme voyance.css */
    left: 0;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 12px #a97bcf8e;
    z-index: 99; /* Z-index inférieur au breadcrumb */
}

.service-header::before {
    display: none;
}

.header-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.service-header h1 {
    font-family: 'Pinyon Script', cursive;
    color: #dfcfec;
    font-weight: 500;
    font-size: 75px;
    text-align: center;
}

.subtitle {
    position: static;
    margin-top: -35px;
    margin-right: -45px;
    display: block;
    font-family: 'Cormorant Garamond', sans-serif!important;
    color: #ffffff88;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
}

/* Container principal des services */
.service-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 20px;
    padding-top: 20px;
}


/* Introduction du service */
.service-intro {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px; /* Marge réduite au-dessus */
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.service-intro h2 {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.5rem;
    color: #dfcfec;
    margin-bottom: 15px;
    font-weight: 400;
}

.service-intro p {
    font-size: 1.05rem;
    color: #ffffffbd;
    margin-bottom: 15px;
}

/* Infos pratiques du service (prix, durée, etc.) */
.service-info {
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-info p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #ffffffbd;
}

.service-info p:last-child {
    margin-bottom: 0;
}

.service-price {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #dfcfec !important;
}

/* Liste des détails du service (sections dépliables) */
.service-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-item {
    background: rgba(255, 255, 255, 0.891);
    border-radius: 3em;
    border: 1px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.service-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    transition: background 0.3s ease;
}

.service-question:hover {
    background: rgba(0, 0, 0, 0.05);
}

.service-question .icon {
    font-size: 1.5rem;
    color: #310439;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.service-question[aria-expanded="true"] .icon {
    transform: rotate(45deg);
}

.service-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
}

.service-answer.active {
    max-height: 1000px;
    padding: 20px 25px 25px;

}

.service-answer p {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
}

.service-answer p:last-child {
    margin-bottom: 0;
}

.service-answer ul {
    margin: 15px 0;
    padding-left: 25px;
}

.service-answer li {
    margin-bottom: 10px;
    color: #000000;
}

.service-answer strong {
    color: #310439;
}

.service-link {
    color: #310439;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #dfcfec;
}

/* Section CTA (appel à l'action) */
.service-cta {
    text-align: center;
    margin-top: 50px;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffffbd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.service-cta h2,
.service-cta h3 {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #dfcfec;
    font-weight: 400;
}

.service-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #ffffffbd;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: rgba(255, 255, 255, 0.891);
    color: #310439;
}

.btn-primary:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #ffffffbd;
    border: 2px solid #ffffffbd;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Footer */
.service-footer {
    background: transparent;
    color: #ffffffc5;
    text-align: center;
    padding: 30px 20px;
    font-family: 'Pinyon Script', serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
}

.service-footer p {
    font-size: 20px;
}

/* Styles spéciaux pour les emojis dans les titres */
.emoji-title {
    display: inline-block;
    margin-right: 8px;
}

/* Mise en évidence des informations importantes */
.highlight-box {
    background: rgba(223, 207, 236, 0.2);
    border: 2px solid rgba(223, 207, 236, 0.4);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
}

.highlight-box p {
    color: #dfcfec !important;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 600px) {

        .service-info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px;
    }
    
    .info-card {
        padding: 20px 15px;
    }
    
    .main-text {
        font-size: 1.1rem !important;
    }
    
    .sub-text {
        font-size: 1rem !important;
    }
    
    .service-header {
        height: 110px !important;
        min-height: 111px !important;
    }


    
    .service-header h1 {
        font-size: 48px !important;
        margin: 0 !important;
    }

    .subtitle {
        font-size: 16px !important;
        margin-top: -22px!important;
        margin-right: -10px!important;
    }

    .service-container {
        padding-top: 110px !important;
    }

    .service-intro h2 {
        font-size: 2rem;
    }

    .service-question {
        font-size: 1rem;
        padding: 20px 20px;
    }
    .service-question .icon {
        font-size: 1rem;
    }
    .service-answer, .service-answer p, .service-answer ul, .service-answer li {
        font-size: 0.9rem;
    }
    .service-cta h2,
    .service-cta h3 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
    }

    .service-footer p {
        font-size: 15px !important;
    }

    .service-info {
        padding: 15px;
    }

    .service-info p {
        font-size: 1rem;
    }
    
    .breadcrumb {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        width: 100vw !important;
        min-width: unset !important;
        font-size: 12px !important;
        padding: 6px 6px !important;
        border-bottom: 2px solid rgba(223, 207, 236, 0.4);
        background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,250,252,0.95) 100%);
    }
    .breadcrumb-list {
        flex-wrap: nowrap !important;
        gap: 2px !important;
    }
    .service-header {
        top: 33px !important; /* Header vraiment collé au breadcrumb mobile */
        height: 120px !important; /* Header plus compact sur mobile */
    }
    
    body {
        padding-top: 156px !important; /* Espace ajusté mobile : breadcrumb (36px) + header (120px) */
    }
    
    /* Container principal mobile - mêmes ajustements que desktop */
    .service-container {
        margin: 20px auto !important; /* Marge réduite comme desktop */
        padding-top: 20px !important; /* Padding réduit comme desktop */
    }
    
    /* Service intro mobile - même ajustement que desktop */
    .service-intro {
        margin-top: 20px !important; /* Marge réduite au-dessus comme desktop */
    }
}


@media (min-width: 1300px) and (max-width: 2000px) {
    .service-header {
        height: 180px !important;
        min-height: 180px !important;
    }

    .service-header h1 {
        font-size: 100px !important;
    }

    .subtitle {
        font-size: 27px !important;
        margin-left: 10px !important;
        margin-top: -47px !important;
    }

    .service-container {
        padding-top: 50px !important;
    }

    .service-footer p {
        font-size: 22px !important;
    }
}

/* Animations supplémentaires pour les services */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-intro {
    animation: fadeInUp 0.8s ease-out;
}

.service-item {
    animation: fadeInUp 0.8s ease-out;
}

.service-item:nth-child(1) { animation-delay: 0.1s; }
.service-item:nth-child(2) { animation-delay: 0.2s; }
.service-item:nth-child(3) { animation-delay: 0.3s; }
.service-item:nth-child(4) { animation-delay: 0.4s; }
.service-item:nth-child(5) { animation-delay: 0.5s; }

/* États de focus pour l'accessibilité */
.service-question:focus {
    outline: 2px solid #dfcfec;
    outline-offset: 2px;
}

.btn-primary:focus,
.btn-secondary:focus {
    outline: 2px solid #dfcfec;
    outline-offset: 2px;
}

/* Styles esthétiques améliorés pour l'introduction */
.intro-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.mystical-line {
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #dfcfec, transparent);
    margin: 15px auto;
    position: relative;
}

.mystical-line::before,
.mystical-line::after {
    content: '✦';
    position: absolute;
    color: #dfcfec;
    font-size: 12px;
    top: -8px;
}

.mystical-line::before {
    left: -10px;
}

.mystical-line::after {
    right: -10px;
}

.intro-description {
    text-align: center;
    margin-bottom: 40px;
}

.main-text {
    font-size: 1.3rem !important;
    color: #dfcfec !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sub-text {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #ffffffbd !important;
    max-width: 600px;
    margin: 0 auto !important;
}

.service-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.info-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    display: none;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.info-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.info-content h3,
.info-content .info-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #310439;
    margin-bottom: 8px;
}

.info-content p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.price-highlight {
    color: #310439 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

.price .info-icon {
    animation: sparkle 2s ease-in-out infinite;
}

.phone .info-icon {
    animation: ring 1.5s ease-in-out infinite;
}

.duration .info-icon {
    animation: tick 2.5s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

@keyframes ring {
    0%, 80%, 100% { transform: scale(1) rotate(0deg); }
    10%, 30% { transform: scale(1.05) rotate(-3deg); }
    20%, 40% { transform: scale(1.05) rotate(3deg); }
}

@keyframes tick {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}


