/* // MOD-LA 11.11.2025 : Ajout visuel spécifique Ski-club vétroz */
#commercant-name-h2
{
    margin:0px;
}

.prestation-cart-element
{
    background-color: white;
}
.prestation-cart-element
{
    border-color:#52AAE9;
}
.prestation-cart-name
{
    color:#52AAE9;   
}
.bon-price-value
{
    color:#52AAE9 !important;
}
.prestation-cart-name
{
    margin-bottom: 0px;
}
.prestation-stock-text
{
    margin-bottom: 10px;
}

.ski-vet-img-container
{
    width: 100%;
    /* //MOD-LA 02.02.2026 : Changement image */
    /* height: 300px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ski-vet-billet-img
{
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.prestation-cart-infos
{
    justify-content: flex-start;
}
.ski-vet-info-group
{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bons-type-title
{
    color: #52AAE9;
    border: 1px solid black;
    background-color: white;
    width: 50%;
    border-radius: 5px;
    border-color: #52AAE9;
}
.ski-vet-vente-billet
{
    display: flex;
    justify-content: center;
}

@media (max-width:760px) {
    #main-commercant-area
    {
        margin-bottom: 16px;
    }
    /* MOD-LA 03.02.2026 : Ajustement visuel du au changement des images */
    /* .prestation-cart-element
    {
        height: 70vh !important;
    } */
    .ski-vet-img-container
    {
        display: flex;
        justify-content: center;
        /* MOD-LA 03.02.2026 : Ajustement visuel du au changement des images */
        /* height: 300px; */
    }
    /* .ski-vet-billet-img
    {
        width:50%;
    } */
    .prestation-cart-infos
    {
        justify-content: space-around;
    }
    .bons-type-title
    {
        width: 80%;
        font-size:36px;
        margin-bottom: 16px;
    }
    .bon-price-value
    {
        font-size: 24px;
        margin-right: 0;
    }
    .bon-price-currency
    {
        font-size: 16px;
    }
}