.elementor-446 .elementor-element.elementor-element-22804f62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:6%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}.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 );}body.elementor-page-446:not(.elementor-motion-effects-element-type-background), body.elementor-page-446 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F5F8;}@media(min-width:768px){.elementor-446 .elementor-element.elementor-element-22804f62{--content-width:856px;}}@media(max-width:1024px){.elementor-446 .elementor-element.elementor-element-22804f62{--padding-top:12%;--padding-bottom:4%;--padding-left:4%;--padding-right:4%;}.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-446 .elementor-element.elementor-element-22804f62{--padding-top:20%;--padding-bottom:8%;--padding-left:6%;--padding-right:6%;}.elementor-446 .elementor-element.elementor-element-a33cea1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:-9px -9px -9px -9px;}.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-a33cea1 *//* Wrapper général */
.project-case {
  max-width: 1100px;
  margin: 40px auto 80px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  color: #1C244B;
}

/* Bouton retour */
.project-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  margin-bottom: 24px;
  font-size: 14px;
  border-radius: 999px;
  border: 1px solid rgba(12, 20, 60, 0.15);
  text-decoration: none;
  color: #1C244B;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.project-back:hover {
  background: #64CCC0;
  color: #0F1540;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}

/* Héro */
.project-hero {
  background: linear-gradient(135deg, rgba(100,204,192,0.18), rgba(12,20,60,0.02));
  border-radius: 40px;
  padding: 40px 40px 34px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

/* Petit label au-dessus du titre */
.project-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0F1540;
  opacity: 0.7;
  margin-bottom: 14px;
}

/* Titre principal */
.project-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #0F1540;
}

.project-title span {
  display: block;
  color: #0F1540;
}

/* Intro */
.project-intro {
  font-size: 16px;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 0 26px;
}

/* Métadonnées projet */
.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
}

.project-meta div {
  min-width: 180px;
}

.meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.6;
  margin-bottom: 4px;
}

.meta-value {
  font-size: 14px;
  font-weight: 600;
}

/* Grille contenu (2 colonnes sur desktop) */
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

/* Cartes */
.project-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 26px 26px 24px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0 0, rgba(100,204,192,0.25), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(12,20,60,0.15), transparent 60%);
  opacity: 0.35;
  z-index: 0;
}

.project-card > * {
  position: relative;
  z-index: 1;
}

.project-card h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

/* Liste objectifs */
.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 15px;
}

.project-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #64CCC0;
}

/* Bloc KPI */
.project-kpi {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 24px;
  background: rgba(12,20,60,0.9);
  color: #ffffff;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
}

.kpi-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.8;
  grid-column: 1 / 3;
}

.kpi-value {
  font-size: 32px;
  font-weight: 800;
  color: #64CCC0;
}

.kpi-text {
  font-size: 13px;
}

/* ========= RESPONSIVE ========= */
@media (max-width: 600px) {

  .project-case {
    margin-top: 24px;
  }

  /* Héro un peu plus compact */
  .project-hero {
    padding: 26px 20px 22px;
    border-radius: 26px;
  }

  .project-title {
    font-size: 30px;
  }

  /* Métadonnées en colonne */
  .project-meta {
    flex-direction: column;
    gap: 10px;
  }

  .project-meta div {
    min-width: 100%;
  }

  /* Les deux cartes passent l'une sous l'autre */
  .project-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-card {
    padding: 20px 18px 18px;
    border-radius: 22px;
  }
}/* End custom CSS */