.vote .img-fav-white-selected {
    background-image: url(img/pictos/coeur-rempli.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    position: absolute;
    right: 21px;
    top: 21px;
    width: 22px;
    height: 19px;
    cursor: pointer;
}
.pastille-argent-on{
    outline: 0;
    box-shadow: 0 0 0 1px #ececec;
}
.pastille-or-on{
    outline: 0;
    box-shadow: 0 0 0 1px #ffeaa0;
}
.pastille-or-rose-on{
    outline: 0;
    box-shadow: 0 0 0 1px #ffdcc4;
}


.link-word-active{
    font-weight: 600;
}

.vote-prod2 .img-fav-black-on{
    background-image: url(img/pictos/coeur-noir.svg);
    background-repeat: no-repeat;
}
.alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.coffret-step2 .card.activated {
    border: 1px solid #222;
}