
.oneProduct {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    padding: 1em;
}

.oneProduct .product-title {
    font-weight: bold;
    font-size: 18px;
}

.oneProduct .illustration {
    width: 20%;
    /* min-width: 70px; */
    padding-right: 1em;
}

.oneProduct .content {
    width: 80%;
}

.oneProduct .bouton {
    width: 100%;
    margin-top: 20px;
}

.oneProduct .btn-product {
    padding: 0px 10px;
    display: inline-block;
    width: 230px;
    border-radius: 15px;
    border: none;
    text-align: center;
    background: #21c87a;
    color: white;
    font-weight: bold;
    /* margin-top: 20px; */
}


.oneProduct .btn-product:hover {
    background: #1ca766;
} 

.oneProduct .bouton {
    align-self: flex-end;
    text-align: center;
}