
:root {
/* Couleurs héraldiques d'Haguenau : azur, argent, gueules */
--sage: #1a3f8c;          /* bleu azur — couleur principale */
--sage-dark: #0e2660;     /* bleu azur profond */
--sage-light: #e8eef8;    /* bleu azur très clair */
--sage-mid: #2d5bb5;      /* bleu azur moyen */
--cream: #f5f7fc;         /* fond bleuté neutre */
--cream-dark: #e2e8f4;    /* fond bleuté légèrement plus soutenu */
--gold: #c0112b;          /* rouge gueules — accent */
--gold-light: #e02040;    /* rouge gueules lumineux */
--text: #0e1f45;          /* texte foncé — bleu nuit */
--text-light: #5a6a8a;    /* texte secondaire — bleu-gris */
--white: #ffffff;
--radius: 12px;
--shadow: 0 4px 24px rgba(26,63,140,0.10);
--shadow-lg: 0 12px 48px rgba(26,63,140,0.15);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
font-family: 'Nunito', sans-serif;
background: var(--cream);
color: var(--text);
line-height: 1.7;
overflow-x: hidden;
}
/* SCROLLBAR */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--sage-mid); border-radius: 3px; }
/* ─── NAV ─── */
nav {
position: fixed; top: 0; width: 100%; z-index: 100;
padding: 1rem 2rem;
display: flex; align-items: center; justify-content: space-between;
gap: 1rem;
transition: all .4s ease;
background: transparent;
}
nav.scrolled {
background: rgba(255,252,248,0.96);
backdrop-filter: blur(12px);
box-shadow: 0 2px 20px rgba(26,63,140,0.08);
padding: .8rem 2rem;
}
.nav-logo {
font-family: 'Cormorant Garamond', serif;
font-size: 1.2rem; font-weight: 600; color: var(--white);
text-decoration: none; letter-spacing: .01em;
transition: color .3s;
display: flex; align-items: center; gap: 8px;
flex-shrink: 0;
white-space: nowrap;
}
nav.scrolled .nav-logo { color: var(--sage-dark); }
nav.scrolled .nav-logo span { color: var(--sage-dark); }
.nav-links { display: flex; gap: 1.2rem; list-style: none; align-items: center; flex-wrap: nowrap; }
.nav-links a {
font-size: .78rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase;
text-decoration: none; color: rgba(255,255,255,0.9);
transition: color .3s; position: relative; white-space: nowrap;
}
nav.scrolled .nav-links a { color: var(--text-light); }
.nav-links a::after {
content: ''; position: absolute; bottom: -3px; left: 0;
width: 0; height: 1.5px; background: var(--gold);
transition: width .3s;
}
.nav-links a:hover::after { width: 100%; }
.nav-btn {
background: var(--gold); color: var(--white) !important;
padding: .5rem 1.2rem; border-radius: 50px;
transition: background .3s, transform .2s !important;
}
.nav-btn::after { display: none !important; }
.nav-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 1.5px; background: var(--white); transition: all .3s; }
nav.scrolled .hamburger span { background: var(--sage-dark); }
/* ─── HERO ─── */
.hero {
min-height: 100vh; position: relative;
display: flex; align-items: center;
background: linear-gradient(145deg, var(--sage-dark) 0%, var(--sage) 55%, var(--sage-mid) 100%);
overflow: hidden;
}
.hero-bg {
position: absolute; inset: 0;
background:
radial-gradient(ellipse 60% 80% at 70% 50%, rgba(192,17,43,0.15) 0%, transparent 60%),
radial-gradient(ellipse 40% 60% at 20% 80%, rgba(255,255,255,0.05) 0%, transparent 50%);
}
.hero-pattern {
position: absolute; inset: 0; opacity: .04;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-deco {
position: absolute; right: -10%; top: 50%; transform: translateY(-50%);
width: 55vw; height: 110vh;
background: rgba(255,255,255,0.03);
border-radius: 50% 0 0 50%;
border: 1px solid rgba(255,255,255,0.08);
}
.hero-deco2 {
position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
width: 38vw; height: 80vh;
background: rgba(192,17,43,0.08);
border-radius: 50%;
border: 1px solid rgba(192,17,43,0.18);
}
.hero-content {
position: relative; z-index: 2;
max-width: 1200px; margin: 0 auto; padding: 8rem 2rem 4rem;
display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-tag {
display: inline-flex; align-items: center; gap: .6rem;
background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.45);
color: #ffffff; font-size: .9rem; letter-spacing: .08em;
font-weight: 600; text-transform: uppercase; padding: .55rem 1.3rem; border-radius: 50px;
margin-bottom: 1.5rem; backdrop-filter: blur(6px);
text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.hero-tag svg { width: 14px; height: 14px; stroke: var(--gold-light); }
.hero h1 {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 400; line-height: 1.12;
color: var(--white); margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p {
font-size: 1.05rem; color: rgba(255,255,255,0.78);
margin-bottom: 2.5rem; max-width: 480px; font-weight: 300;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
background: var(--gold); color: var(--white);
padding: .85rem 2rem; border-radius: 50px;
font-size: .9rem; font-weight: 600; letter-spacing: .04em;
text-decoration: none; transition: all .3s;
box-shadow: 0 4px 20px rgba(192,17,43,0.35);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(192,17,43,0.4); }
.btn-outline {
border: 1.5px solid rgba(255,255,255,0.4); color: var(--white);
padding: .85rem 2rem; border-radius: 50px;
font-size: .9rem; font-weight: 500;
text-decoration: none; transition: all .3s;
backdrop-filter: blur(4px);
}
.btn-outline:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.hero-stats {
display: flex; gap: 2.5rem; margin-top: 3.5rem;
padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat-num {
font-family: 'Cormorant Garamond', serif;
font-size: 2.2rem; font-weight: 500; color: var(--gold-light); line-height: 1;
}
.hero-stat-label { font-size: .78rem; color: rgba(255,255,255,.6); letter-spacing: .04em; margin-top: .2rem; }
.hero-visual {
display: flex; flex-direction: column; gap: 1.2rem;
align-items: flex-end;
}
.hero-card {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.15);
border-radius: var(--radius);
padding: 1.2rem 1.5rem;
backdrop-filter: blur(8px);
width: 100%; max-width: 360px;
animation: float 6s ease-in-out infinite;
}
.hero-card:nth-child(2) { margin-left: 2rem; animation-delay: -2s; }
.hero-card:nth-child(3) { margin-right: 2rem; animation-delay: -4s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.card-icon {
width: 36px; height: 36px; border-radius: 10px;
background: rgba(192,17,43,0.22); display: flex; align-items: center; justify-content: center;
margin-bottom: .7rem;
}
.card-icon svg { width: 18px; height: 18px; stroke: var(--gold-light); fill: none; stroke-width: 1.8; }
.hero-card h3 { color: var(--white); font-size: .95rem; font-weight: 600; margin-bottom: .3rem; }
.hero-card p { color: rgba(255,255,255,.65); font-size: .82rem; font-weight: 300; line-height: 1.5; }
.scroll-indicator {
position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
display: flex; flex-direction: column; align-items: center; gap: .5rem;
color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
animation: bounce 2.5s ease-in-out infinite;
z-index: 2;
}
.scroll-indicator svg { width: 18px; height: 18px; stroke: rgba(255,255,255,.5); fill: none; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }
/* ─── SECTIONS ─── */
section { position: relative; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
.section-tag {
display: inline-flex; align-items: center; gap: .5rem;
color: var(--sage); font-size: .75rem; font-weight: 600;
letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem;
}
.section-tag::before { content: ''; width: 24px; height: 1.5px; background: var(--gold); }
.section-title {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.2;
color: var(--sage-dark); margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-subtitle { font-size: 1rem; color: var(--text-light); max-width: 580px; font-weight: 300; }
/* ─── ABOUT ─── */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-visual { position: relative; }
.about-img-wrap {
border-radius: 20px; overflow: hidden;
aspect-ratio: 4/5;
background: linear-gradient(145deg, var(--sage-light) 0%, var(--cream-dark) 100%);
display: flex; align-items: center; justify-content: center;
}
.about-svg { width: 80%; opacity: .7; }
.about-badge {
position: absolute; bottom: -1.5rem; right: -1.5rem;
background: var(--sage-dark); color: var(--white);
border-radius: var(--radius); padding: 1.2rem 1.5rem;
box-shadow: var(--shadow-lg); max-width: 200px;
}
.about-badge-num {
font-family: 'Cormorant Garamond', serif;
font-size: 2.4rem; font-weight: 500; color: var(--gold-light); line-height: 1;
}
.about-badge p { font-size: .8rem; color: rgba(255,255,255,.7); margin-top: .2rem; }
.about-content { padding: 2rem 0; }
.about-content p { font-size: 1rem; color: var(--text-light); margin-bottom: 1.2rem; line-height: 1.8; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.value-item {
background: var(--cream); border-radius: var(--radius);
padding: 1.2rem; display: flex; gap: .8rem; align-items: flex-start;
}
.value-icon {
width: 36px; height: 36px; min-width: 36px; border-radius: 10px;
background: var(--sage-light); display: flex; align-items: center; justify-content: center;
}
.value-icon svg { width: 16px; height: 16px; stroke: var(--sage); fill: none; stroke-width: 2; }
.value-item h4 { font-size: .88rem; font-weight: 600; color: var(--sage-dark); margin-bottom: .2rem; }
.value-item p { font-size: .8rem; color: var(--text-light); line-height: 1.5; margin: 0; }
/* ─── SERVICES ─── */
.services { background: var(--cream); }
.services-header { text-align: center; margin-bottom: 4rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card {
background: var(--white); border-radius: 16px;
padding: 2rem; position: relative; overflow: hidden;
transition: transform .3s, box-shadow .3s;
border: 1px solid rgba(26,63,140,.06);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card.featured {
background: linear-gradient(145deg, var(--sage-dark), var(--sage));
color: var(--white);
}
.service-card-deco {
position: absolute; top: -20px; right: -20px;
width: 80px; height: 80px; border-radius: 50%;
background: var(--sage-light); opacity: .5;
transition: transform .3s;
}
.service-card:hover .service-card-deco { transform: scale(1.3); }
.service-card.featured .service-card-deco { background: rgba(255,255,255,.06); opacity: 1; }
.service-icon {
width: 52px; height: 52px; border-radius: 14px;
background: var(--sage-light); display: flex; align-items: center; justify-content: center;
margin-bottom: 1.3rem;
}
.service-card.featured .service-icon { background: rgba(255,255,255,0.15); }
.service-icon svg { width: 24px; height: 24px; stroke: var(--sage); fill: none; stroke-width: 1.6; }
.service-card.featured .service-icon svg { stroke: var(--gold-light); }
.service-card h3 {
font-family: 'Cormorant Garamond', serif;
font-size: 1.35rem; font-weight: 500; color: var(--sage-dark);
margin-bottom: .6rem;
}
.service-card.featured h3 { color: var(--white); }
.service-card p { font-size: .88rem; color: var(--text-light); line-height: 1.7; }
.service-card.featured p { color: rgba(255,255,255,.72); }
.service-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.2rem; }
.service-tag {
background: var(--cream); color: var(--sage); border-radius: 50px;
padding: .25rem .75rem; font-size: .75rem; font-weight: 500;
}
.service-card.featured .service-tag { background: rgba(255,255,255,.15); color: rgba(255,255,255,.85); }
/* ─── TEAM ─── */
.team { background: var(--white); }
.team-header { text-align: center; margin-bottom: 4rem; }
.team-header .section-subtitle { margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.team-card {
background: var(--cream); border-radius: 20px; overflow: hidden;
transition: transform .3s, box-shadow .3s;
border: 1px solid rgba(26,63,140,.07);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.team-photo {
height: 240px; background: linear-gradient(145deg, var(--sage-light) 0%, var(--cream-dark) 100%);
display: flex; align-items: center; justify-content: center;
position: relative; overflow: hidden;
}
.team-photo-bg {
position: absolute; inset: 0;
background: linear-gradient(145deg, var(--sage-light), var(--cream));
}
.team-photo-initials {
position: relative; z-index: 1;
width: 90px; height: 90px; border-radius: 50%;
background: var(--white); border: 3px solid var(--gold-light);
display: flex; align-items: center; justify-content: center;
font-family: 'Cormorant Garamond', serif;
font-size: 2rem; font-weight: 500; color: var(--sage-dark);
box-shadow: var(--shadow);
}
.team-info { padding: 1.5rem; }
.team-name {
font-family: 'Cormorant Garamond', serif;
font-size: 1.5rem; font-weight: 500; color: var(--sage-dark); margin-bottom: .2rem;
}
.team-role { font-size: .8rem; font-weight: 600; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; margin-bottom: .8rem; }
.team-bio { font-size: .88rem; color: var(--text-light); line-height: 1.7; margin-bottom: 1rem; }
.team-skills { display: flex; flex-wrap: wrap; gap: .4rem; }
.team-skill {
background: var(--white); border: 1px solid rgba(26,63,140,.18);
color: var(--sage); padding: .25rem .75rem; border-radius: 50px;
font-size: .75rem; font-weight: 500;
}
/* ─── HORAIRES ─── */
.horaires { background: linear-gradient(145deg, var(--sage-dark), var(--sage)); color: var(--white); }
.horaires-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: center; }
.horaires h2 {
font-family: 'Cormorant Garamond', serif;
font-size: 2.5rem; font-weight: 400; margin-bottom: 1rem;
}
.horaires h2 em { font-style: italic; color: var(--gold-light); }
.horaires > .section-inner > div:first-child p { color: rgba(255,255,255,.72); margin-bottom: 1.5rem; }
.horaires-info { display: flex; flex-direction: column; gap: 1rem; }
.info-item { display: flex; align-items: center; gap: 1rem; }
.info-item-icon {
width: 40px; height: 40px; min-width: 40px; border-radius: 10px;
background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center;
}
.info-item-icon svg { width: 18px; height: 18px; stroke: var(--gold-light); fill: none; stroke-width: 1.8; }
.info-item-text { font-size: .9rem; color: rgba(255,255,255,.85); }
.info-item-text strong { display: block; color: var(--white); font-weight: 600; font-size: .82rem; letter-spacing: .04em; }
.schedule-card {
background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
border-radius: 16px; padding: 1.5rem; backdrop-filter: blur(8px);
}
.schedule-title { font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.2rem; }
.schedule-row {
display: flex; justify-content: space-between; align-items: center;
padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.07);
font-size: .9rem;
}
.schedule-row:last-child { border-bottom: none; }
.schedule-row .day { color: rgba(255,255,255,.7); }
.schedule-row .hours { color: var(--white); font-weight: 500; }
.schedule-row.closed .hours { color: rgba(255,255,255,.35); font-style: italic; }
.schedule-badge {
display: inline-block; background: rgba(192,17,43,.22); border: 1px solid rgba(192,17,43,.38);
color: #ffaab8; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase;
padding: .2rem .6rem; border-radius: 50px; margin-left: .5rem;
}
/* ─── APPOINTMENT FORM ─── */
.appointment { background: var(--cream); }
.appointment-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; }
.form-info { position: sticky; top: 8rem; }
.form-info p { font-size: .95rem; color: var(--text-light); margin: 1.2rem 0 2rem; line-height: 1.8; }
.form-guarantee { display: flex; flex-direction: column; gap: 1rem; }
.guarantee-item { display: flex; gap: .8rem; align-items: flex-start; }
.guarantee-icon {
width: 32px; height: 32px; min-width: 32px; border-radius: 50%;
background: var(--sage-light); display: flex; align-items: center; justify-content: center;
}
.guarantee-icon svg { width: 14px; height: 14px; stroke: var(--sage); fill: none; stroke-width: 2.5; }
.guarantee-item p { font-size: .85rem; color: var(--text-light); line-height: 1.5; margin: 0; }
.guarantee-item strong { color: var(--sage-dark); font-weight: 600; }
.appointment-form {
background: var(--white); border-radius: 20px; padding: 2.5rem;
box-shadow: var(--shadow);
border: 1px solid rgba(26,63,140,.07);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label {
display: block; font-size: .8rem; font-weight: 600;
color: var(--sage-dark); margin-bottom: .4rem; letter-spacing: .02em;
}
.form-group label span { color: var(--gold); }
.form-group input, .form-group select, .form-group textarea {
width: 100%; padding: .75rem 1rem;
border: 1.5px solid rgba(26,63,140,.15); border-radius: 10px;
font-family: 'Nunito', sans-serif; font-size: .9rem; color: var(--text);
background: var(--cream); transition: border-color .3s, box-shadow .3s;
outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
border-color: var(--sage); box-shadow: 0 0 0 3px rgba(26,63,140,.08);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a3f8c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.form-check { display: flex; align-items: flex-start; gap: .7rem; margin-bottom: 1.5rem; }
.form-check input[type=checkbox] { width: 16px; height: 16px; min-width: 16px; margin-top: 2px; accent-color: var(--sage); cursor: pointer; }
.form-check label { font-size: .82rem; color: var(--text-light); cursor: pointer; }
.form-submit {
width: 100%; padding: 1rem; background: var(--sage-dark);
color: var(--white); border: none; border-radius: 50px; cursor: pointer;
font-family: 'Nunito', sans-serif; font-size: .95rem; font-weight: 600;
letter-spacing: .04em; transition: all .3s;
}
.form-submit:hover { background: var(--sage); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(26,63,140,.25); }
.form-submit:active { transform: translateY(0); }
.form-note { font-size: .78rem; color: var(--text-light); text-align: center; margin-top: .8rem; }
.form-success {
display: none; text-align: center; padding: 2rem;
background: var(--sage-light); border-radius: 12px; margin-top: 1rem;
}
.form-success svg { width: 48px; height: 48px; stroke: var(--sage); fill: none; stroke-width: 1.5; margin-bottom: 1rem; }
.form-success h3 { font-family: 'Cormorant Garamond',serif; font-size: 1.5rem; color: var(--sage-dark); margin-bottom: .5rem; }
.form-success p { font-size: .9rem; color: var(--text-light); }
/* ─── MAP / LOCALISATION ─── */
.localisation { background: var(--white); }
.localisation-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.map-embed { border-radius: 16px; overflow: hidden; height: 380px; box-shadow: var(--shadow); border: 1px solid rgba(26,63,140,.1); }
.map-embed iframe { width: 100%; height: 100%; border: none; }
.map-placeholder {
width: 100%; height: 380px; border-radius: 16px;
background: var(--sage-light); display: flex; flex-direction: column;
align-items: center; justify-content: center; gap: 1rem;
border: 2px dashed rgba(26,63,140,.2);
}
.map-placeholder svg { width: 48px; height: 48px; stroke: var(--sage-mid); fill: none; opacity: .5; }
.map-placeholder p { color: var(--sage-mid); font-size: .9rem; }
.location-details { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 1.5rem; }
.loc-item { display: flex; gap: 1rem; align-items: flex-start; }
.loc-icon {
width: 40px; height: 40px; min-width: 40px; border-radius: 10px;
background: var(--sage-light); display: flex; align-items: center; justify-content: center;
}
.loc-icon svg { width: 18px; height: 18px; stroke: var(--sage); fill: none; stroke-width: 1.8; }
.loc-title { font-size: .82rem; font-weight: 700; color: var(--sage-dark); letter-spacing: .04em; text-transform: uppercase; margin-bottom: .2rem; }
.loc-text { font-size: .9rem; color: var(--text-light); line-height: 1.6; }
/* ─── FOOTER ─── */
footer {
background: var(--sage-dark); color: var(--white); padding: 4rem 2rem 2rem;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo {
font-family: 'Cormorant Garamond', serif;
font-size: 1.8rem; font-weight: 500; color: var(--white); margin-bottom: .5rem;
}
.footer-brand .tagline { font-size: 1rem; color: rgba(255,255,255,.85); letter-spacing: .06em; margin-bottom: 1.2rem; font-weight: 500; }
.footer-brand p { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.8; }
.footer-col h4 { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-col ul li a { font-size: .88rem; color: rgba(255,255,255,.6); text-decoration: none; transition: color .3s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-col ul li { font-size: .88rem; color: rgba(255,255,255,.6); }
.footer-bottom {
border-top: 1px solid rgba(255,255,255,.08);
padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.35); }
.footer-badge {
background: rgba(192,17,43,.2); border: 1px solid rgba(192,17,43,.3);
color: var(--gold-light); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
padding: .3rem .8rem; border-radius: 50px;
}
/* ─── REVEAL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
/* ─── MOBILE ─── */
@media (max-width: 900px) {
.hero-content { grid-template-columns: 1fr; }
.hero-visual { display: none; }
.about-grid, .horaires-inner, .appointment-inner, .localisation-inner { grid-template-columns: 1fr; gap: 2rem; }
.services-grid { grid-template-columns: 1fr 1fr; }
.team-grid { grid-template-columns: 1fr !important; }
.footer-grid { grid-template-columns: 1fr; gap: 2rem; }
.form-info { position: static; }
.form-row { grid-template-columns: 1fr; }
nav { padding: .8rem 1rem; }
.nav-logo { white-space: normal; font-size: 1rem; }
.nav-logo-break { display: inline; }
.nav-links { display: none !important; }
.hamburger { display: flex; position: relative; z-index: 100; }
#mobileMenu { display: none; }
#mobileMenu.open { display: flex !important; }
.about-badge { position: static; margin-top: 1rem; display: inline-block; }
}
@media (max-width: 600px) {
.services-grid { grid-template-columns: 1fr; }
.about-values { grid-template-columns: 1fr; }
.hero-stats { gap: 1.5rem; }
}
/* ─── ACTUALITÉS ─── */
.actualites { background: var(--cream); }
.actu-grid {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem;
}
.actu-badge {
display: inline-flex; align-items: center; gap: .3rem;
font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
padding: .25rem .75rem; border-radius: 50px; width: fit-content;
}
.actu-date { font-size: .78rem; color: var(--text-light); font-weight: 500; }
.actu-footer { display: flex; justify-content: space-between; align-items: center; margin-top: .4rem; padding-top: .8rem; border-top: 1px solid rgba(26,63,140,.07); }
.actu-source { font-size: .72rem; font-weight: 700; color: var(--sage-mid); letter-spacing: .06em; text-transform: uppercase; }
.actu-link { font-size: .8rem; font-weight: 600; color: var(--gold); text-decoration: none; transition: color .2s; }
.actu-link:hover { color: var(--gold-light); }
.actu-card {
background: var(--white); border-radius: 16px; padding: 1.5rem;
border: 1px solid rgba(26,63,140,.07);
display: flex; flex-direction: column; gap: .6rem;
transition: transform .3s, box-shadow .3s;
}
.actu-card h3 {
font-family: 'Cormorant Garamond', serif;
font-size: 1.18rem; font-weight: 500; color: var(--sage-dark); line-height: 1.3;
}
.actu-card p { font-size: .86rem; color: var(--text-light); line-height: 1.7; flex: 1; }
.actu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.actu-card.featured {
background: linear-gradient(145deg, var(--sage-dark), var(--sage));
border-color: transparent;
color: var(--white);
}
.actu-card.featured h3 { color: var(--white); }
.actu-card.featured p { color: rgba(255,255,255,.75); }
.actu-card.featured .actu-date { color: rgba(255,255,255,.6); }
.actu-card.featured .actu-footer { border-top-color: rgba(255,255,255,.15); }
.actu-card.featured .actu-source { color: rgba(255,255,255,.5); }
.actu-card.featured .actu-link { color: var(--gold-light); }
.actu-card.featured .actu-link:hover { color: #fff; }
.actu-card.featured .actu-badge { background: rgba(255,255,255,.15); color: rgba(255,255,255,.9); }
@media (max-width: 900px) { .actu-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .actu-grid { grid-template-columns: 1fr; } }
/* ─── MODALS LÉGALES ─── */
.modal-overlay {
display: none; position: fixed; inset: 0; z-index: 999;
background: rgba(14,38,96,.55); backdrop-filter: blur(4px);
align-items: flex-start; justify-content: center;
padding: 4rem 1rem 2rem;
overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal-box {
background: var(--white); border-radius: 20px; max-width: 720px; width: 100%;
box-shadow: 0 24px 80px rgba(14,38,96,.2); position: relative;
animation: modalIn .3s ease;
}
@keyframes modalIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.modal-header {
background: linear-gradient(135deg, var(--sage-dark), var(--sage));
padding: 1.8rem 2rem; border-radius: 20px 20px 0 0;
display: flex; justify-content: space-between; align-items: center;
}
.modal-header h2 { font-family:'Cormorant Garamond',serif; font-size:1.6rem; font-weight:400; color:var(--white); margin:0; }
.modal-close {
width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.15);
border:none; cursor:pointer; color:var(--white); font-size:1.2rem;
display:flex; align-items:center; justify-content:center;
transition: background .2s;
}
.modal-close:hover { background:rgba(255,255,255,.3); }
.modal-body { padding: 2rem; max-height: 70vh; overflow-y: auto; }
.modal-body h3 { font-family:'Cormorant Garamond',serif; font-size:1.2rem; font-weight:500; color:var(--sage-dark); margin:1.5rem 0 .5rem; border-bottom:1px solid var(--cream-dark); padding-bottom:.4rem; }
.modal-body h3:first-child { margin-top:0; }
.modal-body p { font-size:.88rem; color:var(--text-light); line-height:1.8; margin-bottom:.8rem; }
.modal-body ul { padding-left:1.2rem; margin-bottom:.8rem; }
.modal-body ul li { font-size:.88rem; color:var(--text-light); line-height:1.8; margin-bottom:.3rem; }
.modal-body strong { color:var(--sage-dark); }
.modal-body a { color:var(--sage); }
.modal-tag {
display:inline-block; background:var(--sage-light); color:var(--sage); font-size:.72rem;
font-weight:700; letter-spacing:.06em; text-transform:uppercase;
padding:.2rem .6rem; border-radius:50px; margin-bottom:1rem;
}
.modal-footer { padding:1rem 2rem; border-top:1px solid var(--cream-dark); text-align:center; }
.modal-footer p { font-size:.75rem; color:var(--text-light); margin:0; }
/* ─── GALERIE PHOTOS ─── */
.about-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: 220px 180px;
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #eceae5;
}
.gallery-item.gallery-main {
  grid-row: 1 / 3;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,38,96,.7) 0%, transparent 50%);
  opacity: 0; transition: opacity .3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: .7rem 1rem;
  color: #fff; font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  transform: translateY(6px); opacity: 0;
  transition: opacity .3s, transform .3s;
}
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }
.gallery-badge {
  position: absolute; top: .6rem; left: .6rem;
  background: rgba(14,38,96,.72); backdrop-filter: blur(6px);
  color: #fff; font-size: .64rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .2rem .6rem; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.18);
}
/* Mobile : 1 colonne, photos dans l'ordre */

}
/* Tablette : 2 colonnes, hauteurs réduites */
@media (min-width: 601px) and (max-width: 900px) {
  .about-gallery {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 180px 150px;
  }
}

.lightbox { display: none; position: fixed; inset: 0; z-index: 998; background: rgba(5,12,35,.96); flex-direction: column; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-img-wrap { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; flex: 1; padding: 4rem 5rem; }
.lightbox img { max-width: 100%; max-height: 80vh; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.6); object-fit: contain; transition: opacity .25s; }
.lb-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 1.6rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
.lb-btn:hover { background: rgba(255,255,255,.28); transform: translateY(-50%) scale(1.1); }
.lb-prev { left: 1.2rem; }
.lb-next { right: 1.2rem; }
.lightbox-close { position: absolute; top: 1.2rem; right: 1.4rem; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 10; }
.lightbox-close:hover { background: rgba(255,255,255,.28); }
.lightbox-footer { width: 100%; padding: .8rem 2rem 1.4rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.lb-dots { display: flex; gap: 8px; align-items: center; }
.lb-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.28); cursor: pointer; transition: background .2s, transform .2s; border: none; padding: 0; }
.lb-dot.active { background: #fff; transform: scale(1.3); }
.lb-caption { color: rgba(255,255,255,.6); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
 .lb-btn { width: 38px; height: 38px; font-size: 1.2rem; } .lightbox-img-wrap { padding: 3.5rem 3rem; } }


/* ─── LOGO TITRE MOBILE ─── */
.nav-logo-break { display: none; }

/* ─── RESPONSIVE ÉQUIPE ─── */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
}

.gallery-row { display: flex; gap: 8px; }
.gallery-row-main { height: 260px; }
.gallery-row-sub { height: 180px; }
.gallery-row .gallery-item { flex: 1; border-radius: 0; }
.gallery-row .gallery-item.wide { flex: 1.6; }
@media (max-width: 600px) {
  .gallery-row { flex-direction: column; }
  .gallery-row-main, .gallery-row-sub { height: auto; }
  .gallery-row .gallery-item { height: 200px; }
}

/* ─── CAROUSEL SECTION CABINET ─── */
.about-carousel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(14,38,96,.18);
  background: #0e2660;
  aspect-ratio: 4/3;
  width: 100%;
}

.carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.carousel-btn:hover {
  background: rgba(192,17,43,.7);
  border-color: rgba(192,17,43,.5);
}

.carousel-prev { left: .8rem; }
.carousel-next { right: .8rem; }

.carousel-dots {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .45rem;
  z-index: 10;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}

.carousel-dot.active {
  background: #fff;
  transform: scale(1.3);
}

@media (max-width: 600px) {
  .about-carousel { aspect-ratio: 3/2; }
  .carousel-btn { width: 34px; height: 34px; font-size: 1.2rem; }
}
