.categorie-parente-projet.type-publication {
    list-style-type: none;
    display: flex;
    gap: 0.5rem;
}


.single-projet-cpt .categorie-parente-projet.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;
}
.categorie-parente-projet.type-publication > li a  {
    text-decoration:none;
}

.single-projet-cpt .categorie-parente-projet.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;
    text-decoration:none;
}


/* Page Archive Projet */
.post-type-archive-projet-cpt .categorie-parente-projet.type-publication > li  {
    font-family: var(--wp--preset--font-family--noka);
    font-weight: 400;
    font-style: normal;
    font-variant: small-caps;
    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;
}
.post-type-archive-projet-cpt .categorie-parente-projet.type-publication > li {
     border-image: url('../assets/svg/border-type.svg');
    line-height: 1;
    border-image-repeat: stretch;
    border-image-width: 100%;
    border-image-outset: 2px;
    border-image-slice: 50%;
    color:var(--wp--preset--color--accent-3);
}