﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-rose: #FFE5EC;
    --secondary-rose: #FFC2D4;
    --accent-rose: #FF85A1;
    --dark-rose: #C9A9B3;
    --text-dark: #4A4A4A;
    --text-light: #6B6B6B;
    --white: #FFFFFF;
    --soft-white: #FAFAFA;
}

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    line-height: 1.7;
    background-color: var(--soft-white);
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar moderne */
.navbar {
    backdrop-filter: blur(20px);
    padding: 1.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 194, 212, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 100px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo:hover {
    transform: translateY(-2px);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 3rem;
}

.nav-links a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    position: relative;
    transition: color 0.3s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--accent-rose);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:hover {
    color: var(--accent-rose);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a.active {
    color: var(--accent-rose);
}

.nav-links a.active::after {
    width: 100%;
}

.navbar.scrolled {
    padding: 1rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.navbar.scrolled .logo {
    height: 60px;
}

/* Burger Menu - caché par défaut */
.burger-menu {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.burger-menu span {
    width: 28px;
    height: 3px;
    background-color: #d4899f;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Hero Section moderne */
.hero {
    background: linear-gradient(135deg, rgba(255, 229, 236, 0.4), rgba(255, 255, 255, 0.8)), url('images/hero-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--text-dark);
    padding: 18vh 0 8vh;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
    pointer-events: none;
}

.hero h2 {
    font-size: 4.5rem;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 1.5rem;
    position: relative;
    color: var(--text-dark);
    animation: fadeInUp 1s ease;
}

.hero p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    position: relative;
    color: var(--text-light);
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: both;
}

.btn-rdv {
    display: inline-block;
    background-color: var(--accent-rose);
    color: var(--white);
    padding: 1.2rem 3rem;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(255, 133, 161, 0.3);
    animation: fadeInUp 1s ease 0.4s;
    animation-fill-mode: both;
}

.btn-rdv:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(255, 133, 161, 0.4);
    background-color: #FF6B8A;
}

.btn {
    display: inline-block;
    background-color: var(--accent-rose);
    color: var(--white);
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(255, 133, 161, 0.3);
}

.btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(255, 133, 161, 0.4);
    background-color: #FF6B8A;
}

/* Sections avec animations au scroll */
section {
    padding: 120px 0;
    scroll-margin-top: 120px; /* Pour le smooth scroll */
}

/* Assurer que tous les h2 de sections ont le même positionnement */
section h2 {
    margin-top: 0;
    padding-top: 0;
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 1s ease, transform 1s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 1s ease, transform 1s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* section quote */
.quote-section {
    padding: 100px 0;
    background-color: var(--white);
}

.quote-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.quote-text {
    flex: 1;
}

.quote-text blockquote {
    font-size: 1.8rem;
    font-style: italic;
    color: #d4899f;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 30px;
    border-left: 4px solid #d4899f;
}

.quote-text cite {
    display: block;
    font-size: 1.1rem;
    color: #666;
    font-style: normal;
    font-weight: 500;
    margin-top: 1rem;
    padding-left: 30px;
}

.quote-image {
    flex: 1;
}

.quote-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* About Section */
.about {
    background: linear-gradient(135deg, var(--primary-rose) 0%, var(--white) 100%);
}

.about h2,
.contact h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 3rem;
    color: var(--text-dark);
    position: relative;
    margin-top: 0;
}

.appointment h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 3rem;
    color: var(--text-dark);
    position: relative;
    margin-top: 0;
}

.about h2::after,
.appointment h2::after,
.contact h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-rose);
    margin: 2rem auto 0;
    border-radius: 10px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.about-content img {
/*    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);*/
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 4px 15px rgba(212, 137, 159, 0.3);
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.about-content img:hover {
    transform: scale(1.03);
}

.about-text h3 {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-rose);
    margin-bottom: 1.5rem;
}

.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--text-light);
    line-height: 1.8;
}
.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.8;
}

/* Treatments Section */

.treatments {
    padding: 150px 0 120px;
    background: var(--soft-white);
    scroll-margin-top: 120px;
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.treatment-card {
    background-color: var(--white);
    border: 1px solid rgba(255, 194, 212, 0.2);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
}

.treatment-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.treatment-card:hover {
    transform: translateY(-8px);
    border-color: var(--secondary-rose);
    box-shadow: 0 20px 60px rgba(255, 133, 161, 0.15);
}

.treatment-card h3 {
    color: var(--accent-rose);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.treatment-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--accent-rose);
    border-radius: 10px;
}

.treatment-card div {
    color: var(--text-light);
    line-height: 1.8;
    position: relative;
}

.treatment-card div.truncated {
    max-height: 80px;
    overflow: hidden;
    position: relative;
}

.treatment-card div.truncated::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: linear-gradient(to right, transparent, var(--white) 50%);
}

.treatment-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--accent-rose);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    font-weight: 500;
}

.treatment-toggle:hover {
    color: #FF6B8A;
}

/* rdv section */
.appointment {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff5f7 0%, #ffffff 100%);
    text-align: center;
}

.appointment-content {
/*    max-width: 1000px;
    margin: 0 auto;*/
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* pour garder un peu d'espace sur les côtés */
}

.appointment-content p {
    font-size: 1.1em;
    color: #5a5a5a;
    margin-bottom: 30px;
    line-height: 1.6;
}

.appointment-iframe {
    margin: 30px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(212, 137, 159, 0.2);
}

.appointment-iframe iframe {
    display: block;
    min-height: 600px;
}

.alternative-link {
    font-size: 0.9em;
    color: #7a7a7a;
    margin-top: 20px;
}

.alternative-link a {
    color: #d4899f;
    text-decoration: underline;
}

.alternative-link a:hover {
    color: #b76d85;
}

/* Contact Section */
.contact {
    background: var(--soft-white);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.contact-form form {
    background-color: var(--white);
    border: 1px solid rgba(255, 194, 212, 0.2);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-form .input-group {
    position: relative;
    margin-bottom: 2rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: var(--soft-white);
}

.contact-form .input-group label {
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
    color: var(--text-light);
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: transparent;
    padding: 0 0.3rem;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--accent-rose);
    box-shadow: 0 0 0 3px rgba(255, 133, 161, 0.1);
    background-color: var(--white);
}

/* Label flottant quand l'input est focus ou rempli */
.contact-form .input-group input:focus ~ label,
.contact-form .input-group textarea:focus ~ label,
.contact-form .input-group label.active {
    top: -0.7rem;
    left: 1rem;
    font-size: 0.85rem;
    color: var(--accent-rose);
    background-color: var(--white);
    padding: 0 0.5rem;
}

.contact-form button {
    width: 100%;
    background: var(--accent-rose);
    color: white;
    padding: 1.2rem;
    border: none;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(255, 133, 161, 0.3);
}

.contact-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(255, 133, 161, 0.4);
    background-color: #FF6B8A;
}

.contact-info {
    background-color: var(--white);
    border: 1px solid rgba(255, 194, 212, 0.2);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-info h3 {
    color: var(--accent-rose);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.contact-info p {
    margin-bottom: 1.5rem;
    color: var(--text-light);
    line-height: 1.8;
    display: flex;
    gap: 1rem;
}

.contact-info i {
    color: var(--accent-rose);
    font-size: 1.2rem;
    min-width: 25px;
    margin-top: 3px;
}

.contact-info p a {
    color: inherit;
    text-decoration: underline;
}

.contact-info p a:hover {
    color: var(--accent-rose);
    text-decoration: underline;
}

.horaires {
    margin-top: 1rem;
}

.horaires p {
    margin-bottom: 0.5rem;
    color: var(--text-light);
}

.horaires ul {
    list-style: none;
    padding-left: 1.8rem;
}

.horaires li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    color: var(--text-light);
}

.horaires .jour {
    min-width: 100px;
    color: var(--text-light);
    padding-left: 12px;
}

.horaires .heure {
    text-align: right;
    flex: 1;
    color: var(--text-light);
}
.map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.map iframe {
    border-radius: 20px;
}

/* Formations */
.formations {
    padding: 150px 0 80px;
    background: var(--soft-white);
    min-height: 100vh;
    scroll-margin-top: 120px;
}

.formations h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: var(--text-dark);
    position: relative;
    margin-top: 0;
}

.treatments h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: var(--text-dark);
    position: relative;
    margin-top: 0;
}

.formations h2::after,
.treatments h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-rose);
    margin: 2rem auto 0;
    border-radius: 10px;
}

.formation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.formation-card {
    background-color: var(--white);
    border: 1px solid rgba(255, 194, 212, 0.2);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
}

.formation-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.formation-card:hover {
    transform: translateY(-8px);
    border-color: var(--secondary-rose);
    box-shadow: 0 20px 60px rgba(255, 133, 161, 0.15);
}

.formation-card h3 {
    color: var(--accent-rose);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.formation-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--accent-rose);
    border-radius: 10px;
}

.formation-card div {
    color: var(--text-light);
    line-height: 1.8;
}

.formations .intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
    padding: 0 1rem;
}

/* Styles pour la page Cabinet */
.hero-secondary {
    background: linear-gradient(135deg, rgba(255, 229, 236, 0.4), rgba(255, 255, 255, 0.8));
    color: var(--text-dark);
    padding: 150px 0 80px;
    text-align: center;
    min-height: 60vh;
    align-items: center;
    scroll-margin-top: 120px;
}

.hero-secondary h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 300;
    color: var(--text-dark);
    margin-top: 0;
    text-align: center;
    position: relative;
}

.hero-secondary h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-rose);
    margin: 2rem auto 0;
    border-radius: 10px;
}

.hero-secondary p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: var(--text-light);
}

.hero-secondary p a {
    color: inherit;
    text-decoration: underline;
}

.hero-secondary p a:hover {
    color: var(--accent-rose);
    text-decoration: underline;
}

.cabinet-content {
    padding: 4rem 0;
    background-color: var(--soft-white);
}

.cabinet-info {
    background: var(--white);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 194, 212, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.cabinet-info h2 {
    font-size: 2.2rem;
    color: var(--accent-rose);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.cabinet-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
}

.cabinet-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.gallery-item {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.gallery-image {
    position: relative;
    width: 100%;
    padding-top: 170%;
    overflow: hidden;
    background: var(--soft-white);
}

.gallery-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.05);
}

.gallery-caption {
    padding: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-light);
    text-align: center;
}

.map-section {
    background: var(--white);
    padding: 4rem 0;
}

.map-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--accent-rose);
    margin-bottom: 3rem;
    font-weight: 400;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.map-container iframe {
    display: block;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--soft-white);
    border-radius: 15px;
    border-left: 4px solid var(--accent-rose);
    transition: transform 0.3s ease;
}

.info-item:hover {
    transform: translateY(-5px);
}

.info-item i {
    font-size: 2rem;
    color: var(--accent-rose);
    flex-shrink: 0;
}

.info-item h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.info-item p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Footer */
footer {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--text-dark);
    text-align: center;
    padding: 3rem 0;
}


footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.social-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.social-links a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-rose);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-rose);
    font-size: 1.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background-color: var(--accent-rose);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(255, 133, 161, 0.3);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }

    .hero h2 {
        font-size: 3.5rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .about-content img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 1rem 0;
    }

    .burger-menu {
        display: flex;
    }

    .logo {
        height: 70px;
    }

    .navbar.scrolled .logo {
        height: 50px;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.98);
        padding: 100px 30px;
        transition: right 0.4s ease;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li a {
        font-size: 1.2rem;
        padding: 15px 0;
        display: block;
    }

    .hero {
        padding: 140px 0 80px;
        min-height: 70vh;
    }

    .hero h2 {
        font-size: 2.2rem;
        letter-spacing: -1px;
    }

    .hero p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .btn-rdv {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }

    section {
        padding: 60px 0;
    }

    .about h2,
    .contact h2 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .appointment h2 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
        margin-top: 0;
    }

    .treatments h2 {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .treatments {
        padding: 100px 0 80px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-content img {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }

    .about-text {
        text-align: center;
    }

    .about-text h3 {
        font-size: 1.5rem;
    }

    .about-text p {
        font-size: 1rem;
    }

    .quote-section {
        padding: 60px 0;
    }

    .quote-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .quote-text {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .quote-text blockquote {
        font-size: 1.3rem;
        padding-left: 0;
        border-left: none;
        text-align: center;
    }

    .quote-text cite {
        font-size: 0.9rem;
        padding-left: 0;
        text-align: center;
        display: block;
        margin-top: 1rem;
    }

    .treatment-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .treatment-card {
        padding: 2rem;
    }

    .treatment-card h3 {
        font-size: 1.3rem;
    }

    .appointment-content {
        padding: 0 10px;
    }

    .appointment-content p {
        font-size: 1rem;
    }

    .appointment-iframe iframe {
        min-height: 900px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-form form,
    .contact-info {
        padding: 2rem;
    }

    .contact-info h3 {
        font-size: 1.5rem;
    }

    .map {
        height: 300px;
    }

    footer {
        padding: 2rem 0;
        font-size: 0.9rem;
    }
    .treatment-toggle {
        display: inline-block;
    }
    .formation-grid {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .formation-card {
        width: 100%;
        margin: 0;
    }

    .formation-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .formation-card div {
        max-height: 80px;
        overflow: hidden;
        position: relative;
    }

    .formation-card div.truncated {
        max-height: 80px;
    }

    .formation-card div.truncated::after {
        content: '...';
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 40px;
        background: linear-gradient(to right, transparent, var(--white) 50%);
    }

    .formation-card div.expanded {
        max-height: none;
    }

    .formation-card div.expanded::after {
        display: none;
    }

    .formation-toggle {
        display: inline-block;
        background: none;
        border: none;
        color: var(--accent-rose);
        font-size: 0.9rem;
        cursor: pointer;
        padding: 0.5rem 0;
        margin-top: 0.5rem;
        font-weight: 500;
    }

    .formation-toggle:hover {
        color: #FF6B8A;
    }

    .hero-secondary {
        padding: 100px 1rem 60px;
    }

    .hero-secondary h2 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .hero-secondary p {
        font-size: 1rem;
    }

    .cabinet-info {
        padding: 2rem 1.5rem;
    }

    .cabinet-info h2 {
        font-size: 1.8rem;
    }
    .cabinet-gallery {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .gallery-caption {
        padding: 1.2rem;
        font-size: 0.9rem;
    }

    .map-section {
        padding: 3rem 0;
    }

    .map-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .map-container {
        border-radius: 15px;
    }

    .info-item {
        padding: 1.5rem;
    }

    .formations {
        padding: 100px 0 60px;
    }

    .formations h2 {
        font-size: 2rem;
        margin-top: 0;
    }

    .formation-card {
        padding: 1.5rem;
    }
    .formations .intro-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .logo {
        height: 60px;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .about-content img {
        width: 200px;
        height: 200px;
    }

    .treatment-card {
        padding: 1.5rem;
    }

    .contact-form form,
    .contact-info {
        padding: 1.5rem;
    }

    .appointment-iframe iframe {
        min-height: 1000px;
    }
}

/* Mode paysage smartphone/tablette */
@media (max-width: 1024px) and (max-height: 600px) {
    .burger-menu {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.98);
        padding: 80px 30px;
        transition: right 0.4s ease;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        overflow-y: auto;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li a {
        font-size: 1rem;
        padding: 10px 0;
        display: block;
    }
}
