#menu{
    margin-top: 20px;
    margin-left: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    width: 264px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.produit {
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    margin: 20px;
}

.produit > div{
    margin-left: 15px;
}

#produits{
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    margin-left: 25px;
    border-spacing: 30px;
    min-height: 400px;
}

#keywords{
    display: flex;
    flex-flow: row wrap;
}

.keyword{
    align-content: center;
}

.keyword > button{
    border: none;
    background: none;
}
.keyword > button > img{
    width: 16px;
    height: 16px;
}

.produit > img{
    margin: 17px;
    align-self: center;
    width: 230px;
    height: 247px;
}

#content {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    min-height: 750px;
}

#search-bar{
    margin-top: 16px;
    width: 120px;
    height: 40px;
    border: solid 1px #D9D9D9;
    border-radius: 25px;
    align-content: center;
}

#price_bar{
    width: 100%;
    color: black;
    bottom: 0;
}

#search-text{
    margin: 10px;
    width: 64px;
    border: none;
}

#search-btn{
    width: 16px;
}

.keyword{
    background-color: #F5F5F5;
    height: 32px;
    width: auto;
    border-radius: 10px;
    padding-left: 10px;
}

#price{

    display: flex;
    justify-content: space-between;
}