@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;500&display=swap');
    

[x-cloak]{display:none !important;}

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
}

.logo-container {
    position: relative;
    z-index: 50;
}
.service-item {
transition: transform 0.3s ease;
}

/* Background avec découpe en 3 zones */
.split-background {
    position: relative;
    overflow: visible;
    background: white;
}

/* Triangle vert (haut gauche) */
.split-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9cae8f;
    clip-path: polygon(0 0, 0 100%, 35% 70%, 60% 0);
    z-index: 1;
}

/* Triangle beige (haut droite) avec pattern */
.split-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5e8d8;
    clip-path: polygon(60% 0, 35% 70%, 100% 100%, 100% 0);
    z-index: 2;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1" fill="%23d4c5a9" opacity="0.3"/></svg>');
    background-repeat: repeat;
}

@media (max-width: 1023px) {
    .split-background {
        background: #f5e8d8;
    }
    
    .split-background::before,
    .split-background::after {
        display: none;
    }
}

/* Desktop : triangles */
@media (min-width: 1024px) {
    /* Triangle vert (haut gauche) */
    .split-background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #9cae8f;
        clip-path: polygon(0 0, 0 100%, 35% 70%, 60% 0);
        z-index: 1;
    }

    /* Triangle beige (haut droite) avec pattern */
    .split-background::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f5e8d8;
        clip-path: polygon(60% 0, 35% 70%, 100% 100%, 100% 0);
        z-index: 2;
        background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1" fill="%23d4c5a9" opacity="0.3"/></svg>');
        background-repeat: repeat;
    }
}

/* Card avec double border */
.service-card {
    position: relative;
    padding: 3rem;
    transition: all 0.3s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid;
    border-radius: 4px;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid;
    border-radius: 4px;
}

.service-card.reflexologie::before,
.service-card.reflexologie::after {
    border-color: #9cae8f;
}

.service-card.sophrologie::before,
.service-card.sophrologie::after {
    border-color: #8a7a65;
}

.service-card.massage::before,
.service-card.massage::after {
    border-color: #c2ac8f;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* FAQ Accordion */
.faq-icon {
    transition: transform 0.3s ease;
}


.content-wrapper {
    position: relative;
    z-index: 10;
}

/* Carousel */
.carousel-item {
    min-width: 100%;
    transition: transform 0.5s ease;
}

.carousel-dots button.active {
    background-color: #9cae8f;
    transform: scale(1.2);
}

/* Flèches carousel - cachées par défaut */
.carousel-nav {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.carousel-container:hover .carousel-nav {
    opacity: 1;
}

/* Article card hover */
.article-card {
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-8px);
}

.article-card img {
    transition: transform 0.5s ease;
}

.article-card:hover img {
    transform: scale(1.05);
}

 /* Background diagonal split */
.diagonal-split {
    position: relative;
    overflow: visible;
    background: white;
}

/* Triangle beige en haut - mince */
@media (min-width: 1024px) {
    .diagonal-split::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f5e8d8;
        clip-path: polygon(0 0, 100% 0, 100% 25%, 0 40%);
        z-index: 1;
        background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1" fill="%23d4c5a9" opacity="0.3"/></svg>');
        background-repeat: repeat;
    }
}

/* Mobile : fond uni */
@media (max-width: 1023px) {
    .diagonal-split {
        background: #faf8f5;
    }
}

/* Input focus effect */
.form-input:focus {
    outline: none;
    border-bottom-color: #9cae8f;
}

.form-input {
    border: none;
    border-bottom: 2px solid #d4c5a9;
    background: transparent;
    transition: border-color 0.3s ease;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

/* Timeline verticale */
.timeline-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #d4b891, transparent);
}

.timeline-dot {
    position: absolute;
    left: -6px;
    width: 14px;
    height: 14px;
    background: #d4b891;
    border: 3px solid #8a7a65;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d4b891;
    z-index: 10;
}

/* Section 2 - Citation box avec double border */
.quote-box {
    position: relative;
    padding: 3rem;
    background: white;
}

.quote-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #c2ac8f;
    border-radius: 8px;
}

.quote-box::after {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid #c2ac8f;
    border-radius: 4px;
}

/* Logo lotus en filigrane */
.lotus-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    width: 400px;
    height: 400px;
    pointer-events: none;
    z-index: 1;
}

/* Animation au scroll */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

/* Border de séparation verticale */
.divider-border {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent 10%, #c2ac8f 50%, transparent 90%);
}
    .lotus-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    width: 400px;
    height: 400px;
    pointer-events: none;
    z-index: 1;
}

/* SVG bambou en filigrane sur le titre */
.bamboo-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.08;
    width: 600px;
    height: 600px;
    pointer-events: none;
    z-index: 0;
}



/*** reservation ***/

.card-calendar::before,
.card-calendar::after {
    border-color: #8a7a65;
}

.diagonal-split {
            position: relative;
            overflow: visible;
            background: white;
        }

        @media (min-width: 1024px) {
            /* Triangle beige supérieur */
            .diagonal-split::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #f5e8d8;
                clip-path: polygon(0 0, 100% 0, 100% 25%, 0 60%);
                z-index: 1;
            }
        }





        /* Calendrier */
        .calendar-day {
            transition: all 0.2s ease;
        }
        
        .calendar-day:not(.disabled):hover {
            background: #9cae8f;
            color: white;
            transform: scale(1.05);
        }
        
        .calendar-day.selected {
            background: #9cae8f;
            color: white;
            border-color: #728c61;
        }
        
        .calendar-day.disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        /* Créneaux horaires */
        .time-slot {
            transition: all 0.2s ease;
        }
        
        .time-slot:not(.disabled):hover {
            background: #9cae8f;
            color: white;
            border-color: #728c61;
        }
        
        .time-slot.selected {
            background: #9cae8f;
            color: white;
            border-color: #728c61;
        }
        
        .time-slot.disabled {
            opacity: 0.3;
            cursor: not-allowed;
            background: #f5f5f5;
        }

        /* Service cards */
        .service-card {
            transition: all 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-8px);
        }

        /* Input focus */
        .form-input:focus {
            outline: none;
            border-bottom-color: #9cae8f;
        }

        .form-input {
            border: none;
            border-bottom: 2px solid #d4c5a9;
            background: transparent;
            transition: border-color 0.3s ease;
        }

        /* Toast animations */
        .toast-enter {
            animation: slideInRight 0.3s ease-out;
        }
        
        .toast-exit {
            animation: slideOutRight 0.3s ease-in;
        }
        
        @keyframes slideInRight {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        @keyframes slideOutRight {
            from {
                transform: translateX(0);
                opacity: 1;
            }
            to {
                transform: translateX(100%);
                opacity: 0;
            }
        }