/* =========================================================
   Kid Académie – Styles personnalisés
   ========================================================= */

/* ─── Variables ──────────────────────────────────────────── */
:root {
  --ka-primary:     #26ABA3;
  --ka-primary-dk:  #1a9e97;
  --ka-secondary:   #F7AB1E;
  --ka-dark:        #293039;
  --ka-light-bg:    #f0fafa;
  --ka-card-shadow: 0 4px 24px rgba(38,171,163,.10);
  --ka-radius:      16px;
  --ka-radius-sm:   8px;
}

/* ─── Général ────────────────────────────────────────────── */
body {
  font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.heading_text, .section_heading_text {
  font-family: 'Poppins', sans-serif;
}

/* ─── Breadcrumb ─────────────────────────────────────────── */
.page_breadcrumb {
  padding: 12px 0;
  background: var(--ka-light-bg);
  border-bottom: 1px solid rgba(38,171,163,.12);
}
.breadcrumb_nav { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; font-size: .88rem; }
.breadcrumb_nav li + li::before { content: '›'; color: #aaa; }
.breadcrumb_nav a { color: var(--ka-primary); text-decoration: none; }

/* ─── Bénéfices strip ────────────────────────────────────── */
.benefice_item { background: #fff; border-radius: var(--ka-radius-sm); box-shadow: var(--ka-card-shadow); transition: transform .2s; }
.benefice_item:hover { transform: translateY(-4px); }

/* ─── Section heading ────────────────────────────────────── */
.section_heading { margin-bottom: 48px; }
.section_heading_text { font-size: 2rem; font-weight: 700; color: var(--ka-dark); }

/* ─── Service cards ──────────────────────────────────────── */
.service_item {
  background: #fff;
  border-radius: var(--ka-radius);
  padding: 32px 24px;
  margin-bottom: 28px;
  box-shadow: var(--ka-card-shadow);
  transition: transform .25s, box-shadow .25s;
  height: calc(100% - 28px);
}
.service_item:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(38,171,163,.15); }
.service_item .item_icon { margin-bottom: 20px; }
.service_item .item_icon img { width: 56px; height: 56px; }
.service_item .item_title { font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; color: var(--ka-dark); }

/* ─── Témoignages ────────────────────────────────────────── */
.testimonial_item {
  background: #fff;
  border-radius: var(--ka-radius);
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: var(--ka-card-shadow);
  border-left: 4px solid var(--ka-primary);
}
.testimonial_text { font-style: italic; color: #555; margin-bottom: 20px; }
.author_name { font-weight: 700; color: var(--ka-dark); }
.author_meta { font-size: .85rem; color: #999; }

/* ─── About badge ────────────────────────────────────────── */
.about_badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--ka-primary);
  color: #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(38,171,163,.3);
}
.badge_number { display: block; font-size: 1.8rem; font-weight: 800; line-height: 1; }
.badge_label  { display: block; font-size: .65rem; text-transform: uppercase; letter-spacing: .5px; }

/* ─── Check list ─────────────────────────────────────────── */
.check_list { list-style: none; padding: 0; }
.check_list li { padding: 6px 0; display: flex; align-items: center; gap: 12px; }
.check_list i { font-size: 1rem; }

/* ─── Blog cards ─────────────────────────────────────────── */
.blog_item { background: #fff; border-radius: var(--ka-radius); overflow: hidden; box-shadow: var(--ka-card-shadow); margin-bottom: 28px; transition: transform .25s; }
.blog_item:hover { transform: translateY(-4px); }
.blog_item .blog_image img { width: 100%; height: 200px; object-fit: cover; }
.blog_content { padding: 24px; }
.blog_title a { color: var(--ka-dark); text-decoration: none; font-weight: 700; }
.blog_title a:hover { color: var(--ka-primary); }
.blog_meta { font-size: .83rem; color: #aaa; margin-bottom: 10px; }
.blog_excerpt { color: #666; font-size: .92rem; }

/* ─── Footer ─────────────────────────────────────────────── */
.site_footer { background: var(--ka-dark); color: #bbb; }
.footer_main { padding: 64px 0; }
.footer_widget_title { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 20px; }
.footer_links_list, .footer_contact_list { list-style: none; padding: 0; }
.footer_links_list li { margin-bottom: 8px; }
.footer_links_list a { color: #bbb; text-decoration: none; transition: color .2s; }
.footer_links_list a:hover { color: var(--ka-primary); }
.footer_contact_list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.footer_contact_list i { color: var(--ka-primary); width: 16px; flex-shrink: 0; margin-top: 3px; }
.footer_contact_list a { color: #bbb; text-decoration: none; }
.footer_contact_list a:hover { color: var(--ka-primary); }
.footer_bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: .85rem; }
.footer_bottom_links { list-style: none; padding: 0; display: flex; gap: 20px; }
.footer_bottom_links a { color: #bbb; text-decoration: none; }
.footer_bottom_links a:hover { color: var(--ka-primary); }
.social_links { list-style: none; padding: 0; display: flex; gap: 12px; }
.social_links a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; transition: background .2s; }
.social_links a:hover { background: var(--ka-primary); }

/* ─── Réservation ────────────────────────────────────────── */
.form_section_title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ka-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.step_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ka-primary);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  flex-shrink: 0;
}
.prestation_card {
  display: block;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  border-radius: var(--ka-radius-sm);
  transition: border-color .2s, box-shadow .2s;
}
.prestation_card:hover { border-color: var(--ka-primary); }
.prestation_card.selected,
.prestation_card:has(input:checked) { border-color: var(--ka-primary); box-shadow: 0 0 0 3px rgba(38,171,163,.12); }
.prestation_card input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.prestation_card_inner { padding: 14px 16px; }

/* ─── Badges ─────────────────────────────────────────────── */
.badge-soft-primary { background: rgba(38,171,163,.12); color: var(--ka-primary); border-radius: 100px; }
.badge-primary { background: var(--ka-primary); color: #fff; }

/* ─── Utility ────────────────────────────────────────────── */
.bg_primary_light { background: var(--ka-light-bg); }
.bg_light_gray    { background: #f7f9fb; }
.text-primary     { color: var(--ka-primary) !important; }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .about_badge { display: none; }
  .section_heading_text { font-size: 1.5rem; }
  .hero_content_wrap .heading_text { font-size: 1.7rem; }
}
