/*
* 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 {
    display: block !important;