/* ===== TABLEAU COMPARATIF - ENFOLD COMPATIBLE ===== */

.av-single-post table,
.entry-content table,
.post-entry table,
article table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  font-size: 14px !important;
  margin: 2rem 0 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

/* En-tête */
.av-single-post table thead tr th,
.entry-content table thead tr th,
article table thead tr th {
  background-color: #1a4a6b !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  border: none !important;
  text-align: left !important;
}

/* Dernière colonne en-tête = vert i9 */
.av-single-post table thead tr th:last-child,
article table thead tr th:last-child {
  background-color: #2e6b3e !important;
  color: #ffffff !important;
}

/* Cellules du corps */
.av-single-post table tbody tr td,
.entry-content table tbody tr td,
article table tbody tr td {
  padding: 13px 20px !important;
  border-bottom: 1px solid #dce8f0 !important;
  color: #444 !important;
  background-color: #ffffff !important;
  vertical-align: middle !important;
}

/* Première colonne = label gris clair */
.av-single-post table tbody tr td:first-child,
article table tbody tr td:first-child {
  font-weight: 500 !important;
  color: #333 !important;
  background-color: #f2f7fb !important;
}

/* Dernière colonne = vert doux (i9) */
.av-single-post table tbody tr td:last-child,
article table tbody tr td:last-child {
  background-color: #edf7ee !important;
  color: #2e6b3e !important;
  font-weight: 500 !important;
}

/* Lignes alternées */
.av-single-post table tbody tr:nth-child(even) td,
article table tbody tr:nth-child(even) td {
  background-color: #f6fafd !important;
}

.av-single-post table tbody tr:nth-child(even) td:first-child,
article table tbody tr:nth-child(even) td:first-child {
  background-color: #eaf2f8 !important;
}

.av-single-post table tbody tr:nth-child(even) td:last-child,
article table tbody tr:nth-child(even) td:last-child {
  background-color: #e4f4e6 !important;
}

/* Hover */
.av-single-post table tbody tr:hover td,
article table tbody tr:hover td {
  filter: brightness(0.97) !important;
  transition: filter 0.15s ease !important;
}

/* Dernière ligne sans bordure */
.av-single-post table tbody tr:last-child td,
article table tbody tr:last-child td {
  border-bottom: none !important;
}

.entry-content table thead th:last-child {
  background-color: #2e7d32;
  color: #fff;
}
.entry-content-wrapper h1,
.post h1,
.page h1 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #1a1a2e;
}
.i9-box {
  background: #f7fbff;
  border: 1px solid #d9edf8;
  border-left: 5px solid #5aaee2;
  border-radius: 14px;
  padding: 24px 28px;
  margin: 32px 0;
  box-shadow: 0 8px 24px rgba(60, 120, 160, 0.08);
}

.i9-box h2,
.i9-box h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #1f5f8b;
}

.i9-box p:last-child {
  margin-bottom: 0;
}

.i9-cta {
  background: #ffffff;
  border: 1px solid #d9edf8;
  border-radius: 16px;
  padding: 28px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(60, 120, 160, 0.10);
}

.i9-cta h2 {
  margin-top: 0;
  color: #1f5f8b;
}

.i9-button {
  display: inline-block;
  margin-top: 14px;
  padding: 12px 24px;
  background: #5aaee2;
  color: #ffffff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.i9-button:hover {
  background: #3f93c5;
  color: #ffffff !important;
}
/* =========================================================
   FAQ catégorie Bouteilles i9 — ciblage strict
   Ne touche ni aux produits, ni au footer
   ========================================================= */

.i9-category-faq {
  clear: both;
  display: block;
  max-width: 980px;
  margin: 70px auto 40px;
  padding: 42px 46px;
  background: #f4fbff;
  border: 1px solid #d7edf8;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(54, 159, 214, 0.08);
  box-sizing: border-box;
}

.i9-category-faq h2 {
  margin-top: 0;
  margin-bottom: 26px;
  color: #2e8fc8;
  line-height: 1.25;
}

.i9-category-faq h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: #1f1f1f;
  line-height: 1.35;
}

.i9-category-faq p {
  margin-bottom: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .i9-category-faq {
    margin: 45px 15px 30px;
    padding: 28px 22px;
    border-radius: 14px;
  }

  .i9-category-faq h2 {
    font-size: 24px;
  }
}