.elementor-380 .elementor-element.elementor-element-09754eb{--display:flex;}.elementor-380 .elementor-element.elementor-element-fb271a1{--display:flex;}.elementor-widget-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-380 .elementor-element.elementor-element-ce13d2f{--display:flex;}.elementor-380 .elementor-element.elementor-element-a61e7df{--spacer-size:50px;}.elementor-380 .elementor-element.elementor-element-4876182 img{max-width:100%;}body.elementor-page-380:not(.elementor-motion-effects-element-type-background), body.elementor-page-380 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F5F8;}@media(max-width:1024px){.elementor-widget-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 );}}@media(max-width:767px){.elementor-widget-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 );}}/* Start custom CSS for html, class: .elementor-element-e2fcf5f *//***********************************
 *   DESIGN ÉTUDES DE CAS – GLOBAL 
 *   (Instants pour soi / Activ’Expertise / Ô P’tites Tulipes)
 ***********************************/

/* SECTION GLOBALE */
.case-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px 90px;
  font-family: "Poppins", sans-serif;
  color: #1C244B; /* bleu brand */
}

/* HERO : grande carte turquoise comme les autres */
.case-hero {
  background: linear-gradient(135deg, #E0F7F4 0%, #D9F0FF 100%);
  border-radius: 32px;
  padding: 40px 40px 50px;
  margin-bottom: 50px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

/* Sur fond turquoise, les textes restent bien bleus */
.case-hero h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(28, 36, 75, 0.75);
  margin-bottom: 10px;
}

.case-hero h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #1C244B;
}

.case-hero p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(28, 36, 75, 0.8);
  max-width: 780px;
}

/* META : client / secteur / objectif */
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 30px;
}

.case-meta p {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(28, 36, 75, 0.7);
}

.case-meta span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1C244B;
  text-transform: none;
  letter-spacing: 0;
}

/* GRID OBJECTIFS / RÉSULTATS */
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* CARTES SECONDAIRES */
.case-block {
  background: #ffffff;
  padding: 32px 30px;
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.10);
}

.case-block h2 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #1C244B;
}

.case-block p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(28, 36, 75, 0.8);
}

/* LISTES AVEC CHECKS */
.case-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-block ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(28, 36, 75, 0.9);
}

.case-block ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #64CCC0; /* vert eau brand */
  font-weight: 700;
}

/* VARIANTE "highlight" (bloc résultat) */
.case-block--highlight {
  background: #F7FBFB;
  border: 1px solid #CFE9E7;
}

/* BLOC PLEIN LARGEUR EN BAS (conclusion) */
.case-block--full {
  margin-top: 20px;
}

/* KPI */
.case-kpi {
  background: #1C244B;
  color: #ffffff;
  border-radius: 16px;
  padding: 13px 18px 16px;
  margin-top: 18px;
  max-width: 280px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.case-kpi h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 4px;
}

.case-kpi p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 980px) {
  .case-hero {
    padding: 32px 26px 40px;
  }

  .case-hero h1 {
    font-size: 32px;
  }

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

@media (max-width: 640px) {
  .case-section {
    padding: 40px 16px 70px;
  }

  .case-hero h1 {
    font-size: 26px;
  }

  .case-meta {
    flex-direction: column;
    gap: 14px;
  }

  .case-block {
    padding: 24px 20px;
    border-radius: 20px;
  }
}
/*************** 
 * COMPLÉMENTS POUR Ô P’TITES TULIPES
 * (fonctionne aussi avec les autres cas si tu réutilises ces classes)
 ***************/

/* Lien "Retour au site" */
.case-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(28, 36, 75, 0.7);
  text-decoration: none;
  margin-bottom: 18px;
}

.case-back-link:hover {
  color: #1C244B;
  text-decoration: underline;
}

/* Grille des KPI (x5 / x2) */
.case-kpi-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

/* Réutilise .case-kpi mais un peu plus flexible */
.case-kpi-grid .case-kpi {
  max-width: none;
  flex: 1 1 140px;
}

/* CTA final en bas de page */
.case-footer-cta {
  margin-top: 40px;
  text-align: center;
}

.case-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  background: #64CCC0;
  color: #1C244B;
  font-weight: 600;
  font-size: 15px;
  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-btn:hover {
  background: #52b9af;
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

/* Responsive KPI et CTA */
@media (max-width: 640px) {
  .case-kpi-grid {
    flex-direction: row;
  }

  .case-cta-btn {
    width: 100%;
    max-width: 320px;
  }
}
/* --- KPIs O P'tites Tulipes : forcer l'affichage du texte --- */

.case-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.case-kpi {
  background: #0b0f3a;           /* bleu nuit */
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

/* s'il y avait une couleur héritée chelou, on écrase tout ici */
.case-kpi,
.case-kpi * {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* titre KPI */
.case-kpi h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  color: #64CCC0 !important;     /* turquoise */
}

/* valeur (x5, x2, etc.) */
.case-kpi p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

/* responsive mobile : les deux l'une sous l'autre */
@media (max-width: 768px) {
  .case-kpi-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */