/**
 * rome - Customizable date (and time) picker. Opt-in UI, no jQuery!
 * @version v2.1.22
 * @link https://github.com/bevacqua/rome
 * @license MIT
 */
.rd-container {
  display: none;
  /*border: 1px solid #333;*/
  background-color: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
  min-width: 380px;
}
.rd-container-attachment {
  position: absolute;
}
.rd-month {
  display: inline-block;
  margin-right: 25px;
}
.rd-month:last-child {
  margin-right: 0;
}
.rd-back,
.rd-next {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}
.rd-back:not([disabled]),
.rd-next:not([disabled]) {
  background-color: rgba(235, 189, 10, 0.2);
  color: #ebbd0a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 600;
}
.rd-back:not([disabled]):hover,
.rd-next:not([disabled]):hover
{
  background-color: #ebbd0a !important;
  color: #000 !important;
}
.rd-back[disabled],
.rd-next[disabled] {
  cursor: default;
}
.rd-back {
  float: left;
  margin-left: 10px;
}
.rd-next {
  float: right;
  margin-right: 10px;
}
.rd-back:before {
  display: block;
  content: '\2190';
}
.rd-next:before {
  display: block;
  content: '\2192';
}
.rd-day-body {
  cursor: pointer;
  text-align: center;
  /* new */
  line-height: 0;
  width: 50px !important;
  height: 50px !important;
}

.rd-day-body:not(.rd-day-disabled) {
  background-color: rgba(235, 189, 10, 0.2);
  color: #ebbd0a;
  border-radius: 50%;
  font-weight: 600;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: #ebbd0a !important;
  color: #000 !important;
  border-radius: 50%;
  position: relative;
  font-weight: 600;
}

.rd-day-prev-month,
.rd-day-next-month {
  color: #ccc;
}
.rd-day-disabled {
  cursor: default;
}
.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px;
}
.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}
.rd-time-selected {
  padding: 5px;
}
.rd-time-option {
  padding: 5px;
}
.rd-day-concealed {
  visibility: hidden;
}

.rd-days {
  margin-top: 20px;
  display: table;
  border-collapse: separate;
}
.seances-items {
  overflow-y: auto;
  max-height: 340px;
  width: 100%;
}
.seances-items button .price {
  font-weight: 600;
}
.seances-items button {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

.seances-items button:hover,
.seances-items button.active {
  border-width: 2px;
  color: #000;
  background-color: #ebbd0a;
  border-color: #ebbd0a;
}

.seances-items button ul, .seances-items ul {
  list-style-type: none;
  padding-left: 0;
}
.seances-items ul li {
  margin-left: 15px;
}
.seance .close {
  background: #ebbd0a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  opacity: 1;
  cursor: pointer;
}
