/* ============================================================
 * 02. RGAA 10.6 — Liens distinguables zones contenu
 * ============================================================ */
.entry-content a:not(.btn):not(.button):not(.btn-loadmore):not(.elementor-button):not(.toggle-icon):not(.facebook):not(.twitter):not(.linkedin):not(.pinterest):not(.google):not(.mail):not([class*="elementor-"]):not(.entry-title > a),
.page-content a:not(.btn):not(.button):not(.btn-loadmore):not(.elementor-button):not(.toggle-icon):not([class*="elementor-"]):not(.entry-title > a),
.comment-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.entry-content a:hover,
.page-content a:hover,
.comment-content a:hover { text-decoration-thickness: 2px; }
