.elementor-944 .elementor-element.elementor-element-fc11359{--display:flex;}.elementor-944 .elementor-element.elementor-element-c2ed2d1{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-944 .elementor-element.elementor-element-39c9096{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-944 .elementor-element.elementor-element-442c920{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -0px;}.elementor-944 .elementor-element.elementor-element-8740adc{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-944 .elementor-element.elementor-element-51330ba{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + -95px) 0px;padding:0px 0px 0px 0px;}.elementor-944 .elementor-element.elementor-element-88f7876{background-color:#F4F0E8;margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:46px 46px 46px 46px;}.elementor-944 .elementor-element.elementor-element-2b7626b{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for container, class: .elementor-element-fc11359 *//* ══════════════════════════════════════════════════════
   Homepage Cabinet Kerduel — CSS GLOBAL
   Elementor → Site Settings → Custom CSS
   Préfixe : .hk-
   ══════════════════════════════════════════════════════ */

:root {
  --hk-navy:   #2A3B55;
  --hk-navy-d: #1d2f46;
  --hk-teal:   #70BBB7;
  --hk-teal-d: #48a899;
  --hk-cream:  #F4F0E8;
  --hk-soft:   #F0ECE6;
  --hk-white:  #ffffff;
  --hk-text:   #3a3a3a;
  --hk-mid:    #666666;
  --hk-gold:   #C08C10;
}

.hk-page {
  font-family: 'Inter', sans-serif;
  color: var(--hk-text);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── Typographie globale ── */
.hk-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 300; line-height: 1.1; letter-spacing: -.02em;
  margin-bottom: 20px;
}
.hk-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 300; line-height: 1.15; letter-spacing: -.015em;
  margin-bottom: 16px;
}
.hk-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; margin-bottom: 8px;
}
.hk-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .67rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--hk-teal); margin-bottom: 16px;
}
.hk-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--hk-teal) }

/* ══════════════════════════════════════════
   BLOC 01 — HERO
══════════════════════════════════════════ */
.hk-hero {
  background: #FAFAF8;
  border-bottom: 1px solid rgba(42,59,85,.07);
  overflow: hidden;
}
.hk-hero-inner {
  max-width: 100%; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; min-height: 600px;
}
.hk-hero-left {
  padding: 84px 48px 72px;
  display: flex; flex-direction: column; justify-content: center;
}
.hk-hero-left h1 { color: var(--hk-navy) }
.hk-hero-left h1 em { font-style: italic; color: var(--hk-teal-d) }
.hk-hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.2rem;
  color: var(--hk-mid); margin-bottom: 20px; line-height: 1.6;
}
.hk-hero-desc {
  font-size: .96rem; color: var(--hk-mid);
  line-height: 1.85; max-width: 480px; margin-bottom: 10px;
}
.hk-hero-situations {
  display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px;
}
.hk-sit-tag {
  font-size: .78rem; color: var(--hk-mid);
  padding: 3px 10px; border-radius: 100px;
  background: rgba(42,59,85,.06); border: 1px solid rgba(42,59,85,.10);
}
.hk-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px }
.hk-btn-primary {
  display: inline-block; padding: 13px 26px; border-radius: 4px;
  background: var(--hk-navy); color: #fff;
  font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; transition: background .2s;
}
.hk-btn-primary:hover { background: var(--hk-teal-d) }
.hk-btn-ghost {
  display: inline-block; padding: 12px 24px; border-radius: 4px;
  border: 1.5px solid rgba(42,59,85,.22); color: var(--hk-navy);
  font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; transition: all .2s;
}
.hk-btn-ghost:hover { border-color: var(--hk-teal-d); color: var(--hk-teal-d) }
.hk-hero-decouverte {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px; border-radius: 12px;
  background: rgba(255,255,255,.8); border: 1px solid rgba(42,59,85,.09);
  box-shadow: 0 4px 16px rgba(42,59,85,.06);
}
.hk-hero-decouverte p { font-size: .82rem; color: var(--hk-mid); margin: 0; line-height: 1.5 }
.hk-hero-decouverte strong { color: var(--hk-navy); font-weight: 600 }
.hk-hero-decouverte a { color: var(--hk-teal-d); text-decoration: none; font-weight: 600 }
.hk-hero-right {
  background: #F4F0E8;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden; position: relative;
}
.hk-hero-right::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(to right,  #FAFAF8 0%, transparent 28%),
    linear-gradient(to top,    #F4F0E8 0%, transparent 30%);
  pointer-events: none; z-index: 1;
}
.hk-hero-photo {
  width: 100%; height: 100%;
}
.hk-hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center; display: block;
}

/* ══════════════════════════════════════════
   BLOC 02 — PROBLÉMATIQUES
══════════════════════════════════════════ */
.hk-probs {
  background: var(--hk-navy); padding: 80px 40px;
}
.hk-probs-inner { max-width: 1100px; margin: 0 auto }
.hk-probs-header { margin-bottom: 44px }
.hk-probs-header h2 { color: #fff }
.hk-probs-header .hk-eyebrow { color: var(--hk-teal) }
.hk-probs-header .hk-eyebrow::before { background: var(--hk-teal) }
.hk-probs-header p { font-size: .94rem; color: rgba(255,255,255,.55); max-width: 620px; line-height: 1.8 }
/* Grille problématiques */
.hk-probs-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}

/* Cards problèmes avec icônes */
.problem-item {
  display: flex; flex-direction: column; gap: 10px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px; padding: 22px 20px;
  text-decoration: none; transition: background .2s, border-color .2s, transform .2s;
  cursor: pointer;
}
.problem-item:hover {
  background: rgba(112,187,183,.10); border-color: rgba(112,187,183,.25);
  transform: translateY(-2px);
}
.problem-featured {
  border-color: rgba(112,187,183,.3); background: rgba(112,187,183,.07);
}
.problem-featured::after {
  content: "SPÉCIALITÉ";
  font-size: .55rem; font-weight: 700; letter-spacing: .16em;
  color: var(--hk-teal); align-self: flex-start;
  background: rgba(112,187,183,.15); padding: 2px 7px; border-radius: 100px;
}
.problem-icon {
  width: 36px; height: 36px; flex-shrink: 0;
}
.problem-icon svg {
  width: 100%; height: 100%;
  stroke: rgba(255,255,255,.55); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.problem-item:hover .problem-icon svg { stroke: var(--hk-teal) }
.problem-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-weight: 400; color: #fff; line-height: 1.3;
}
.problem-phrase {
  font-size: .82rem; color: rgba(255,255,255,.48); line-height: 1.65;
}
.hk-probs-cta { text-align: center; margin-top: 36px }
.hk-probs-cta p { color: rgba(255,255,255,.5); font-size: .88rem; margin-bottom: 14px; font-style: italic }

/* ══════════════════════════════════════════
   BLOC 03 — PARCOURS
══════════════════════════════════════════ */
.hk-parcours { background: var(--hk-cream); padding: 80px 40px }
.hk-parcours-inner { max-width: 1100px; margin: 0 auto }
.hk-parcours-header { text-align: center; margin-bottom: 48px }
.hk-parcours-header .hk-eyebrow { justify-content: center }
.hk-parcours-header .hk-eyebrow::before { display: none }
.hk-parcours-header h2 { color: var(--hk-navy) }
.hk-parcours-header p { font-size: .94rem; color: var(--hk-mid); max-width: 560px; margin: 0 auto; line-height: 1.8 }
/* Parcours — cartes publics */
.publics-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; align-items: stretch;
}
.public-card {
  position: relative; padding: 40px 26px 32px;
  border: 1px solid rgba(0,0,0,.08); background: #FAFAF8;
  cursor: pointer; text-decoration: none; color: inherit;
  overflow: hidden; display: flex; flex-direction: column; height: 100%;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.public-card:hover { transform: translateY(-4px); box-shadow: 0 20px 56px rgba(0,0,0,.09); border-color: transparent }
.public-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--card-color); opacity: .55; transition: opacity .25s;
}
.public-card:hover::before { opacity: 1 }
.public-card.adulte { --card-color: #35456C }
.public-card.enfant { --card-color: #8BC9C5 }
.public-card.ado    { --card-color: #70BBB7 }
.public-card.form   { --card-color: #4A5B7A }
.public-num {
  font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300;
  color: rgba(0,0,0,.05); position: absolute; top: 8px; right: 16px; line-height: 1;
}
.public-icon { margin-bottom: 14px; line-height: 1; flex-shrink: 0 }
.public-icon svg { width: 44px; height: 44px; stroke: var(--card-color); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round }
.public-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; margin-bottom: 7px; line-height: 1.2; color: #2B2B2B; flex-shrink: 0 }
.public-id { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: #666; margin-bottom: 10px; line-height: 1.5; font-weight: 300; flex-shrink: 0 }
.public-desc { font-size: 1rem; color: #404040; line-height: 1.7; font-weight: 300; flex-grow: 1 }
.public-cta {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 16px;
  font-size: .72rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--card-color); flex-shrink: 0;
}
.public-cta::after { content: '→'; font-size: .9em }
@media(max-width:900px){ .publics-grid { grid-template-columns: 1fr 1fr; gap: 12px } }
@media(max-width:600px){
  .publics-grid { grid-template-columns: 1fr; gap: 10px }
  .public-card { padding: 28px 22px 24px; height: auto }
  .public-title { font-size: 1.3rem }
  .public-id, .public-desc { font-size: .9rem }
}

/* ══════════════════════════════════════════
   BLOC 04 — APPROCHE
══════════════════════════════════════════ */
.hk-approche { background: var(--hk-white); padding: 80px 40px }
.hk-approche-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.hk-approche-left h2 { color: var(--hk-navy) }
.hk-approche-left p { font-size: .94rem; color: var(--hk-mid); line-height: 1.9; margin-bottom: 16px }
.hk-approche-quote {
  border-left: 3px solid var(--hk-teal); padding: 16px 20px;
  background: rgba(112,187,183,.07); border-radius: 0 12px 12px 0;
  margin: 20px 0;
}
.hk-approche-quote p {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.1rem; color: var(--hk-navy); line-height: 1.7; margin: 0;
}
.hk-approche-right { padding-top: 8px }
.hk-tools-note {
  background: var(--hk-cream); border-radius: 16px; padding: 24px 22px;
  margin-bottom: 20px;
}
.hk-tools-note p { font-size: .9rem; color: var(--hk-mid); line-height: 1.8; margin: 0 }
.hk-tools-note strong { color: var(--hk-navy) }
.hk-tools-list { display: flex; flex-direction: column; gap: 8px }
.hk-tool-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 10px;
  background: var(--hk-soft); font-size: .87rem; color: var(--hk-mid);
}
.hk-tool-item::before { content: "→"; color: var(--hk-teal-d); font-weight: 700; flex-shrink: 0 }

/* ══════════════════════════════════════════
   BLOC 05 — DÉCOUVERTE / CTA intermédiaire
══════════════════════════════════════════ */
.hk-decouverte {
  background: linear-gradient(155deg, #fefaf5, #edf6f5);
  border-top: 1px solid rgba(42,59,85,.07);
  border-bottom: 1px solid rgba(42,59,85,.07);
  padding: 72px 40px; text-align: center;
}
.hk-decouverte-inner { max-width: 640px; margin: 0 auto }
.hk-decouverte h2 { color: var(--hk-navy); margin-bottom: 14px }
.hk-decouverte p { font-size: .96rem; color: var(--hk-mid); line-height: 1.85; margin-bottom: 28px }
.hk-decouverte-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap }

/* ══════════════════════════════════════════
   BLOC 06 — TÉMOIGNAGES
══════════════════════════════════════════ */
.hk-temoignages { background: var(--hk-cream); padding: 80px 40px }
.hk-temoignages-inner { max-width: 1100px; margin: 0 auto }
.hk-temoignages-header { text-align: center; margin-bottom: 44px }
.hk-temoignages-header h2 { color: var(--hk-navy) }
.hk-temoignages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px }
.hk-temo-card {
  background: var(--hk-white); border-radius: 18px;
  border: 1px solid rgba(42,59,85,.07); padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
.hk-temo-stars { color: var(--hk-gold); font-size: 1rem; letter-spacing: .1em; margin-bottom: 14px }
.hk-temo-card blockquote {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.05rem; color: var(--hk-navy); line-height: 1.7;
  margin: 0 0 16px; border: none; padding: 0;
}
.hk-temo-author { font-size: .8rem; color: var(--hk-mid); font-weight: 600 }
.hk-temo-context { font-size: .75rem; color: #aaa; font-style: italic }

/* ══════════════════════════════════════════
   BLOC 07 — RDV FINAL
══════════════════════════════════════════ */
.hk-rdv {
  background: linear-gradient(140deg, var(--hk-navy), var(--hk-navy-d));
  padding: 88px 40px;
}
.hk-rdv-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.hk-rdv-left h2 { color: #fff; font-size: clamp(2rem, 3.5vw, 3rem) }
.hk-rdv-left h2 em { font-style: italic; color: var(--hk-teal) }
.hk-rdv-left p { font-size: .96rem; color: rgba(255,255,255,.65); line-height: 1.85; margin-bottom: 12px }
.hk-rdv-btn {
  display: inline-block; margin-top: 20px;
  padding: 14px 30px; border-radius: 100px;
  background: var(--hk-teal-d); color: #fff;
  font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; transition: background .2s;
}
.hk-rdv-btn:hover { background: #3b9d94 }
.hk-rdv-right {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px; padding: 36px 32px;
}
.hk-rdv-info-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07);
}
.hk-rdv-info-item:last-child { border-bottom: none }
.hk-rdv-info-label {
  font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--hk-teal); margin-bottom: 3px;
}
.hk-rdv-info-val { font-size: .9rem; color: rgba(255,255,255,.75); line-height: 1.6 }
.hk-rdv-info-val a { color: var(--hk-teal); text-decoration: none }
.hk-rdv-info-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px }

/* ── Responsive ── */
@media(max-width:960px){
  .hk-hero-inner { grid-template-columns: 1fr; gap: 36px }
  .hk-hero-right { align-items: center }
  .hk-probs-grid { grid-template-columns: repeat(2, 1fr) }
  .hk-parcours-grid { grid-template-columns: repeat(2, 1fr) }
  .hk-approche-inner { grid-template-columns: 1fr; gap: 36px }
  .hk-temoignages-grid { grid-template-columns: 1fr 1fr }
  .hk-rdv-inner { grid-template-columns: 1fr; gap: 40px }
}
@media(max-width:640px){
  .hk-hero, .hk-probs, .hk-parcours, .hk-approche,
  .hk-decouverte, .hk-temoignages, .hk-rdv { padding: 64px 20px }
  .hk-probs-grid { grid-template-columns: 1fr }
  .hk-parcours-grid { grid-template-columns: 1fr }
  .hk-temoignages-grid { grid-template-columns: 1fr }
  .hk-hero-cta { flex-direction: column }
  .hk-btn-primary, .hk-btn-ghost { text-align: center }
  .hk-decouverte-btns { flex-direction: column; align-items: center }
}
@media(max-width:480px){
  .hk-hero, .hk-probs, .hk-parcours, .hk-approche,
  .hk-decouverte, .hk-temoignages, .hk-rdv { padding: 52px 16px }
  .hk-rdv-right { padding: 24px 20px }
}/* End custom CSS */