.table.TWLA .item_content,
.table.TWOE .item_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.table.TWLA .item_info_supp .item_info_spectacle {
    width: 100%;
    padding: .2em 0;
}

.table.TWLA .item {
    display: table;
}

.table.TWLA .aspect_ratio {
    padding-bottom: 50%;
}

.table.TWLA .item_info,
.table.TWLA .item_info_supp .item_info_date_complete {
    display: none;
}

.table.TWLA .item .item_logo,
.table.TWLA .item .item_info_supp {
    position: relative;
    width: 50%;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.table.TWLA .item .item_info_supp {
    padding: 2.5%;
}

.table.TWLA .item .item_logo img {
    width: 100%;
}

.table.TWOE .item_info_supp .item_info_date_complete {
    display: none;
}

.table.TWOE .aspect_ratio {
    padding-bottom: 130%;
}

.table.TWOE .item_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.table.TWOE .item .item_info {
    padding: 2% 5%;
    width: 90%;
    position: absolute;
    min-height: 23%;
    bottom: 0;
    height: auto;
    z-index: 20;
}

.table.TWOE .item .item_info .item_info_date {
    padding: 0 .3em 0 0;
    display: inline;
}

.table.TWOE .item .item_info h3.item_info_titre {
    display: inline;
}

.table.TWOE .item .item_logo {
    position: relative;
}

.table.TWOE .item .item_info_supp {
    height: 0;
    overflow: hidden;
    width: 95%;
    padding: 0 2.5%;
    position: absolute;
    top: 0;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    -ms-transition-property: height;
    transition-property: height;
    z-index: 10;
}

.table.TWOE .item_info_adresse,
.table.TWOE .item_info_descriptif {
    display: none;
}

.table.TWOE .item:hover {
    cursor: pointer;
}

.table.TWOE .item:hover .item_logo img {
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.table.TWOE .item:hover .item_info_supp {
    height: 100%;
    z-index: 10;
}

.lien_agenda_complet {
    display: block;
    padding: 0 0 1em 0;
    clear: both;
    width: 100%;
}

.table.TWOE .item .item_info_supp a {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 2.5%;
    width: 95%;
    height: 95%;
}
