/* ===== EN Bookmark – icône seule, cercle 20 px ======================= */
.enbm-btn {
    appearance: none !important;
    padding: 12px !important;
    background-color: white !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    width: 40px !important;
    border: 1px solid #262626!important;
    border-radius: 50% !important;
    cursor: pointer!important;
}
.enbm-btn i.fa-bookmark{
	font-size:12px !important;                  /* ajusté pour tenir dans 20 px      */
	color:#000 !important;                      /* icône toujours noire              */
	line-height:1 !important;
}

   