/* Etape 2 : Cacher Paiement en ligne par CB */
.compTypePaiement {
    display: none;
}


/*
* 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;
}

/*
* cacher le modifier réservation
*/
.compCompteReservation .headerComposants .footerComposants .contentComposants .bottomContentComposants .gestionReservation .modifierReservation {
    display: none !important;
}