.elementor-10595 .elementor-element.elementor-element-71e0549{--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;}/* Start custom CSS for html, class: .elementor-element-a973395 *//* ===== GLOBAL ===== */
.middleware-article {
  padding: 60px 20px;
  background: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.middleware-article .content-wrapper {
  max-width: 900px;
  margin: auto;
}

/* ===== TITRES ===== */
.middleware-article h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #0a6065;
}

.middleware-article h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  color: #0a6065;
  position: relative;
}

.middleware-article h2::before {
  content: "";
  width: 40px;
  height: 4px;
  background: #00a4a8;
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 2px;
}

.middleware-article h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #1a202c;
}

/* ===== TEXT ===== */
.middleware-article p {
  font-size: 1rem;
  line-height: 1.7;
  color: #2d3748;
  margin-bottom: 15px;
}

.middleware-article strong {
  color: #0a6065;
}

/* ===== LISTS ===== */
.middleware-article ul {
  margin: 15px 0;
  padding-left: 20px;
}

.middleware-article ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* ===== HIGHLIGHT BOX ===== */
.highlight {
  background: rgba(0, 164, 168, 0.08);
  border-left: 4px solid #00a4a8;
  padding: 18px;
  margin: 25px 0;
  border-radius: 8px;
  font-weight: 500;
}

/* ===== SUMMARY BOX ===== */
.summary-box {
  background: white;
  border: 1px solid rgba(10,96,101,0.1);
  border-radius: 12px;
  padding: 20px;
  margin: 25px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.summary-box ul {
  list-style: none;
  padding: 0;
}

.summary-box li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.summary-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00a4a8;
  font-weight: bold;
}

/* ===== QUOTE ===== */
.quote {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 30px 0;
  color: #0a6065;
}

/* ===== FINAL HIGHLIGHT ===== */
.final-highlight {
  margin-top: 40px;
  padding: 25px;
  background: linear-gradient(135deg, #0a6065, #00a4a8);
  color: white;
  text-align: center;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .middleware-article h1 {
    font-size: 1.8rem;
  }

  .middleware-article h2 {
    font-size: 1.4rem;
  }

  .quote {
    font-size: 1.2rem;
  }

}/* End custom CSS */