.cards-container
{
    width: 240px;
    height:350px;
    max-height:350px;
}

.card-celluleExposant
{
    margin-top:0px;
    width: 240px;
    height:350px;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px;
    border: 5px solid #24316A;
    border-radius: 15px;
}

.card-newproduct-secteur
{
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 50px;
    font-size: 9pt;
    line-height: 11pt;
    color: #555;
    padding: 0px 5px 0px 5px;
}

.card-newproduct-exposant
{
    position: absolute;
    left: 0px;
    top: 55px;
    width: 100%;
    height: 50px;
    font-size: 10pt;
    line-height: 12pt;
    padding: 0px 5px 0px 5px;
}

.card-newproduct-nom
{
    position: absolute;
    left: 0px;
    top: 105px;
    width: 100%;
    height: 75px;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
}

.card-newproduct-image-container
{
    position: absolute;
    bottom: 85px;
    width: calc(100% - 20px);
    height: 90px;
    background-color: white;
    margin: 0px auto;
    paddin-top: 5px;
    margin-left: 5px;
    /*border: 1px solid lightgray;*/
}

.card-newproduct-image
{
    object-fit: contain;
    object-position: center;
    margin: 0px auto;
    cursor: pointer;  
    border-radius: 10px; 
}

.card-newproduct-logo-container
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 35px;
}

.card-newproduct-logo
{
    width: 100%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
