.top-bar {
  position: relative;
  top: -40px;
}

.button {
  text-decoration: none;
}

.membres .liste-paniers {
  position: relative;
}
.membres .icon-double:after {
  content: "x2";
  position: relative;
  top: -10px;
  left: 0px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.membres .table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}
.membres .table tr {
  border-top: 1px solid #ccc;
  height: 40px;
  background: #fff;
  vertical-align: center;
}
.membres .table td,
.membres .table th {
  padding: 5px 10px;
}
.membres .table a {
  text-decoration: underline;
  color: #054649;
}
.membres .table a.icon-cancel-circle {
  color: #81e395;
}
.membres .commandes .border-top {
  border-top: 1px solid #ccc;
  padding: 10px 0 10px 15px;
  float: right;
}
.membres .commandes .table input,
.membres .commandes .table select {
  position: relative;
  top: 8px;
}
.membres .commandes .table tr {
  border: none;
}
.membres .commandes .table thead tr,
.membres .commandes .table tbody {
  border-top: 1px solid #ccc;
}
.membres .commandes .table tbody.error .qty {
  border: 1px solid red;
  color: red;
}
.membres .commandes .table .space:before {
  content: "";
  display: block;
  height: 10px;
}
.membres .commandes .table tbody tr td {
  margin: 0.2rem 0;
}
.membres .commandes .table tbody tr td input {
  margin: 0;
  top: 0;
}
.membres .commandes .table tbody tr td:first-child {
  visibility: hidden;
}
.membres .commandes .table tbody tr:first-child td:first-child {
  visibility: visible;
}
.membres .commandes .table tbody tr.seperator {
  height: 10px;
}
.membres .commandes .table tbody tr.seperator td {
  visibility: visible;
}
.membres .commandes .table .small {
  max-width: 90px;
}
.membres .commandes .table .portion-head {
  padding-left: 20px;
}
.membres .commandes .table .portion {
  padding-left: 20px;
  position: relative;
}
.membres .commandes .table .portion:after {
  content: "x";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 39.9375em) {
  .membres .box {
    margin: 1em 0;
    padding: 0.5em;
  }
  .membres .commandes .table td,
  .membres .commandes .table th {
    padding: 5px;
  }
}
.membres .all-days td:first-child {
  text-align: center;
}
.membres .bt-actions {
  width: 65px;
}
.membres .all-days .action-icon {
  margin: 2px 5px 0;
  line-height: 25px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.membres .all-days .done {
  background-color: #eaeaea;
}
.membres .all-days .vacance {
  background-color: #f9f9f9;
}
.membres .all-days .double {
  background-color: #e9f6e9;
}
.membres .all-days .vacance .tac {
  font-weight: bold;
}
.membres .all-days .double .tac {
  font-weight: bold;
}
.membres .menu-item:hover,
.membres .menu-item.current {
  color: #bca68a;
}
.membres .tooltip {
  position: relative;
  display: inline-block;
}
.membres .tooltip .tooltiptext {
  font-family: Arial, Helvetica, sans-serif;
  visibility: hidden;
  background-color: #054649;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 6px;
  display: inline-block;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  transform: translate(-50%, 0);
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
}
.membres .tooltip:hover .tooltiptext {
  visibility: visible;
}
.membres .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #054649 transparent transparent transparent;
}
.membres .fb:hover img {
  opacity: 0.7;
}
.membres .inscription_link {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  transition: color 0.2s;
}
.membres .inscription_link:hover {
  color: #f2f2f2;
}
.membres .inscription_link .bigger {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.membres .inscription_link .smaller {
  font-size: 16px;
  top: -4px;
  letter-spacing: 0.1px;
  position: relative;
}
.membres .complet {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}
.membres .complet .bigger {
  font-weight: 400;
}
.membres .credit_box {
  text-align: right;
}