﻿/* *************************************** */
/*        INTERFACE GLOBALE   CLASSIQUE    */
/* *************************************** */

/* -------------- PORTLET FLUX KALIDEA -------------------*/
.PortletBilleterieKalidea .produit.toutes-offres img {
    height: 50px;
    width: auto;
}

.PortletBilleterieKalidea .produit .titre {
    white-space: normal;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    height: 39px;
    overflow: hidden;
    text-align: center;
}

.PortletBilleterieKalidea .produit .content {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

    .PortletBilleterieKalidea .produit .content .logo {
        flex: none;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        height: 100px;
        overflow: hidden;
    }

        .PortletBilleterieKalidea .produit .content .logo > img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .PortletBilleterieKalidea .produit .content .tarification li {
        margin: 0 5px;
        list-style: none;
    }

        .PortletBilleterieKalidea .produit .content .tarification li > div {
            text-align: center;
        }

    .PortletBilleterieKalidea .produit .content .tarification .public:empty, .PortletBilleterieKalidea .produit .content .tarification .reduction:empty, .PortletBilleterieKalidea .produit .content .tarification .reduit:empty {
        display: none;
    }

    .PortletBilleterieKalidea .produit .content .tarification .label {
        display: block;
        padding-bottom: 10px;
        font-weight: normal;
        color: #CCC;
        padding-bottom: 5px;
    }

/* -------------- PAGE FLUX KALIDEA -------------------*/
#page-fluxKalidea article #FluxKalidea .produit {
    height: 300px;
    min-width: 280px;
}

    #page-fluxKalidea article #FluxKalidea .produit .titre {
        white-space: normal;
        font-size: 12px;
        padding: 5px;
        margin-bottom: 5px;
        font-weight: bold;
        overflow: hidden;
        height: 39px;
        overflow: hidden;
        text-align: center;
    }

    #page-fluxKalidea article #FluxKalidea .produit .content {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

        #page-fluxKalidea article #FluxKalidea .produit .content .logo {
            flex: none;
            display: flex;
            flex-flow: column wrap;
            justify-content: center;
            align-items: center;
            height: 130px;
            overflow: hidden;
        }

            #page-fluxKalidea article #FluxKalidea .produit .content .logo > img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
