/***********************************************************************************************************************************/
/* GRIDS ***************************************************************************************************************************/
/***********************************************************************************************************************************/

/** Grid hub ***********************************************************************************************************************/
.grid-hub{
    background-color: #fdfff1;
}
.grid-hub:after{
    clear: both;
    content:"";
    display:block;
}
.grid-hub > .ui-block-a,
.grid-hub > .ui-block-b,
.grid-hub > .ui-block-c{
    width: 100%;
    float: none;
}

/** Table *************************************************************************************************************************/
.ui-table:after{
    clear: both;
    content: "";
    display: block;
}

/** Grid Responsive img pass ******************************************************************************************************/
.payment-logo img{
    width: 120px;
}

#joueur-pass .collectionview__content .legend-list {
    min-height: 16px;
}


/*Pastilles chevaux sauvages******************************************************************************************************/
.sauvage-pastille{
    position: relative;
    display: inline-block;
    font-weight: bold;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 27px;
    color: #000;
}
.sauvage-pastille img{
    position:absolute;
    left:0;
    width:100%;
    height: auto;
}
.sauvage-pastille span{
    position:relative;
    text-shadow: none;
    left:0;
    z-index:1;
}


/** table-big ********************************************************************************************************************/
.ui-table-big{
    min-height: 7em;
}


/** Grid Responsive vente chevaux **********************************************************************************************************/
.collection-view-large .collectionview__block{
    height: 15.5em;
}

/** Landscape Default Horse Grid ***********************************************************************************************************/
.collectionview.landscape .collectionview__block{
    width: 100%;
}
.collectionview.landscape .collectionview__image img{
    width: 100%;
}
.collectionview.landscape .collectionview__texts{
    height: 2em;
}