/* Feuille de style séances > fiches films */

.widget-i-say-seances-films {
    display: flex;
    flex-direction: column;
}

.seance-row {
    display: flex;
    flex-direction: column; 
    margin-bottom: 10px;
}

.seanceDetails {
    display: flex;
    margin-bottom: 5px;
}

.seanceDetails span {
    margin-right: 10px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.sDate {
	color:#ffffff;
    background: #000000;
}

.sCren {
    color:#ffffff;
    background: #000000;
}

.sSalle {
    color:#ffffff;
    background: #000000;
}

.sHeure {
    color:#ffffff;
    background: #000000;
}

.sVseance {
    background: #CB1700;
    display: inline-block;
    transition: all 0.3s ease;
}

.sVseance:hover {
    background: #CB170099;
    transform: scale(1.1);
}
.sVseance a {
    color: #ffffff !important;
}

.seanceDetails:last-child span:last-child {
    margin-right: 0;
}
