/* ========================
   STYLES GÉNÉRAUX
======================== */

body {
  background-color: #ffffff;
}

.tableRegistration {
  width: 100%;
  max-width: 1030px;
  background-color: white;
}

.tdEnteteRegistrationLogo {
  display: none;
}

.blocksep {
  display: none !important;
}

.registration {
  padding: 1em;
}

.group {
  padding-left: 10px;
  padding-right: 10px;
}

.navigation {
  width: 130px;
}

/* Colonnes à masquer */
.colHT,
.colTVA,
.colQte,
#ctl00_Main_TcktFront_LblTotalTVA,
#ctl00_Main_TcktFront_LblTotalTVAValue,
#ctl00_Main_TcktFront_LblTotalHT,
#ctl00_Main_TcktFront_LblTotalHTValue,
#ctl00_Main_LblTotalHT,
#ctl00_Main_LblTotalHTValue,
#ctl00_Main_LblTotalTVA,
#ctl00_Main_LblTotalTVAValue {
  display: none;
}

#contenu {
  padding-bottom: 10px;
  min-height: 600px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.Hotel table {
  width: 100%;
}

#ctl00_Main_TcktFront_SpanButtons {
  display: block;
  text-align: center;
}

#ctl00_Main_TcktFront_BtnSave,
#ctl00_Main_TcktFront_BtnCancel {
  display: none;
}

.TitreRubriqueBo {
  color: #0099ff;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}

.HotelsList {
  width: 97%;
  margin-left: 15px;
  margin-bottom: 15px;
}

.TitreGroupe {
  display: none;
}

/* Menu top */
.menu_top ul li a {
  color: #ffffff;
}

.menu_top ul li.selected a,
.menu_top ul li:hover a {
  display: block;
  background-color: #31ADE0;
  color: #ffffff;
}

.subtitle {
  color: #31ADE0;
  font-size: 16px;
  font-weight: bold;
}

.green,
.gray {
  color: #31ADE0;
}

.hcity {
  padding-left: 5px;
  padding-right: 5px;
}

.menu {
  background-color: #ffffff;
  padding: 5px;
}

.InnerTicketPnl,
.ContainerSpanButtons {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

ul.menu li div,
ul.menu li,
ul.menu .CellMenu div,
.CellMenu {
  padding: 0;
  margin: 0;
  height: auto;
}

.menu li a {
  display: block;
  margin: 0 0 3px 0;
  padding: 5px 10px;
}

.menu li.selected a,
.menu li a:hover {
  color: #31ADE0;
  background-color: #31ADE0;
}

#ctl00_TopMenu {
  max-width: 990px;
}

/* Sous-menus */
.menu_top ul li ul {
  background-color: #252525;
  margin: 0;
  padding: 3px;
  border-radius: 8px;
}

.menu_top ul li ul li {
  background-color: #31ADE0;
}

.menu_top ul li ul li div {
  margin: 4px;
  background-color: #252525;
}

.menu_top ul li ul li div div {
  background-color: #ffffff;
}

.menu_top ul li ul li,
.menu_top ul li ul li a {
  background-color: #252525;
}

.menu_top ul li ul li a span span {
  color: white;
}

.menu_top ul li ul li a:hover,
.menu_top ul li:hover ul li strong a {
  background-color: #31ADE0;
  color: black;
  text-decoration: underline;
}

.menu_top ul li ul li a:hover span span {
  color: white;
}

.menu_top ul li ul .CellMenu {
  padding: 0;
  margin: 0;
}

.menu_top ul li ul li a {
  height: auto;
}

#ctl00_4 {
  background-color: #252525;
  color: #31ADE0;
}

/* Pages hôtel */
.HotelPage .HotelImg #camera {
  display: none !important;
}

.HotelPage .HotelImg #LBL_PRICE {
  position: absolute;
  top: 30px;
  right: 40px;
}

.HotelPage .HotelImg #LBL_PRICE_FROM {
  position: absolute;
  top: 48px;
  right: 40px;
  font-size: 18px !important;
}

.HotelPage .HotelsList .hotelfulldescription .HotelImg {
  width: auto !important;
  float: inherit !important;
}

.HotelPage .HotelsList .hotelfulldescription {
  padding-right: 30px;
}

/* Mobile */
.mobile #ctl00_Main_ctl11 {
  width: 100px !important;
}

.mobile .HotelsList .filter .citycell {
  width: 100px;
}

.mobile .namecell {
  display: none;
}

/* Footer logo */
.footer-logo {
  background-image: url('/key4register_mathez/images/client/347/images/logos%20bas%20de%20page%20final%20(1).jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}


/* ========================
   MEDIA QUERY : ≤ 400px
======================== */
@media screen and (max-width: 400px) {
  #contenu {
    min-height: initial !important;
  }

  div#footer {
    background-image: none !important;
    border-top: none !important;
  }

  div.contenuContainer,
  div.ContentBlockInner {
    margin: 15px !important;
  }

  .tableRegistration,
  .HotelsList,
  .InnerTicketPnl,
  .ContainerSpanButtons {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .registration {
    padding: 1em 15px !important;
  }

  .group {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .menu {
    padding: 10px !important;
  }

  .footer-logo {
    height: auto;
    min-height: 80px;
  }
}
