/* =========================================================
   PilotCSE — jurisprudence.css
   Version : 1.0.0
   Usage : encadrés de jurisprudence utile
   Classe HTML principale : .pcse-jurisprudence-utile
   ========================================================= */

.pcse-jurisprudence-utile {
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  border-left: 6px solid #1f6f8b;
  border-radius: 14px;
  background: #f3fafc;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.pcse-jurisprudence-utile h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #12313f;
  font-size: 1.25rem;
  line-height: 1.35;
}

.pcse-jurisprudence-utile p {
  margin: 0.75rem 0;
  color: #243746;
  font-size: 1rem;
  line-height: 1.65;
}

.pcse-jurisprudence-utile p:last-child {
  margin-bottom: 0;
}

.pcse-jurisprudence-utile strong {
  color: #12313f;
  font-weight: 700;
}

@media (max-width: 768px) {
  .pcse-jurisprudence-utile {
    padding: 1.1rem 1.2rem;
    border-left-width: 5px;
    border-radius: 12px;
  }

  .pcse-jurisprudence-utile h3 {
    font-size: 1.12rem;
  }

  .pcse-jurisprudence-utile p {
    font-size: 0.96rem;
  }
}
/* =========================================================
   PilotCSE — Bandeau visuel veille jurisprudence
   Version : 1.1.0
   Usage : articles courts de veille jurisprudence
   ========================================================= */

.pcse-veille-hero {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 2rem 0 2rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #cfe3f2;
  border-left: 6px solid #1f6f8b;
  border-radius: 18px;
  background: linear-gradient(135deg, #f3fafc 0%, #ffffff 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.pcse-veille-hero__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #e0f2f7;
  color: #0f5f78;
  font-size: 1.45rem;
  line-height: 1;
}
.pcse-veille-hero__icon svg {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
  stroke: currentColor;
}
.pcse-veille-hero__body {
  flex: 1 1 auto;
}

.pcse-veille-hero__label {
  margin: 0 0 0.25rem;
  color: #0f5f78;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pcse-veille-hero__title {
  margin: 0 0 0.45rem;
  color: #082f49;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 800;
}

.pcse-veille-hero__text {
  margin: 0;
  color: #243746;
  font-size: 1rem;
  line-height: 1.65;
}

.pcse-veille-review {
  margin: 2rem 0;
  padding: 1rem 1.2rem;
  border: 1px dashed #b7c9d6;
  border-radius: 12px;
  background: #f8fafc;
  color: #243746;
}

.pcse-veille-review summary {
  cursor: pointer;
  color: #0f5f78;
  font-weight: 800;
}

.pcse-veille-review ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.pcse-veille-review li {
  margin: 0.35rem 0;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .pcse-veille-hero {
    flex-direction: column;
    padding: 1.2rem;
    border-radius: 14px;
  }

  .pcse-veille-hero__title {
    font-size: 1.25rem;
  }
}
/* =========================================================
   PilotCSE — Variantes du bandeau veille jurisprudence
   Version : 1.1.1
   ========================================================= */

.pcse-veille-hero--etablissement {
  border-left-color: #7c3aed;
  background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 100%);
}

.pcse-veille-hero--etablissement .pcse-veille-hero__icon {
  background: #ede9fe;
  color: #5b21b6;
}

.pcse-veille-hero--etablissement .pcse-veille-hero__label {
  color: #5b21b6;
}

.pcse-veille-hero--expertise {
  border-left-color: #1f6f8b;
  background: linear-gradient(135deg, #f3fafc 0%, #ffffff 100%);
}

.pcse-veille-hero--consultation {
  border-left-color: #0f766e;
  background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
}

.pcse-veille-hero--consultation .pcse-veille-hero__icon {
  background: #ccfbf1;
  color: #0f766e;
}

.pcse-veille-hero--consultation .pcse-veille-hero__label {
  color: #0f766e;
}

.pcse-veille-hero--bdese {
  border-left-color: #b45309;
  background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
}

.pcse-veille-hero--bdese .pcse-veille-hero__icon {
  background: #fef3c7;
  color: #92400e;
}

.pcse-veille-hero--bdese .pcse-veille-hero__label {
  color: #92400e;
}

.pcse-veille-hero--ssct {
  border-left-color: #be123c;
  background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
}

.pcse-veille-hero--ssct .pcse-veille-hero__icon {
  background: #ffe4e6;
  color: #9f1239;
}

.pcse-veille-hero--ssct .pcse-veille-hero__label {
  color: #9f1239;
}