.elementor-kit-357{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-357 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   ACAEM — CSS Final (corrigé)
   Police : Plus Jakarta Sans (titres) + Inter (corps)
   Palette : Marine #0D1B2A · Or #C9A84C · Crème #FAFAF8
   ============================================================ */

/* ─── VARIABLES ─── */
:root {
  --navy:   #0D1B2A;
  --blue:   #1A3A5C;
  --gold:   #C9A84C;
  --cream:  #FAFAF8;
  --white:  #FFFFFF;
  --ink:    #1A1A1A;
  --muted:  #6B6B6B;
  --border: #E8E8E4;
  --f-head: 'Plus Jakarta Sans', sans-serif;
  --f-body: 'Inter', sans-serif;
  --w:   1100px;
  --gap: clamp(1.5rem, 5vw, 3.5rem);
  --floral-url: url('https://acaem-change.com/wp-content/uploads/2026/03/floral-scaled.png');
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
img { display: block; max-width: 100%; }

/* ─── CONTAINER ─── */
.container {
  max-width: var(--w);
  margin: 0 auto;
  padding: 0 var(--gap);
}

/* ─── TYPOGRAPHIE UTILITAIRES ─── */
.eyebrow {
  font-family: var(--f-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
h2 {
  font-family: var(--f-head);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
}
.section-head { margin-bottom: 3rem; }
.section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.link-arrow {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.link-arrow:hover { opacity: 0.7; }

/* ─── BOUTONS ─── */
.btn {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1.5px solid transparent;
}
.btn--dark         { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn--dark:hover   { background: var(--blue); border-color: var(--blue); }
.btn--outline      { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover{ background: var(--navy); color: var(--white); }
.btn--full         { width: 100%; text-align: center; }

/* ─── NAVIGATION ─── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem var(--gap);
  background: rgba(250, 250, 248, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav__logo img { height: 42px; width: auto; display: block; }
.nav__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  white-space: nowrap;
}
.nav__links a { font-size: 0.88rem; color: var(--muted); transition: color 0.2s; }
.nav__links a:hover { color: var(--navy); }
.nav__cta {
  font-size: 0.85rem;
  font-weight: 500;
  background: var(--navy);
  color: var(--white);
  padding: 0.55rem 1.3rem;
  border-radius: 100px;
  transition: background 0.2s;
}
.nav__cta:hover { background: var(--blue); }

/* ─── HERO ─── */
.hero {
  padding-top: 5.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 92vh;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero__text {
  padding: 4rem var(--gap) 4rem calc(var(--gap) + max(0px, (100% - var(--w)) / 2));
  max-width: calc(var(--w) / 2 + max(0px, (100% - var(--w)) / 2));
}
.hero__text h1 {
  font-family: var(--f-head);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}
.hero__text h1 em { font-style: normal; color: var(--gold); }
.hero__desc { font-size: 1rem; color: var(--muted); max-width: 420px; margin-bottom: 2rem; line-height: 1.75; }
.hero__btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero__img { height: 100%; min-height: 92vh; overflow: hidden; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__kintsugi {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 2rem 0 1rem;
  position: relative;
  z-index: 1;
}
.hero__kintsugi img {
  height: clamp(80px, 14vw, 140px);
  width: auto;
  filter: drop-shadow(0 4px 20px rgba(201, 168, 76, 0.18));
}

/* ─── CITATION ─── */
.quote { background: var(--navy); padding: 4rem 0; }
.quote blockquote {
  font-family: var(--f-head);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  max-width: 700px;
  border-left: 3px solid var(--gold);
  padding-left: 2rem;
}
.quote blockquote strong { color: var(--white); font-weight: 600; }

/* ─── FRAMEWORK ─── */
.framework { padding: 6rem 0 0; background: var(--cream); }
.framework__header { margin-bottom: 3rem; }
.framework__band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--navy);
  width: 100%;
}
.band-item {
  padding: 3.5rem 2rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.25s;
}
.band-item:last-child { border-right: none; }
.band-item:hover { background: rgba(255, 255, 255, 0.04); }
.band-item__letter {
  display: block;
  font-family: var(--f-head);
  font-size: 5.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.85;
}
.band-item__name { font-family: var(--f-head); font-size: 1.3rem; font-weight: 700; color: var(--gold); margin-bottom: 1.2rem; }
.band-item__desc { font-size: 0.88rem; color: rgba(255, 255, 255, 0.65); line-height: 1.75; }

/* ─── STATS ─── */
.stats { background: var(--blue); padding: 4rem 0; }
.stats__grid { display: flex; justify-content: center; gap: 5rem; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; text-align: center; }
.stat__n { font-family: var(--f-head); font-size: 3rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat__l { font-size: 0.8rem; color: rgba(255, 255, 255, 0.55); max-width: 130px; text-align: center; }

/* ─── TÉMOIGNAGES ─── */
.testimonials { padding: 6rem 0; background: var(--white); position: relative; overflow: hidden; }
.testi__grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 1.5rem; align-items: start; }
.testi { padding: 2rem; border: 1px solid var(--border); border-radius: 4px; }
.testi--featured { background: var(--navy); border-color: transparent; margin: -1.5rem 0; padding: 2.5rem 2rem; }
.testi p { font-size: 1rem; line-height: 1.7; color: var(--ink); margin-bottom: 1.2rem; font-style: italic; }
.testi--featured p { color: rgba(255, 255, 255, 0.82); }
.testi span { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }

/* ─── ACTUALITÉS ─── */
.news { padding: 6rem 0; background: var(--cream); }
.news__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1.5rem; }
.news-card { background: var(--white); border-radius: 4px; overflow: hidden; border: 1px solid var(--border); display: flex; flex-direction: column; }
.news-card__img { background-size: cover; background-position: center; aspect-ratio: 16/9; }
.news-card--big .news-card__img { aspect-ratio: 4/3; }
.news-card__body { padding: 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.news-card__body time { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.news-card__body h3 { font-family: var(--f-head); font-size: 1.05rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.news-card--big .news-card__body h3 { font-size: 1.2rem; }
.news-card__body p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; flex: 1; }

/* ─── ARTICLES WORDPRESS ─── */
.elementor-posts-container .elementor-post { background: var(--white); border-radius: 4px; overflow: hidden; border: 1px solid var(--border); display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.elementor-posts-container .elementor-post:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(13, 27, 42, 0.08); }
.elementor-posts-container .elementor-post__thumbnail { aspect-ratio: 16/9; overflow: hidden; }
.elementor-posts-container .elementor-post__thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.elementor-posts-container .elementor-post:hover .elementor-post__thumbnail img { transform: scale(1.04); }
.elementor-posts-container .elementor-post__text { padding: 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.elementor-posts-container .elementor-post__meta-data { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold) !important; }
.elementor-posts-container .elementor-post__title a { font-family: var(--f-head); font-size: 1.05rem; font-weight: 600; color: var(--navy) !important; line-height: 1.3; text-decoration: none; transition: color 0.2s; }
.elementor-posts-container .elementor-post__title a:hover { color: var(--gold) !important; }
.elementor-posts-container .elementor-post__excerpt p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }
.elementor-posts-container .elementor-post__read-more { font-size: 0.82rem; font-weight: 500; color: var(--gold) !important; text-decoration: none; margin-top: auto; transition: opacity 0.2s; }
.elementor-posts-container .elementor-post__read-more:hover { opacity: 0.7; }
.elementor-widget-posts { margin-top: 0 !important; padding-top: 0 !important; }
.elementor-posts-container { margin-top: 0 !important; }

/* ─── CONTACT ─── */
.contact { padding: 6rem 0; background: var(--navy); position: relative; overflow: hidden; }
.contact__inner { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 5rem !important; align-items: start !important; position: relative; z-index: 1; }
.contact__left .eyebrow { color: var(--gold); }
.contact__left h2 { color: var(--white); margin-bottom: 1rem; }
.contact__left p  { color: rgba(255, 255, 255, 0.5); font-size: 0.95rem; }
.contact__form { display: flex; flex-direction: column; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.35); }
.field input, .field textarea { font-family: var(--f-body); font-size: 0.95rem; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 3px; padding: 0.75rem 1rem; color: var(--white); outline: none; transition: border-color 0.2s; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.2); }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.contact .elementor-field-group label { color: rgba(255,255,255,0.35) !important; }
.contact .elementor-field { background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: var(--white) !important; }
.contact .elementor-field:focus { border-color: var(--gold) !important; }
.contact .elementor-button { background: var(--gold) !important; color: var(--navy) !important; border-radius: 100px !important; }

/* ─── FOOTER ─── */
.footer { background: var(--navy); border-top: 1px solid rgba(255, 255, 255, 0.07); padding: 2.5rem 0; text-align: center; position: relative; overflow: hidden; }
.footer .container { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; position: relative; z-index: 1; }
.footer__logo { height: 44px; width: auto; opacity: 1; filter: none; margin: 0 auto; display: block; }
.footer__tagline { font-style: italic; font-size: 0.88rem; color: rgba(255, 255, 255, 0.3); }
.footer__copy { font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.15); }
.footer .elementor-widget-html { text-align: center; display: flex; justify-content: center; }
.footer .elementor-widget-container { width: 100%; text-align: center; }

/* ─── MOTIF FLORAL ─── */
.floral-bl::before, .floral-tl::before {
  content: ''; position: absolute; left: 0; width: 320px; height: 320px;
  background-image: var(--floral-url); background-size: cover; background-repeat: no-repeat;
  opacity: 0.12; pointer-events: none; z-index: 0;
}
.floral-bl::before { bottom: 0; background-position: bottom left; }
.floral-tl::before { top: 0;    background-position: top left; }
.floral-br::after, .floral-tr::after {
  content: ''; position: absolute; right: 0; width: 320px; height: 320px;
  background-image: var(--floral-url); background-size: cover; background-repeat: no-repeat;
  opacity: 0.12; pointer-events: none; z-index: 0;
}
.floral-br::after { bottom: 0; background-position: bottom right; }
.floral-tr::after { top: 0;    background-position: top right; }
.floral-bl, .floral-br, .floral-tl, .floral-tr { position: relative; overflow: hidden; }
.footer__floral, .contact__floral {
  position: absolute; inset: 0;
  background-image: var(--floral-url); background-size: cover; background-position: center;
  opacity: 0.06; pointer-events: none; z-index: 0;
}

/* ─── ARTICLES — décalage sous le header ─── */
.single-post .entry-content,
.single-post .post-content,
.single-post article,
.single-post .site-main,
.single-post .entry-header,
.single-post h1.entry-title {
  padding-top: 80px !important;
  margin-top: 0 !important;
}

/* ============================================================
   RESPONSIVE — MOBILE (max 767px)
   ============================================================ */
@media (max-width: 767px) {

  /* Navigation */
  .nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.5rem 1rem !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
  }
  .nav__logo img { height: 22px !important; flex-shrink: 0 !important; }
  .nav__links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.4rem 0.8rem !important;
    flex: 1 !important;
    padding: 0 0.3rem !important;
  }
  .nav__links a { font-size: 0.65rem !important; white-space: nowrap !important; }
  .nav__cta {
    font-size: 0.65rem !important;
    padding: 0.3rem 0.7rem !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }

  /* Hero */
  .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-top: 120px !important;
  }
  .hero__text { padding: 2rem 1.5rem !important; }
  .hero__text h1 { font-size: 2rem !important; }
  .hero__img { min-height: 50vh !important; }
  .hero__btns { flex-direction: column !important; }
  .hero__btns .btn { width: 100% !important; text-align: center !important; }

  /* Citation */
  .quote { padding: 3rem 1.5rem !important; }

  /* Framework */
  .framework__band { grid-template-columns: 1fr !important; }
  .band-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    padding: 2rem 1.5rem !important;
  }
  .band-item__letter { font-size: 3.5rem !important; }
  .band-item__name   { font-size: 1.1rem !important; }
  .band-item__desc   { font-size: 0.85rem !important; }

  /* Stats */
  .stats__grid { gap: 2rem !important; flex-direction: column !important; }

  /* Témoignages */
  .testi__grid { grid-template-columns: 1fr !important; }
  .testi--featured { margin: 0 !important; }
  .testi { padding: 1.5rem !important; }

  /* Actualités */
  .news__grid { grid-template-columns: 1fr !important; }

  /* Contact */
  .contact__inner { grid-template-columns: 1fr !important; gap: 2rem !important; }

  /* Footer */
  .footer .container { padding: 0 1.5rem !important; }

} /* ← FIN du @media (max-width: 767px) */

/* ============================================================
   RESPONSIVE — DESKTOP (min 768px)
   ============================================================ */
@media (min-width: 768px) {
  .nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }
  .nav__links {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 2rem !important;
    white-space: nowrap !important;
  }
  .nav__links li { display: inline-block !important; }
} /* ← FIN du @media (min-width: 768px) *//* End custom CSS */