#taxonomie {
    /* max-width: 1200px;
    width: 100%;
    margin-top: 23px; */
    display: flex;
    flex-wrap: wrap;
}

#taxonomie a {
    background-color: #EEEDED;
    font-family: barlow-light;
    text-decoration: none;
    color: #454545;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 35px;
    margin-top: 25px;
    border-radius: 5px;
    height: 35px;
}

#taxonomie a.important {
    color: #fff;
    background-color: #6AE8CE;
}
#taxonomie a.important:hover{
    background-color: white;
    color: #6AE8CE;
    border: 1px solid #EEEDED;height: 33px;
    padding-left: 19px;

}
#taxonomie a.partager{
    color: #6AE8CE;
    background-color: inherit;
    padding: inherit;padding-top: 0;
    font-size: 28px;position: relative;
}
#taxonomie a.partager span{
    position: absolute;
    opacity: 0;
    font-size: 12px;
    width: 100px;
    bottom: -130%;
    font-weight: 900;
    background-color: #efefef;
    text-align: center;
    left: -50%;
    border-radius: 5px;
    color: #454545;
    transition: opacity linear 500ms;
    transition-delay: 2s;
}
#tampon{
    display: none;
}
#taxonomie a.partager span.show{
    opacity: 1;
    transition: opacity linear 150ms;
    transition-delay: 0s;
}

@media(max-width:1100px) {
    #taxonomie {
        padding-left: 40px;
        padding-right: 40px;
    }

}