#ec_product_asso .condi {
    display: flex;
    background: #E7E7E7;
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 6px;
}
#ec_product_asso .condi .input {
    width: 35%;
}
#ec_product_asso .condi .prix_ttc {
    width: 20%;
    color: #BABABA;
}
#ec_product_asso .condi .prix_ht {
    color: #003f89;
    font-weight: bold;
}
#ec_product_asso .condi.active {
    background: white;
    border: 1px solid #E7E7E7;
}
#ec_product_asso .condi .input input {
    margin-right: 8px;
}
.lst_condi a:hover {
    color: inherit;
}
#ec_product_asso p {
    color: #A7A7A7;
    font-weight: bold;
    font-size: 13px;
}
