.elementor-369 .elementor-element.elementor-element-439d32c{--display:flex;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-369 .elementor-element.elementor-element-9ff9b81{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 8%) 0%;}.elementor-369 .elementor-element.elementor-element-9ff9b81 img{width:100%;height:378px;object-fit:cover;object-position:center center;filter:brightness( 105% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}body.elementor-page-369:not(.elementor-motion-effects-element-type-background), body.elementor-page-369 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F5F8;}@media(max-width:1024px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-369 .elementor-element.elementor-element-9ff9b81 img{height:470px;}}@media(max-width:767px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-369 .elementor-element.elementor-element-9ff9b81 img{height:250px;}}/* Start custom CSS for html, class: .elementor-element-988af01 *//* ===========================
   ÉTUDES DE CAS – LAYOUT GÉNÉRAL
   =========================== */

.case-section {
  max-width: 1200px;
  margin: 60px auto 80px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  color: #1C244B;
}

/* Barre du haut : retour + meta */
.case-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 14px;
}

.case-back {
  text-decoration: none;
  color: #1C244B;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(28, 36, 75, 0.18);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.case-back:hover {
  background: #64CCC0;
  color: #1C244B;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.case-meta {
  opacity: 0.7;
}

/* ===========================
   HERO : TITRE + IMAGE
   =========================== */

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 32px 28px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 0% 0%, rgba(100, 204, 192, 0.45), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(0, 136, 255, 0.25), transparent 60%),
    #1C244B;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  margin-bottom: 56px;
}

.case-hero-text {
  position: relative;
  z-index: 1;
}

.case-title {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.case-subtitle {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 18px;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-tag {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Image / mockup */
.case-hero-media {
  text-align: center;
}

.case-image-mockup {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
}

/* ===========================
   GRILLE DE CONTENU
   =========================== */

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 48px;
}

.case-block {
  background: #ffffff;
  border-radius: 28px;
  padding: 24px 24px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.case-block h2 {
  font-size: 19px;
  margin-bottom: 12px;
}

.case-block p,
.case-block li {
  font-size: 15px;
  line-height: 1.7;
}

.case-block ul {
  padding-left: 18px;
  margin: 8px 0 0;
}

/* Glow discret dans les blocs */
.case-block::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0% 0%, rgba(100, 204, 192, 0.28), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(0, 136, 255, 0.18), transparent 65%);
  opacity: 0.25;
  z-index: 0;
}

.case-block > * {
  position: relative;
  z-index: 1;
}

/* Bloc Résultats mis en avant */
.case-block--highlight {
  background: #1C244B;
  color: #ffffff;
}

.case-block--highlight::before {
  opacity: 0.5;
}

.case-number {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

/* ===========================
   CTA FINAL
   =========================== */

.case-cta {
  text-align: center;
  padding-top: 16px;
}

.case-cta p {
  font-size: 16px;
  margin-bottom: 14px;
}

.case-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: #64CCC0;
  color: #1C244B;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.case-cta-button:hover {
  background: #4fb6aa;
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 1024px) {
  .case-hero {
    grid-template-columns: 1fr;
  }

  .case-hero-media {
    order: -1; /* L’image passe au-dessus sur tablette/mobile */
  }

  .case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .case-section {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .case-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-hero {
    padding: 22px 18px;
    border-radius: 30px;
  }

  .case-title {
    font-size: 24px;
  }

  .case-subtitle {
    font-size: 15px;
  }

  .case-image-mockup {
    max-width: 100%;
    border-radius: 20px;
  }
}/***********************************
 * HARMONISATION ACTIV’EXPERTISE
 * Même style que “Instants pour soi”
 ***********************************/

/* Fond général un peu plus clair */
.case-section--activ {
  /* tu peux ajuster si besoin */
  background: linear-gradient(
    145deg,
    #f5f6fb 0%,
    #f0f7f4 50%,
    #f6f6ff 100%
  );
  border-radius: 32px;
  padding-top: 40px;
  padding-bottom: 50px;
}

/* HERO plus clair, comme Instants pour soi */
.case-section--activ .case-hero {
  background:
    radial-gradient(circle at 0% 0%, rgba(100, 204, 192, 0.25), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(0, 136, 255, 0.18), transparent 60%),
    #f5f6fb;
  color: #1C244B;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Titre & sous-titre en bleu foncé comme l’autre étude de cas */
.case-section--activ .case-title,
.case-section--activ .case-subtitle {
  color: #1C244B;
}

/* Tags plus doux, moins “white chips” */
.case-section--activ .case-tag {
  background: rgba(28, 36, 75, 0.04);
  border-color: rgba(28, 36, 75, 0.15);
  color: #1C244B;
}

/* Cartes : même style pour toutes, y compris Résultat */
.case-section--activ .case-block {
  background: #ffffff;
  color: #1C244B;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

/* Glow plus léger pour rester propre */
.case-section--activ .case-block::before {
  opacity: 0.18;
}

/* Résultat mis en avant mais sur fond clair, comme sur Instants pour soi */
.case-section--activ .case-block--highlight {
  background: #ffffff;
  color: #1C244B;
}

/* Badge de résultat type “x3” */
.case-section--activ .case-block--highlight .case-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #1C244B;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
}

/* CTA en bas : même style vert/bleu */
.case-section--activ .case-cta-button {
  background: #64CCC0;
  color: #1C244B;
}

.case-section--activ .case-cta-button:hover {
  background: #4fb6aa;
}

/* Topbar (retour) sur fond clair */
.case-section--activ .case-back {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(28, 36, 75, 0.12);
}/* End custom CSS */