.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.produit-1 {
    background-color: #8888ff;
}
.produit-2 {
    background-color: #8888ff;
    color: blue;
}
.produit-3 {
    background-color: #FEF86C;
}
.produit-4 {
    background-color: #FFAAAA;
}
.produit-5 {
    background-color: #FEF86C;
    color: blue;
}

ol li.produit-1 {
    background-color: #8888ff;
}
ol li.produit-2 {
    background-color: #8888ff;
    color: blue;
}
ol li.produit-3 {
    background-color: #FEF86C;
}
ol li.produit-4 {
    background-color: #FFAAAA;
}
ol li.produit-5 {
    background-color: #FEF86C;
    color: blue;
}

.etape {
    background-color: #80D0D0;
}
ol li.etape {
    background-color: #80D0D0;
}

.commentaire {
    background-color: #BEF574;
}
ol li.commentaire {
    background-color: #BEF574;
}