/* Pharmacie du Kochersberg — feuille de style principale */

/* ---------- Polices (auto-hébergées) ---------- */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/quicksand-300-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/quicksand-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/quicksand-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/quicksand-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/quicksand-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/quicksand-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/quicksand-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/quicksand-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Base ---------- */
:root {
  --teal: #19b1a2;
  --teal-dark: #128d81;
  --blue: #36a9e1;
  --blue-dark: #2288bb;
  --pink: #e6017d;
  --ink: #1e3a3f;
  --muted: #5b7378;
  --bg: #f5fbfa;
  --line: #dcebe9;
  --radius: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Quicksand', 'Segoe UI', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: #fff;
}
img, svg, iframe { max-width: 100%; }
a { color: var(--teal-dark); }
h1, h2, h3 { line-height: 1.2; font-weight: 700; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
section { scroll-margin-top: 84px; }

.section { padding: 70px 0; }
.section-alt { background: var(--bg); }
.section-title {
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: var(--ink);
  margin-bottom: 12px;
}
.section-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  margin-top: 12px;
}
.section-intro { max-width: 720px; color: var(--muted); margin-bottom: 40px; }

.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20, 60, 60, .18); }
.btn-primary { background: var(--pink); color: #fff; }
.btn-light { background: #fff; color: var(--teal-dark); }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-teal { background: var(--teal); color: #fff; }

/* ---------- En-tête ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(20, 60, 60, .06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.12rem;
}
.brand .cross { flex: 0 0 auto; }
.main-nav ul {
  display: flex;
  gap: 6px;
  list-style: none;
  align-items: center;
}
.main-nav a {
  display: block;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.97rem;
}
.main-nav a:hover { background: var(--bg); color: var(--teal-dark); }
.main-nav a.nav-cta { background: var(--teal); color: #fff; font-weight: 700; }
.main-nav a.nav-cta:hover { background: var(--teal-dark); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.nav-toggle .line { width: 26px; height: 3px; border-radius: 2px; background: var(--teal-dark); }

/* ---------- Héro ---------- */
.hero {
  background:
    linear-gradient(135deg, rgba(6, 48, 52, .30), rgba(6, 48, 52, .12)),
    linear-gradient(135deg, var(--teal-dark) 0%, #1a9aa0 45%, var(--blue-dark) 100%);
  color: #fff;
  padding: 84px 0 92px;
  position: relative;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}
.hero::before { width: 420px; height: 420px; top: -160px; right: -120px; }
.hero::after { width: 300px; height: 300px; bottom: -140px; left: -90px; }
.hero-inner { position: relative; z-index: 1; max-width: 780px; }
.hero .kicker {
  display: inline-block;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.3rem);
  margin-bottom: 20px;
}
.hero h1 span { display: block; font-weight: 300; font-size: 0.62em; opacity: .95; }
.hero p { max-width: 640px; margin-bottom: 16px; font-size: 1.05rem; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Bandeau infos rapides ---------- */
.quick-strip { background: #fff; border-bottom: 1px solid var(--line); }
.quick-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.quick-item { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }
.quick-item svg { flex: 0 0 auto; }
.quick-item strong { display: block; font-size: 0.98rem; }
.quick-item a { text-decoration: none; font-weight: 700; color: var(--teal-dark); }
.quick-item a:hover { text-decoration: underline; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(20, 60, 60, .12); }
.service-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card:nth-child(odd) .service-icon { background: rgba(54, 169, 225, .13); box-shadow: 4px 4px 0 2px rgba(54, 169, 225, .35); }
.service-card:nth-child(even) .service-icon { background: rgba(25, 177, 162, .13); box-shadow: 4px 4px 0 2px rgba(25, 177, 162, .35); }
.service-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.service-card p { font-size: 0.93rem; color: var(--muted); }

/* ---------- Spécialités ---------- */
.specialites { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); color: #fff; }
.specialites .section-title { color: #fff; }
.specialites .section-title::after { background: rgba(255, 255, 255, .7); }
.specialites-cols { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.specialites p { color: rgba(255, 255, 255, .92); margin-bottom: 16px; }
.spec-list { list-style: none; display: grid; gap: 14px; }
.spec-list li {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  padding: 15px 18px 15px 48px;
  position: relative;
}
.spec-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px var(--blue);
}
.spec-list strong { display: block; font-size: 1.02rem; }
.spec-list span { font-size: 0.9rem; color: rgba(255, 255, 255, .85); }
.conseil-card {
  margin-top: 26px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius);
  padding: 22px 24px;
}
.conseil-head { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.conseil-ic {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  box-shadow: 3px 3px 0 2px rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.conseil-card h3 { color: #fff; font-size: 1.1rem; font-weight: 700; margin: 0; }
.conseil-card p { color: rgba(255, 255, 255, .85); font-size: 0.95rem; line-height: 1.6; margin: 0; }
.conseil-card a { color: #fff; text-decoration: underline; font-weight: 500; }
.conseil-card a:hover { text-decoration: none; }

/* ---------- Conseils ---------- */
.conseils-cols { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.theme-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--teal-dark);
  font-weight: 500;
  font-size: 0.9rem;
}
.theme-chip:nth-child(3n) { border-color: rgba(54, 169, 225, .45); color: var(--blue-dark); }
.theme-chip:nth-child(4n) { border-color: rgba(230, 1, 125, .35); color: var(--pink); }
.conseil-note {
  margin-top: 26px;
  background: #fff;
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------- Équipe ---------- */
.team-grid { display: flex; flex-wrap: wrap; gap: 26px; }
.team-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 34px;
  text-align: center;
  min-width: 250px;
}
.team-avatar {
  width: 104px;
  height: 104px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(25, 177, 162, .16), rgba(54, 169, 225, .16));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0 3px rgba(54, 169, 225, .35);
}
.team-card h3 { font-size: 1.12rem; }
.team-card .role { color: var(--muted); font-size: 0.94rem; margin-top: 4px; }
.team-note { margin-top: 26px; color: var(--muted); max-width: 640px; }

/* ---------- Horaires ---------- */
.horaires-cols { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.hours-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 18px rgba(20, 60, 60, .07); }
.hours-table th, .hours-table td { padding: 13px 18px; text-align: left; font-size: 0.97rem; }
.hours-table thead th { background: var(--teal); color: #fff; font-weight: 700; }
.hours-table tbody tr:nth-child(even) { background: var(--bg); }
.hours-table td:last-child { font-weight: 500; }
.garde-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.garde-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.garde-card p { color: var(--muted); font-size: 0.96rem; margin-bottom: 16px; }

/* ---------- Contact ---------- */
.contact-cols { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.contact-block { display: grid; gap: 18px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item svg { flex: 0 0 auto; margin-top: 3px; }
.contact-item strong { display: block; }
.contact-item a { font-weight: 700; text-decoration: none; }
.contact-item a:hover { text-decoration: underline; }
.map-frame {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 4px 18px rgba(20, 60, 60, .12);
}
.map-link { display: inline-block; margin-top: 10px; font-size: 0.88rem; }

/* ---------- Pied de page ---------- */
.site-footer { background: #123f44; color: rgba(255, 255, 255, .88); padding: 56px 0 0; }
.footer-cols { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-bottom: 42px; }
.site-footer h4 { color: #fff; font-size: 1.02rem; margin-bottom: 14px; }
.site-footer p { font-size: 0.94rem; margin-bottom: 6px; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer a { color: #8fd8d0; text-decoration: none; font-size: 0.94rem; }
.site-footer a:hover { text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 1.08rem; margin-bottom: 14px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 18px 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, .65);
}
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .specialites-cols, .conseils-cols, .horaires-cols, .contact-cols { grid-template-columns: 1fr; gap: 32px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .quick-strip .container { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 24px rgba(20, 60, 60, .12);
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; padding: 10px 16px 16px; }
  .main-nav a { padding: 12px 14px; }
  .hero { padding: 60px 0 70px; }
  .footer-cols { grid-template-columns: 1fr; }
}
