/*--------------------------------------------------------------------*\
        #Surcharge CSS
\*--------------------------------------------------------------------*/

/*
* VUE DU BLOC - PLACES DISPONIBILES
*/
 
.rightBlock .showState  .roomSectionSoldSeats {
    display: none !important;
}
.rightBlock .showState  .roomSectionSeatsInCart {
    display: none !important;
}
.rightBlock .showState  .roomSectionSubscriptionSeats {
    display: none !important;
}
.rightBlock .showState  .roomSectionKeptSeats {
    display: none !important;
}
 
.rightBlock .showState .roomSectionNbSeats {
    display: none !important;
}
 
.rightBlock .showState .roomSectionAvailableSeats{
    display: block !important;
}   
 
.rightBlock .showState {
    display: block !important;
}