.card{
    width: 18rem;
}

#content{
    background-color: #2F2F2F;
    padding: 20px;
    color: white;
}

#produits .font-weight-bold {
    color: black;
}

#produits .card-img-top {
    height: 14rem;
}

#produits .card {
    margin-top: 20px;
}

footer{
    background-color: #2F2F2F;
    color: white;
    padding: 10px;
}

.floating-btn{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 75px;
    height: 75px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-btn img{
    width: 65px;
    height: 65px;
}


/**************************************************************/

#cotha{
    padding: 10px;
}