.categorie-parente-ressource.type-publication {
    list-style-type: none!important;
    display: flex!important;
    gap: 0.5rem!important;
    padding:0;
}
.categorie-parente-ressource.type-publication > li a  {
    font-family: var(--wp--preset--font-family--noka);
    font-weight: 400;
    font-style: normal;
    font-variant: small-caps;
    color:var(--wp--preset--color--contrast);
    text-transform: uppercase;
    border: 10px solid transparent;
    border-image: url('../assets/svg/border-type-fonce.svg');
    line-height: 1;
    border-image-repeat: stretch;
    border-image-width: 100%;
    border-image-outset: 2px;
    border-image-slice: 50%;
    padding: 2px 10px;
    font-size: 1rem;
}

.single-ressource .categorie-parente-ressource.type-publication > li a:hover  {
    font-weight: 400;
    font-style: normal;
    font-variant: small-caps;
    color: var(--wp--preset--color--base);
    text-transform: uppercase;
    border: 10px solid transparent;
    border-image: url('../assets/svg/TYPE-SELECTION-BLEU1.svg');
    line-height: 1;
    border-image-repeat: stretch;
    border-image-width: 100%;
    border-image-outset: 2px;
    border-image-slice: 50%;
    padding: 2px 10px;
    background-color: unset;
}

.single-ressource .categorie-parente-ressource.type-publication > li a {
    text-decoration:none;
}
