/* Start custom CSS for section, class: .elementor-element-573587f *//* =========================
   BASE FICHE PRODUIT
   ========================= */

.lp-product-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  line-height: 1.6;
}

/* Titres & textes */

.lp-product-page h2,
.lp-product-page h3,
.lp-product-page h4 {
  font-weight: 600;
  color: #111827;
  margin: 0 0 12px;
}

.lp-product-page h2 {
  font-size: 1.6rem;
  margin-top: 4px;
}

.lp-product-page h3 {
  font-size: 1.25rem;
  margin-top: 24px;
}

.lp-product-page h4 {
  font-size: 1.05rem;
  margin-top: 16px;
}

.lp-product-page p {
  margin: 0 0 12px;
  font-size: 0.96rem;
}

/* Liens */

.lp-product-page a {
  color: #0b7285;
  text-decoration: none;
}

.lp-product-page a:hover {
  text-decoration: underline;
}

/* =========================
   EN-TÊTE PRODUIT
   ========================= */

.lp-product-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.lp-product-kicker {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.lp-product-title {
  margin-top: 6px;
}

.lp-product-subtitle {
  font-size: 0.98rem;
  color: #4b5563;
}

.lp-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6b7280;
}

.lp-product-meta span::before {
  content: "• ";
  color: #9ca3af;
}

/* =========================
   SECTIONS GÉNÉRALES
   ========================= */

.lp-section {
  margin-bottom: 24px;
}

.lp-section:last-of-type {
  margin-bottom: 0;
}

/* =========================
   BLOCS DE MISE EN AVANT
   ========================= */

.lp-highlight-block {
  border-radius: 10px;
  padding: 16px 18px;
  margin: 8px 0 24px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #f5fbfb 0%, #ffffff 60%, #fdfdfd 100%);
}

.lp-highlight-primary {
  border-color: #0b7285;
  box-shadow: 0 8px 18px rgba(11, 114, 133, 0.08);
}

.lp-highlight-block h3 {
  margin-top: 0;
}

.lp-highlight-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.lp-highlight-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.lp-highlight-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.75rem;
  color: #0b7285;
}

/* =========================
   POINTS FORTS
   ========================= */

.lp-keypoints-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.lp-keypoint-item {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 10px 12px;
}

.lp-keypoint-item p {
  font-size: 0.95rem;
}

/* =========================
   LISTES À PUCES
   ========================= */

.lp-bullet-list {
  margin: 8px 0 4px;
  padding-left: 18px;
}

.lp-bullet-list li {
  margin-bottom: 4px;
}

/* =========================
   BLOCS BIENFAITS
   ========================= */

.lp-benefits .lp-benefit-block {
  border-left: 3px solid #0b7285;
  padding-left: 12px;
  margin-bottom: 16px;
}

/* =========================
   UTILISATION
   ========================= */

.lp-usage-block {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #fdfdfd;
}

.lp-usage-tip {
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 6px;
}

/* =========================
   TABLEAU TECHNIQUE
   ========================= */

.lp-tech-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 0.95rem;
}

.lp-tech-table th,
.lp-tech-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.lp-tech-table th {
  width: 32%;
  background: #f3f4f6;
  font-weight: 500;
  color: #374151;
}

/* =========================
   FAQ
   ========================= */

.lp-faq {
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
}

.lp-faq-item {
  margin-bottom: 14px;
}

.lp-faq-item h4 {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}

.lp-faq-item h4::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 999px;
  background: #0b7285;
  color: #ffffff;
  font-size: 0.75rem;
}

/* =========================
   COURTE DESCRIPTION
   ========================= */

.lp-short-desc {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 16px 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
}

.lp-short-desc p {
  margin-bottom: 12px;
  font-size: 0.96rem;
}

.lp-short-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.94rem;
}

.lp-short-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}

.lp-short-bullets li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0.15rem;
  color: #0b7285;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 640px) {
  .lp-product-page {
    padding: 20px 12px;
  }

  .lp-product-title {
    font-size: 1.4rem;
  }

  .lp-product-meta {
    flex-direction: column;
  }

  .lp-highlight-block {
    padding: 14px 14px;
  }

  .lp-short-desc {
    padding: 14px 12px 16px;
  }
}/* End custom CSS */