.upr-boutique-carre {
    position: relative;
    background-color: white;
    width: 240px;
    margin: auto;
}
.upr-boutique-carre .titre {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    color: white;
    text-align: center;
    background-color: rgba(100,100,100,0.9);
}

.upr-boutique-carre .prix {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    background-color: #A00;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border: 1px solid black;
}

.upr-boutique-barre {
    background-color: #ccc;
    clear: both;
    display: flex;
    //border: 1px solid red;
    height: 120px;
    overflow: hidden;
    justify-content: space-between;
}

.upr-boutique-barre a {
    margin: 0 3px;
    position: relative;
}

.upr-boutique-barre a .titre {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #6f531baa;
    color: white;
    padding: 0 2px;
    height: calc(1em + 8px);
    bottom: 0;
}

.upr-boutique-barre a .prix {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #057c85;
    color: white;
    padding: 0 5px;
}

