/*cache les titres des rubriques (différents des sous rubriques)*/
.TitreRubriqueBo {
display: none
}

@media (max-width: 768px) {

  #ctl00_Main_TcktFront_LBL_ACC_DATE_DEBUT,
  #ctl00_Main_TcktFront_LBL_ACC_DATE_FIN {
    display: block !important;
    width: 100% !important;
    margin: 12px 0 4px 0 !important;
    float: none !important;
    clear: both !important;
  }

  #ctl00_Main_TcktFront_ClndrExtndr_ACCOMMODATION_DATE_DEBUT_wrapper,
  #ctl00_Main_TcktFront_ClndrExtndr_ACCOMMODATION_DATE_FIN_wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 10px 0 !important;
  }

  #ctl00_Main_TcktFront_ClndrExtndr_ACCOMMODATION_DATE_DEBUT_dateInput_wrapper,
  #ctl00_Main_TcktFront_ClndrExtndr_ACCOMMODATION_DATE_FIN_dateInput_wrapper,
  #ctl00_Main_TcktFront_ClndrExtndr_ACCOMMODATION_DATE_DEBUT_dateInput,
  #ctl00_Main_TcktFront_ClndrExtndr_ACCOMMODATION_DATE_FIN_dateInput {
    width: 100% !important;
  }
}

