* {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#page_header {
  display: none;
}
#page_content {
  position: relative;
  height: 100%;
}
#page_content section h2 {
  margin-top: 15px;
  margin-bottom: 45px;
}
#page_content section .loading {
  text-align: center;
  padding: 5em 1em;
}
#page_content button.btn-valid {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background-color: #036;
  color: #fff;
  font-weight: bold;
}
#page_content button.btn-valid:hover,
#page_content button.btn-valid:focus {
  filter: brightness(150%);
}
#page_footer {
  display: none;
}
#pane_reservation form .accompagnant-deb {
  background-color: #eee;
  padding-top: 10px;
  border-radius: 5px 5px 0 0;
}
#pane_reservation form .accompagnant-fin {
  background-color: #eee;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
}
#pane_reservation table.recapitulatif th {
  width: 40%;
  text-align: right;
}
#pane_reservation table.recapitulatif td {
  width: 60%;
}
#pane_reservation .tpe-form p {
  font-size: 1.1em;
}
#pane_reservation form#auth_resa .panel {
  width: 600px;
  margin: auto;
}
#pane_reservation form#auth_resa .panel .panel-title {
  font-weight: bold;
}
