/* source/_static/custom.css */

button.copybtn {
    opacity: 1 !important;
}

  /* pour copier lien des titres -------------------*/
/* Masque le ¶ d'origine */
.headerlink {
    visibility: visible !important;
    text-decoration: none;
    font-size: 0; /* masque visuellement ¶ */
}

.headerlink::before {
    content: "🔗";
    font-size: 1.5rem;
    margin-left: 0.5em;
    vertical-align: baseline;
}

/*----------------------------------------*/

/* Masquer recherche*/

#sidebar-filter,
#nftt-search-form {
    display: none !important;
}