.table-dark{
    /*color:red;*/
}

select.text-select  option.text-select  {
    background: #242424;
}

.custom-select {
    background: #242424;
}


option {
    background: #242424;
}

.modal-content {
	background-color: #292828fc;
	color: aliceblue;
}

.clignote:hover{
    color: #F60B0E;
}


.room-slider__item-sm {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .room-slider__item-sm {
    height: 30px;
  }
}

@media (min-width: 768px) {
  .room-slider__item-sm {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .room-slider__item-sm {
    height: 60px;
  }
}

.comment__author-avatar-mini{
  width: 100px;
  height: 100px;
}
.comment__author-avatar{
    width: 168px;
    height: 168px;
}

.boxScore{
    display: block;
    height: 200px;
}
.boxScore:hover{
    background-color: rgba(246, 11, 14, 0.36);
    color:#FFF;
    display: block;
    height: 200px;
}

.testimonial__txt {
	margin-bottom: 0;

  display: -webkit-box;
  -webkit-line-clamp: 4;           /* ← ajuste 3/4/5 lignes selon ton design */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: calc(1.4em * 4);     /* garde une hauteur min stable même si peu de texte */
  /*margin: 0.5rem 0 1rem;*/
  white-space: normal;              /* pour que <br> force un retour */

}

.main-slider__item--img-1 {
  background-image: url("//media.escape-zone.fr/assets/img/slide/1.webp");
}

.main-slider__item--img-2 {
  background-image: url("//media.escape-zone.fr/assets/img/slide/2.webp");
}

.main-slider__item--img-3 {
  background-image: url("//media.escape-zone.fr/assets/img/slide/3.jpg");
}

.main-slider__item--img-4 {
  background-image: url("//media.escape-zone.fr/assets/img/slide/4.jpg");
}

.page-heading {
  background-image: url("//media.escape-zone.fr/assets/img/slide/5.webp");
}


@media (min-width: 992px) {
  .section-content__inner {
    padding-top: 0px;
  }
}


/**
 *
 * Rating
 *
 */
.rating2, .rating3 {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 15px;
  width: 88px;
  letter-spacing: 3px;
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.rating3 {
   width: 90px;
}

.rating2::before {
  color: #5a5a5a;
  content: "\f005\f005\f005\f005\f005";
}
.rating3::before {
  color: #5a5a5a;
  /*content: "\f38e\f38e\f38e\f38e\f38e";*/
  content: "\f119\f119\f11a\f118\f118";
}

.rating2 .rating__inner, .rating3 .rating__inner {
  display: block;
  overflow: hidden;
  float: left;
  top: 0;
  left: 1px;
  position: absolute;
  padding-top: 1.5em;
}


.rating2 .rating__inner::before {
  /*content: "\f3ae\f3ae\f3ae\f3ae\f3ae";*/
  content: "\f005\f005\f005\f005\f005";
  color: #F60B0E;
  position: absolute;
  top: 0;
  left: 0;
}
.rating3 .rating__inner::before {
  /*content: "\f38e\f38e\f38e\f38e\f38e";*/
  content: "\f119\f119\f11a\f118\f118";
  color: #F60B0E;
  position: absolute;
  top: 0;
  left: 0;
}


.rating2.rating--1 .rating__inner, .rating3.rating--1 .rating__inner {
  width: 20%;
}

.rating2.rating--1_5 .rating__inner {
  width: 30%;
}

.rating2.rating--2 .rating__inner , .rating3.rating--2 .rating__inner{
  width: 40%;
}

.rating2.rating--2_5 .rating__inner {
  width: 50%;
}

.rating2.rating--3 .rating__inner, .rating3.rating--3 .rating__inner {
  width: 60%;
}

.rating2.rating--3_5 .rating__inner {
  width: 70%;
}

.rating2.rating--4 .rating__inner, .rating3.rating--4 .rating__inner {
  width: 80%;
}

.rating2.rating--4_5 .rating__inner {
  width: 90%;
}

.rating2.rating--5 .rating__inner, .rating3.rating--5 .rating__inner {
  width: 100%;
}


.room__meta--lg .rating2, .room__meta--lg .rating3 {
  margin: 0 auto;
}

.room__meta--lg .room__meta-item--rating2, .room__meta--lg .room__meta-item--rating3   {
  padding-top: 0.5rem;
}


.enseigne__img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.enseigne__img:hover img{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* citation */
.quote-card {
  /*background: #fff;*/
  /*color: #222222;*/
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  /*box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);*/
  position: relative;
  /*overflow: hidden;*/
  min-height: 120px;
}
.quote-card p {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0;
}
.quote-card cite {
  font-size: 1.1em;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -70px;
  line-height: 100px;
  right: -12px;
  font-size: 7em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

.last-escape {
  opacity: 0%;
  z-index: 10;
}
.last-escape:hover{
  opacity: 100%;
  transition: opacity .5s;
  z-index: 10;
  visibility: visible;
  overflow: visible;
  display: block;
}

.hideMe {
  -moz-animation: cssAnimation 0s ease-in 10s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 10s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 10s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 10s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
    width:0;
    height:0;
    overflow:hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width:0;
    height:0;
    visibility:hidden;
  }
}

a.lienTiret{
  text-decoration: underline dashed;
}


/***** datatable perso ****/

/*
 * Table styles
 */
table.dataTable2 {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
table.dataTable2 thead th,
table.dataTable2 tfoot th {
  font-weight: bold; }
table.dataTable2 thead th,
table.dataTable2 thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #eee; }
table.dataTable2 thead th:active,
table.dataTable2 thead td:active {
  outline: none; }
table.dataTable2 tfoot th,
table.dataTable2 tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #eee; }
table.dataTable2 thead .sorting,
table.dataTable2 thead .sorting_asc,
table.dataTable2 thead .sorting_desc,
table.dataTable2 thead .sorting_asc_disabled,
table.dataTable2 thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right; }
/*
table.dataTable2 thead .sorting {
  background-image: url("../images/sort_both.png"); }
table.dataTable2 thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }
table.dataTable2 thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }
table.dataTable2 thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }
table.dataTable2 thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }
  */
table.dataTable2 tbody tr {
  background-color: #222222; }
table.dataTable2 tbody tr.selected {
  background-color: #b0bed9; }
table.dataTable2 tbody th,
table.dataTable2 tbody td {
  padding: 8px 10px; }
table.dataTable2.row-border tbody th, table.dataTable2.row-border tbody td, table.dataTable2.display tbody th, table.dataTable2.display tbody td {
  border-top: 1px solid #dddddd; }
table.dataTable2.row-border tbody tr:first-child th,
table.dataTable2.row-border tbody tr:first-child td, table.dataTable2.display tbody tr:first-child th,
table.dataTable2.display tbody tr:first-child td {
  border-top: none; }
table.dataTable2.cell-border tbody th, table.dataTable2.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }
table.dataTable2.cell-border tbody tr th:first-child,
table.dataTable2.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd; }
table.dataTable2.cell-border tbody tr:first-child th,
table.dataTable2.cell-border tbody tr:first-child td {
  border-top: none; }
table.dataTable2.stripe tbody tr.odd, table.dataTable2.display tbody tr.odd {
  background-color: #212121; }
table.dataTable2.stripe tbody tr.odd.selected, table.dataTable2.display tbody tr.odd.selected {
  background-color: #abb9d3; }
table.dataTable2.hover tbody tr:hover, table.dataTable2.display tbody tr:hover {
  background-color: #404040; }
table.dataTable2.hover tbody tr:hover.selected, table.dataTable2.display tbody tr:hover.selected {
  background-color: #a9b7d1; }
table.dataTable2.order-column tbody tr > .sorting_1,
table.dataTable2.order-column tbody tr > .sorting_2,
table.dataTable2.order-column tbody tr > .sorting_3, table.dataTable2.display tbody tr > .sorting_1,
table.dataTable2.display tbody tr > .sorting_2,
table.dataTable2.display tbody tr > .sorting_3 {
  background-color: #212121; }
table.dataTable2.order-column tbody tr.selected > .sorting_1,
table.dataTable2.order-column tbody tr.selected > .sorting_2,
table.dataTable2.order-column tbody tr.selected > .sorting_3, table.dataTable2.display tbody tr.selected > .sorting_1,
table.dataTable2.display tbody tr.selected > .sorting_2,
table.dataTable2.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }
table.dataTable2.display tbody tr.odd > .sorting_1, table.dataTable2.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #202020; }
table.dataTable2.display tbody tr.odd > .sorting_2, table.dataTable2.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #202020; }
table.dataTable2.display tbody tr.odd > .sorting_3, table.dataTable2.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #202020; }
table.dataTable2.display tbody tr.odd.selected > .sorting_1, table.dataTable2.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }
table.dataTable2.display tbody tr.odd.selected > .sorting_2, table.dataTable2.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }
table.dataTable2.display tbody tr.odd.selected > .sorting_3, table.dataTable2.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }
table.dataTable2.display tbody tr.even > .sorting_1, table.dataTable2.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #212121; }
table.dataTable2.display tbody tr.even > .sorting_2, table.dataTable2.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #212121; }
table.dataTable2.display tbody tr.even > .sorting_3, table.dataTable2.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #212121; }
table.dataTable2.display tbody tr.even.selected > .sorting_1, table.dataTable2.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }
table.dataTable2.display tbody tr.even.selected > .sorting_2, table.dataTable2.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }
table.dataTable2.display tbody tr.even.selected > .sorting_3, table.dataTable2.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }
table.dataTable2.display tbody tr:hover > .sorting_1, table.dataTable2.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #1f1f1f; }
table.dataTable2.display tbody tr:hover > .sorting_2, table.dataTable2.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #1f1f1f; }
table.dataTable2.display tbody tr:hover > .sorting_3, table.dataTable2.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #1f1f1f; }
table.dataTable2.display tbody tr:hover.selected > .sorting_1, table.dataTable2.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7; }
table.dataTable2.display tbody tr:hover.selected > .sorting_2, table.dataTable2.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8; }
table.dataTable2.display tbody tr:hover.selected > .sorting_3, table.dataTable2.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb; }
table.dataTable2.no-footer {
  border-bottom: 1px solid #f60b0e; }
table.dataTable2.nowrap th, table.dataTable2.nowrap td {
  white-space: nowrap; }
table.dataTable2.compact thead th,
table.dataTable2.compact thead td {
  padding: 4px 17px; }
table.dataTable2.compact tfoot th,
table.dataTable2.compact tfoot td {
  padding: 4px; }
table.dataTable2.compact tbody th,
table.dataTable2.compact tbody td {
  padding: 4px; }
table.dataTable2 th.dt-left,
table.dataTable2 td.dt-left {
  text-align: left; }
table.dataTable2 th.dt-center,
table.dataTable2 td.dt-center,
table.dataTable2 td.dataTables_empty {
  text-align: center; }
table.dataTable2 th.dt-right,
table.dataTable2 td.dt-right {
  text-align: right; }
table.dataTable2 th.dt-justify,
table.dataTable2 td.dt-justify {
  text-align: justify; }
table.dataTable2 th.dt-nowrap,
table.dataTable2 td.dt-nowrap {
  white-space: nowrap; }
table.dataTable2 thead th.dt-head-left,
table.dataTable2 thead td.dt-head-left,
table.dataTable2 tfoot th.dt-head-left,
table.dataTable2 tfoot td.dt-head-left {
  text-align: left; }
table.dataTable2 thead th.dt-head-center,
table.dataTable2 thead td.dt-head-center,
table.dataTable2 tfoot th.dt-head-center,
table.dataTable2 tfoot td.dt-head-center {
  text-align: center; }
table.dataTable2 thead th.dt-head-right,
table.dataTable2 thead td.dt-head-right,
table.dataTable2 tfoot th.dt-head-right,
table.dataTable2 tfoot td.dt-head-right {
  text-align: right; }
table.dataTable2 thead th.dt-head-justify,
table.dataTable2 thead td.dt-head-justify,
table.dataTable2 tfoot th.dt-head-justify,
table.dataTable2 tfoot td.dt-head-justify {
  text-align: justify; }
table.dataTable2 thead th.dt-head-nowrap,
table.dataTable2 thead td.dt-head-nowrap,
table.dataTable2 tfoot th.dt-head-nowrap,
table.dataTable2 tfoot td.dt-head-nowrap {
  white-space: nowrap; }
table.dataTable2 tbody th.dt-body-left,
table.dataTable2 tbody td.dt-body-left {
  text-align: left; }
table.dataTable2 tbody th.dt-body-center,
table.dataTable2 tbody td.dt-body-center {
  text-align: center; }
table.dataTable2 tbody th.dt-body-right,
table.dataTable2 tbody td.dt-body-right {
  text-align: right; }
table.dataTable2 tbody th.dt-body-justify,
table.dataTable2 tbody td.dt-body-justify {
  text-align: justify; }
table.dataTable2 tbody th.dt-body-nowrap,
table.dataTable2 tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable2,
table.dataTable2 th,
table.dataTable2 td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
.dataTables_wrapper .dataTables_length {
  float: left; }
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  /*padding: 0.5em 1em;*/
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #eee !important;
  border: 1px solid transparent;
  border-radius: 2px; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #eee !important;
  border: 1px solid black;
  background-color: dimgray;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, dimgray), color-stop(100%, #222222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, dimgray 0%, #222222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, dimgray 0%, #222222 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, dimgray 0%, #222222 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, dimgray 0%, #222222 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, dimgray 0%, #222222 100%);
  /* W3C */ }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #222222;
  background-color: dimgray;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, dimgray), color-stop(100%, #222222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, dimgray 0%, #222222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, dimgray 0%, #222222 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, dimgray 0%, #222222 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, dimgray 0%, #222222 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, dimgray 0%, #222222 100%);
  /* W3C */ }
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #3c3c3c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #1d1d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #1d1d1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #3c3c3c 0%, #1d1d1d 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #3c3c3c 0%, #1d1d1d 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #3c3c3c 0%, #1d1d1d 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #3c3c3c 0%, #1d1d1d 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(25%, rgba(34, 34, 34, 0.9)), color-stop(75%, rgba(34, 34, 34, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 25%, rgba(34, 34, 34, 0.9) 75%, rgba(34, 34, 34, 0) 100%);
  background: -moz-linear-gradient(left, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 25%, rgba(34, 34, 34, 0.9) 75%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(left, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 25%, rgba(34, 34, 34, 0.9) 75%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(left, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 25%, rgba(34, 34, 34, 0.9) 75%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to right, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 25%, rgba(34, 34, 34, 0.9) 75%, rgba(34, 34, 34, 0) 100%); }
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #eee; }
.dataTables_wrapper .dataTables_scroll {
  clear: both; }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #f60b0e; }
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable2,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

.photo-gris img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.room__badge_VR::before {
  border-right: 70px solid #2196f3;
}
.room__badge_piste::before {
  border-right: 70px solid #076f27;
}
.room__badge_entreprise::before {
  border-right: 70px solid #443ae6;
}
.room__badge_online::before {
  border-right: 70px solid #ffc113;
}
.room__badge_visio::before {
  border-right: 70px solid #ff35c1;
}
.room__badge_mobile::before {
  border-right: 70px solid #00ff8f;
}
.room__badge_box::before {
  border-right: 70px solid #ff1400;
}



.room-details__item [class*=" fa-"] {
  /*font-weight: normal;
  font-style: normal;*/
  display: block;
  position: absolute;
  width: 24px;
  text-align: center;
  left: 0;
  top: 12px;
  color: #c2c2c2;
  font-size: 16px;
  line-height: 1.2em;
}


%flex-display {
   display: flex;
 }

.star-rating, .back-stars, .front-stars {
  display: flex;
  letter-spacing: 3px;
}
.star-rating {
@extend %flex-display;
  align-items: center;
  /*font-size: 1.2em;*/
  justify-content: center;
  /*margin-top: 50px;*/
}
.back-stars {
@extend %flex-display;
  color: #717171;
  position: relative;
  /*text-shadow: 4px 4px 10px #717171;*/
}
.front-stars {
@extend %flex-display;
  color: #F60B0E;
  overflow: hidden;
  position: absolute;
  /*text-shadow: 0px 0px 0px #F60B0E;*/
  top: 0;
  transition: all .5s
}


.room__meta-item.fas > i,
.room__meta-item .room__meta-item-value.fas > i  {
  font-weight: 900;
}

ul.list li::before {
  display: inline-block;
  /* block would also work */
  position: absolute;
  /* move this out of the way of the text */
  left: 0;
  /* move the counter label into the space from the padding */
  width: 20px;
  color: #F60B0E;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  content: "\f058";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
}


.alert::after {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.alert.alert-success::after {
  content: "\f058";
}

.alert.alert-info::after {
  content: "\f06a";
}

.alert.alert-danger::after {
  content: "\f057";
}

.peelbackimg {
  background: linear-gradient(45deg, rgba(18,18,21,1) 47%, rgba(255,255,255,0) 52%);
}

.peelbackimg:hover{
  background: transparent;
}

.hidden{
  visibility: hidden;
  display: none;
}

.btn i {
  margin-right: 0em;
  font-size: unset;
  display: inline-block;
  vertical-align: unset;
  position: relative;
  top: 0rem;
}


.widget-instagram__item-meta {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: .75rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.widget-instagram__item-meta-titre {
  font-size: 2rem;
  font-weight: 700;
}

/*** background heander ***/
.page-heading__stargate{
 background-image: url(../../importer/stargate/old-abandoned-militar-bunker.webp);
}


/* code promo */
.ribbon-wrapper {
  position: relative;z-index:998;
}
.ribbon-front {
  /*background-color: #cc3333;	height: 50px;*/
  width: 240px;
  border: #cc3333 2px solid;
  position: relative;
  /*left:-10px;*/
  left:-20px;
  z-index: 2; font:20px/50px bold Verdana, Geneva, sans-serif; color:#f8f8f8; text-align:center;text-shadow: 0px 1px 2px #cc6666;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right
{
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}


@-webkit-keyframes flow {
  0% { left:-20px;opacity: 0;}
  50% {left:100px;opacity: 0.3;}
  100%{ left:180px;opacity: 0;}
}
@keyframes flow {
  0% { left:-20px;opacity: 0;}
  50% {left:100px;opacity: 0.3;}
  100%{ left:180px;opacity: 0;}
}

.glow{ background: rgb(255,255,255); width:40px; height:100%; z-index:999; position:absolute;-webkit-animation: flow 1.5s linear infinite;-moz-animation: flow 1.5s linear infinite;-webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ border-left:1px solid #fff;}

/* modal code promo */
.modal-content-transparent {
  background: none;
  border: none;
}

.alizarin {
  background: #d3080a;
}

.midnight-blue {
  /*background: #2c3e50;*/
  background: #292828fc;
}


.dl {
  background: #f0f0f0;
  padding: 30px 0;
  border-radius: 20px;
  position: relative;
}

.dl:before {
  content: " ";
  height: 20px;
  width: 20px;
  background: #ddd;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -10px;
}

.dl .brand {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 15px;
  margin-top: 10px;
  text-align: center;
  min-height: 100px;
}

.brand h2{
  color: #3e2b3a;
}

.dl .discount {
  min-height: 50px;
  position: relative;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;

  padding: 20px 15px 0;
  color: #f1c40f;
}

.dl .discount:after {
  content: " ";

  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 20%;
}


.dl .discount.alizarin:after {
  border-top: 20px solid #d3080a;
}


.dl .discount .type {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -30px;
}

.dl .descr {
  color: #999;
  margin-top: 10px;
  padding: 20px 15px;
  text-align: center;
}

.dl .ends {
  padding: 0 15px;
  color: #f1c40f;
  margin-bottom: 10px;
}

.dl .coupon {
  min-height: 50px;
  text-align: center;

  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 15px;
}

.dl .coupon a.open-code {
  color: #16a085;
}

.dl .coupon .code {
  letter-spacing: 1px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px 15px;
  color: #f1c40f;
  background: #f0f0f0;
}

/* arrow - fleche de reserver */
.animArrow{
  font-size: 2em !important;
}

div .animArrow svg{
    width: 30px;
    line-height: 30px;
    height: auto;
    margin: 0 1rem;
    cursor: pointer;
    overflow: visible;
    fill: #ffffff;
}
div .animArrow svg polygon, div .animArrow svg path {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
div .animArrow:hover svg polygon, div .animArrow:hover svg path {
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    fill: #FF4136;
}
div .animArrow:hover svg .arrow {
    animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
div .animArrow:hover svg .arrow-fixed {
    animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    5% {
        transform: translateX(-0.1rem);
    }
    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}
@keyframes arrow-fixed-anim {
    5% {
        opacity: 0;
    }
    20% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.ui-autocomplete{
  opacity: 1 !important;
  z-index: 9999;
}

#container_heart {
  display: flex;
  justify-content: center;
  margin: 0;
}

[id="heart"] {
  position: absolute;
  left: -100vw;
}

[for="heart"] {
  color: #aab8c2;
  cursor: pointer;
  font-size: 4em;
  align-self: center;
  transition: color 0.2s ease-in-out;
}

[for="heart"]:hover {
  color: grey;
}

[for="heart"]::selection {
  color: none;
  background: transparent;
}

[id="heart"]:checked + label {
  color: #e2264d;
  will-change: font-size;
  animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

@keyframes heart {
  0%,
  17.5% {
    font-size: 0;
  }
}

/* menu de bouton rétractable en dropdown - responsive */
@media (min-width: 611px) {
  .dr-breakout-btn {
    display: none;
  }
  .dr-breakout {
    display: inline;
    background: transparent;
    box-shadow:none;
    border:none;
    position: relative;
    margin:0;
  }
}
.dr-breakout li {
  display:inline;
}
.dr-breakout li a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  color: #fff;
  background-color: #404040;
}
.dr-breakout li a:hover {
  background-color: #272727;
}

/* Track (barre de scrolling) */
body::-webkit-scrollbar-track {
  background: rgba(46, 61, 73, 0.9);
}
/* Handle (barre de scrolling) */
body::-webkit-scrollbar-thumb {
  background: #F60B0E;
  border-radius: 100px;
}
/* width (barre de scrolling)  */
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

ul.decimal { list-style-type : decimal }
ul.decimal ol { display: list-item; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #F60B0E;
}
.nav-link{
  color: #fff;
  border: 1px solid #F60B0E;
}

#BoxAvisEscapeZone{all: initial;}#BoxAvisEZ{font-family:"Hind","Montserrat",Arial;text-align:center;border-radius:.5rem;width:200px;height:125px;overflow:hidden;border:1px solid #f60b0e;background:#fff;position:relative}#BoxAvisEZ #NomEnseigne{color: black;height:30px;font-weight:700;line-height:30px;overflow:hidden}#BoxAvisEZ .NoteStar{display:inline-flex;height:40px;line-height:40px}#BoxAvisEZ #NoteEnseigne{color: black;font-size:1.5em;font-weight:700;padding-right:10px}#BoxAvisEZ #InfoEnseigne{z-index:10;position:relative}#BoxAvisEZ #NbAvis{font-size:.8em;height:30px}#BoxAvisEZ a{color:#717171;font-style:italic;text-decoration:underline;}#BoxAvisEZ #BannerEZ{font-size:1em;height:25px;background:#f60b0e;color:#fff;display:block;text-transform:uppercase;line-height:25px}#BoxAvisEZ #SablierEZ{position:absolute;right:125px;top:24px;z-index:0}#SablierEZ path{fill:red}#SablierEZ path:nth-of-type(1){fill:#000}#SablierEZ svg{position:absolute;left:0}[data-star]{text-align:left;font-style:normal;display:inline-block;position:relative;unicode-bidi:bidi-override}[data-star]:before{display:block;content:"★★★★★";color:#ddd}
[data-star]:after{white-space:nowrap;position:absolute;top:0;left:0;content:"★★★★★";width:0;color:red;overflow:hidden;height:100%}[data-star^="0.1"]:after,[data-star^=".1"]:after{width:2%}[data-star^="0.2"]:after,[data-star^=".2"]:after{width:4%}[data-star^="0.3"]:after,[data-star^=".3"]:after{width:6%}[data-star^="0.4"]:after,[data-star^=".4"]:after{width:8%}[data-star^="0.5"]:after,[data-star^=".5"]:after{width:10%}[data-star^="0.6"]:after,[data-star^=".6"]:after{width:12%}[data-star^="0.7"]:after,[data-star^=".7"]:after{width:14%}[data-star^="0.8"]:after,[data-star^=".8"]:after{width:16%}[data-star^="0.9"]:after,[data-star^=".9"]:after{width:18%}[data-star^="1"]:after{width:20%}[data-star^="1.1"]:after{width:22%}[data-star^="1.2"]:after{width:24%}
[data-star^="1.3"]:after{width:26%}[data-star^="1.4"]:after{width:28%}[data-star^="1.5"]:after{width:30%}[data-star^="1.6"]:after{width:32%}[data-star^="1.7"]:after{width:34%}[data-star^="1.8"]:after{width:36%}[data-star^="1.9"]:after{width:38%}[data-star^="2"]:after{width:40%}[data-star^="2.1"]:after{width:42%}[data-star^="2.2"]:after{width:44%}[data-star^="2.3"]:after{width:46%}[data-star^="2.4"]:after{width:48%}[data-star^="2.5"]:after{width:50%}[data-star^="2.6"]:after{width:52%}[data-star^="2.7"]:after{width:54%}[data-star^="2.8"]:after{width:56%}[data-star^="2.9"]:after{width:58%}[data-star^="3"]:after{width:60%}[data-star^="3.1"]:after{width:62%}[data-star^="3.2"]:after{width:64%}[data-star^="3.3"]:after{width:66%}[data-star^="3.4"]:after{width:68%}
[data-star^="3.5"]:after{width:70%}[data-star^="3.6"]:after{width:72%}[data-star^="3.7"]:after{width:74%}[data-star^="3.8"]:after{width:76%}[data-star^="3.9"]:after{width:78%}[data-star^="4"]:after{width:80%}[data-star^="4.1"]:after{width:82%}[data-star^="4.2"]:after{width:84%}[data-star^="4.3"]:after{width:86%}[data-star^="4.4"]:after{width:88%}[data-star^="4.5"]:after{width:90%}[data-star^="4.6"]:after{width:92%}[data-star^="4.7"]:after{width:94%}[data-star^="4.8"]:after{width:96%}[data-star^="4.9"]:after{width:98%}[data-star^="5"]:after{width:100%}

a.lienGris { color : #fb6869; }

.page-info {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-left: -1px;
  color: #fff;
  background-color: transparent;
  border : 0;
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: .75rem;
}

.page-info:hover, .page-info:focus {
  color: #fff;
  text-decoration: none;
  background-color: #F60B0E;
  border-color: #F60B0E;
}

select.typeScenario {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #5c6664;
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
}
select.typeScenario::-ms-expand  {
  display: none;
}
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 2em;
  line-height: 2;
  background: #5c6664;
  overflow: hidden;
  border-radius: 0.25em;
}
.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #2b2e2e;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.select:hover::after {
  color: #F60B0E;
}

.filtre input[type=text]{
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #5c6664;
  padding: 0 0.5em;
  color: #fff;
  /*
    font-size: 1em;
    height: 1em;
    flex : 1;
    */
  line-height: 2;
  border-radius: 0.25em;
}

.filtre checkbox{
  background: #8CC63F;
}

.filtre legend  {
  color: #fff;
  padding: 3px 6px;
  width: auto;
  font-size: unset;
  margin:0;
}
.filtre fieldset{
  border: 2px solid #777;
  margin: 0.5em;
  padding: 0.5em;
  min-height: 155px;
  background: #343a40;
 }

.group {
  margin: 15px;
  display: flex;
  line-height: 1em;
}
.toggle {
  display: none;
}
.toggle,
.toggle:after,
.toggle:before,
.toggle *,
.toggle *:after,
.toggle *:before,
.toggle + .toggle-btn {
  box-sizing: border-box;
}
.toggle::selection,
.toggle:after::selection,
.toggle:before::selection,
.toggle *::selection,
.toggle *:after::selection,
.toggle *:before::selection,
.toggle + .toggle-btn::selection {
  background: none;
}
.toggle + .toggle-btn {
  outline: 0;
  display: block;
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.toggle + .toggle-btn:after,
.toggle + .toggle-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.toggle + .toggle-btn:after {
  left: 0;
}
.toggle + .toggle-btn:before {
  display: none;
}
.toggle:checked + .toggle-btn:after {
  left: 50%;
}
.toggle-switch + .toggle-btn {
  background: #f0f0f0;
  border-radius: 1em;
  padding: 1px;
  transition: all 0.4s ease;
}
.toggle-switch + .toggle-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.toggle-switch:checked + .toggle-btn {
  background: #F60B0E;
  /*background: #717171;*/
}
input[type=range] {
  accent-color: #F60B0E;                  /* sert pour couleur de référence, via currentColor, pour le curseur */
  height: 1em;
}


ul.Parpays {
  list-style: none;
  padding: 1em;
}

ul.Parpays li {
  width: 14em;
  height: 4em;
  margin: 1em;
  line-height: 4em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  float: left;
  text-align: center;
}

ul.Parpays li:hover {
  border: 1px solid rgba(246, 11, 14, 0.5);
  box-shadow: 0 0 11px rgba(255,255,255,.2); 
}



/*
 * Modale pour ouvrir la photo comme Magnific Popup
*/
/* ✅ Cache totalement la lightbox tant qu'elle n'est pas ouverte */
#lightbox:not([open]) {
  display: none !important;
}

/* Les actions n’existent visuellement QUE si la modale est ouverte */
#lightbox:not([open]) .lb__actions {
  display: none !important;
}

select option[disabled] { color: #000; }
/* Arrière-plan */
/* Backdrop sombre */
/* Modale plein écran + centrage fiable */
#lightbox {
  inset: 0;
  padding: 0.5rem 1rem 1rem;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  z-index: 1060; /* au-dessus des sliders */
}

/* Affichage quand ouverte */
#lightbox[open] {
  display: grid;
}

#lightbox::backdrop { background: rgba(0,0,0,.95); }
#lightbox[open] { display: grid; }
/* Bloque le scroll derrière */
html:has(#lightbox[open]) { overflow: hidden; }

/* Conteneur image */
#lightbox .lb__stage {
  max-width: min(96vw, 1400px);
  max-height: 86vh;
  margin: 0;
}
#lightbox #lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  width: auto; height: auto;
  margin: 0 auto !important;
  object-fit: contain;
  border-radius: 6px; /* optionnel */
}

/* Actions */
.lb__actions {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin: .75rem 0;
}

/* Boutons : alignement si Bootstrap n'est pas chargé */
.lb__actions.text-center { text-align: center; }
.lb__actions .btn + .btn { margin-left: .5rem; }

/* Dialog natif pour modal magnific popup */
#lightbox::backdrop { background: rgba(0,0,0,.8); }
/*html:has(#lightbox[open]) { overflow: hidden; }*/
dialog[open] { display:block; }
dialog { border:0; padding:0; background:transparent; }



/*----------  Profile Page  ----------*/
.booked-profile-page {
  position: relative;
  margin: 0 0 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.booked-profile-page-invisible {
  position: relative;
  margin: 0;
  box-shadow: none;
  padding-bottom: 1em;
}

.booked-profile-page .booked-profile-header {
  padding: 40px;
  position: relative;
}

.booked-profile-page .booked-profile-header .booked-logout-button {
  left: auto;
}

.booked-profile-page .booked-user-avatar {
  width: 68px;
  height: 68px;
  display: inline-block;
  border-radius: 50%;
}

.booked-profile-page .booked-user-avatar img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

.booked-profile-page .booked-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.booked-profile-page .booked-user {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.booked-profile-page .booked-user h3 {
  color: #fff;
  margin: 0;
  padding: 4px 0 4px 20px;
  display: inline-block;
  font-size: 20px;
}

.booked-profile-page .booked-user p {
  color: #fff;
  margin: 0;
  padding: 4px 0 4px 20px;
  display: inline-block;
  /* font-size: 20px; */
}

.booked-profile-page .booked-user h3 a {
  text-decoration: none;
}

.booked-profile-page .booked-user h3 a:hover {
  color: #fff;
}

.booked-profile-page .booked-counts {
  float: right;
  width: 25%;
  margin-left: 5%;
  color: #fff;
}

.booked-profile-page .booked-counts span {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 2.1;
}

.booked-profile-page .booked-counts i.booked-icon {
  display: inline-block;
  padding-right: 7px;
}

.booked-profile-page .booked-tabs {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.booked-profile-page .booked-tabs li {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.booked-profile-page .booked-tabs li a {
  height: auto;
  font-size: .857rem;
  border-right-width: 1px;
  border-right-style: solid;
  border: none;
  display: block;
  text-decoration: none;
  padding: 0 25px;
  line-height: 56px;
  background: #191919;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
}

.booked-profile-page .booked-tabs li a i.booked-icon {
  display: inline-block;
  padding-right: 12px;
  font-size: 20px;
  line-height: 1.2em;
  vertical-align: middle;
}

.booked-profile-page .booked-tabs li a:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.booked-profile-page .booked-tabs li.active a {
  color: #fff;
}

.booked-profile-page .booked-tabs li.active a:hover {
  color: #fff;
}

.booked-profile-page .booked-tabs li a.active {
  color: #fff;
}

.booked-profile-page .booked-tabs li a.active:hover {
  color: #fff;
}

.booked-profile-page .booked-tab-content {
  padding: 50px;
  border: none;
  background: #242424;
}

.booked-profile-page p.booked-no-margin {
  color: #888;
  margin: 0;
}

.booked-profile-page .booked-show-cf {
  outline: none;
  font-weight: 600;
}

.booked-profile-page .booked-show-cf.booked-cf-active {
  color: #000;
}

.booked-profile-page .cf-meta-values-hidden {
  -webkit-animation: booked-popdown 0.2s;
  animation: booked-popdown 0.2s;
  display: none;
  border-left: 3px solid #ddd;
  margin: 10px 0 0 0px;
  padding: 0 0 0 20px;
}

.booked-profile-page .cf-meta-values-hidden p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.booked-profile-page .cf-meta-values-hidden p:last-child {
  margin-bottom: 0;
}

.booked-profile-page .cf-meta-values-hidden p strong {
  font-weight: 600;
}

.booked-profile-page .result-section.table-layout {
  margin: 0;
}

.booked-profile-page .result-section.table-layout .table-box {
  border: none;
}

.booked-profile-page .result-section.table-layout .table-box .table-body .table-row {
  min-height: 115px;
}

.booked-profile-page .result-section.table-layout .table-box .table-body .cell-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
}

.booked-profile-page .result-section.table-layout .table-box .table-body .cell-title p {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
}

.booked-profile-page .result-section.table-layout .table-box .table-body .cell-title small {
  display: block;
  padding-top: 5px;
}

.booked-profile-page .result-section.table-layout .table-box .table-body .cell-title a {
  font-weight: 600;
}

.booked-profile-page .result-section.table-layout .table-box .table-body .cell-title .booked-review p {
  font-size: 14px;
  line-height: 1.7;
}

.booked-profile-page .result-section.table-layout .table-box .table-head-row {
  background: none !important;
}

.booked-profile-page .result-section.table-layout .table-box .table-cell {
  padding: 20px 0;
}

.booked-profile-page .result-section.table-layout .table-box .cell-title {
  position: relative;
  width: 55%;
  padding-right: 25px;
}

.booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img {
  width: 65px;
  height: auto;
  position: absolute;
  border-radius: 3px;
  top: 26px;
  left: 0;
}

.booked-profile-page .result-section.table-layout .table-box .cell-title .cell-title-wrap {
  padding-left: 85px;
}

.booked-profile-page .result-section.table-layout .table-box .cell-title.reviews {
  width: 100%;
  padding-right: 0;
}

.booked-profile-page .result-section.table-layout .table-box .cell-title.reviews .rating {
  margin-top: 10px;
}

.booked-profile-page .result-section.table-layout .table-box .cell-rating {
  width: 20%;
}

.booked-profile-page .result-section.table-layout .table-box .cell-time {
  width: 25%;
}

/*----------  Booked Login  ----------*/
#booked-page-form {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

#booked-page-form .login-remember {
  float: left;
  margin: 1rem 0 0 0;
}

#booked-page-form .login-submit {
  float: right;
  margin: 0;
}

#booked-page-form .login-submit input {
  margin: 0;
}

#profile-edit #booked-page-form {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#profile-edit #booked-page-form input[type="file"] {
  display: inline-block;
  padding: 0;
}

#profile-edit #booked-page-form label {
  font-size: .75rem;
  font-family: "Montserrat", sans-serif;
  display: block;
}

#profile-edit #booked-page-form p.form-nickname, #profile-edit #booked-page-form p.form-email, #profile-edit #booked-page-form p.form-url {
  float: left;
  width: 100%;
  margin: 0 0 25px;
}

#profile-edit #booked-page-form p.form-password {
  float: left;
  width: 48%;
  margin: 0 4% 25px 0;
}

#profile-edit #booked-page-form p.form-password.last {
  margin: 0 0 25px;
}

#profile-edit #booked-page-form p.form-submit {
  float: none;
  width: 100%;
  margin: 0 0 5px;
}

#profile-edit #booked-page-form .hint-p {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.2);
  padding-top: .75em;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.booked-upload-wrap {
  width: 100%;
  margin: 10px 0 4px;
}

.booked-upload-wrap,
.booked-upload-wrap input {
  display: block;
  height: 56px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.booked-upload-wrap span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  z-index: 1;
}

.booked-upload-wrap input {
  z-index: 2;
  opacity: 0;
}

.booked-upload-wrap.hasFile {
  background: #f9f9f9;
  border: 1px solid #ccc;
  color: #666;
}

.booked-upload-wrap.hasFile span {
  color: #000;
}

#booked-submit-recipe-form .booked-upload-wrap {
  width: 100%;
  margin: 0;
}

#booked-submit-recipe-form .booked-upload-wrap.hasFile {
  width: 100%;
}

.booked-custom-error {
  display: none;
  margin: 0 0 20px;
  padding: 5px 10px;
  background: #fff0f0;
  border: 1px solid #e3c3c3;
  border-radius: 3px;
}

.booked-custom-error.not-hidden {
  display: block;
}

#booked-plugin-page p.booked-form-notice,
.booked-profile-page p.booked-form-notice {
  border: 1px solid #E6DB55;
  border-radius: 3px;
  background-color: #FFFBCC;
  margin: 0 0 35px;
  padding: 10px 15px;
}

.booked-profile-page .booked-profile-appt-list,
.booked-profile-page #profile-edit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.booked-profile-page .booked-profile-appt-list .appt-block {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
  font-size: .875rem;
}

.booked-profile-page .booked-profile-appt-list .appt-block strong {
  font-size: 1rem;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.4em;
}

.booked-profile-page .booked-profile-appt-list .appt-block > i.booked-icon {
  width: 23px;
  color: #fff;
}

.booked-profile-page .booked-profile-appt-list .appt-block:last-child {
  padding-bottom: 0;
}

.booked-profile-page .booked-profile-appt-list .appt-block .status-block {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

.booked-profile-page .booked-profile-appt-list .appt-block .status-block .booked-icon {
  margin-right: 2px;
}

.booked-profile-page .booked-profile-appt-list .appt-block.approved {
  color: #fff;
}

.booked-profile-page .booked-profile-appt-list .appt-block.approved > i.booked-icon {
  color: #F60B0E;
}

.booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block .booked-icon {
  color: #F60B0E;
}

.booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons {
  display: block;
  padding: 15px 0 0 0;
}

.booked-profile-page .booked-profile-appt-list .appt-block .atcb-list li:first-child a.atcb-item-link {
  padding-top: 10px;
}

.booked-profile-page .booked-profile-appt-list .appt-block .atcb-list li:last-child a.atcb-item-link {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}

.booked-profile-page .addtocalendar {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.booked-profile-page .addtocalendar var {
  display: none;
}

.booked-profile-page .atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
}

.booked-profile-page .atcb-link:focus ~ ul,
.booked-profile-page .atcb-link:active ~ ul {
  visibility: visible;
}

.booked-profile-page .atcb-list {
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}

.booked-profile-page .atcb-list:hover {
  visibility: visible;
}

.booked-profile-page .atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
  text-align: left;
}

.booked-profile-page .atcb-item.hover, .booked-profile-page .atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.booked-profile-page .calendar-name {
  padding: 0 0 5px;
}


/*Tabbed Interface*/
.booked-tabs {
  overflow: hidden;
}

.booked-tabs .booked-tabs-nav {
  margin-bottom: 20px;
}

.booked-tabs .booked-tabs-nav span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  background: #eee;
  color: #000;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.booked-tabs .booked-tabs-nav span:hover, .booked-tabs .booked-tabs-nav span.active {
  background: #ddd;
  color: #fff;
}

.booked-tabs .booked-tabs-cnt > div {
  display: none;
}

.booked-tabs .booked-tabs-cnt > div.active {
  display: block;
}

.bookedClearFix:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 860px) {
  .booked-profile-page .booked-tab-content {
    padding: 25px;
  }
}

.booked-profile-page .booked-tabs {
  background-color: #333;
}

/*----------  Booked - Color Theme  ----------*/
/* Light Color */
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
.booked-profile-page input[type="submit"].button-primary:hover,
.booked-list-view button.button:hover,
.booked-list-view input[type="submit"].button-primary:hover,
table.booked-calendar input[type="submit"].button-primary:hover,
.booked-modal input[type="submit"].button-primary:hover,
table.booked-calendar th,
table.booked-calendar thead,
table.booked-calendar thead th,
table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
.booked-profile-page .booked-profile-header,
.booked-profile-page .booked-tabs li.active a,
.booked-profile-page .booked-tabs li.active a:hover,
.booked-profile-page .booked-tabs li a.active,
.booked-profile-page .booked-tabs li a.active:hover,
.booked-profile-page .appt-block .google-cal-button > a:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
  background: #202020;
}

.booked-profile-page input[type="submit"].button-primary:hover,
table.booked-calendar input[type="submit"].button-primary:hover,
.booked-list-view button.button:hover,
.booked-list-view input[type="submit"].button-primary:hover,
.booked-modal input[type="submit"].button-primary:hover,
table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
.booked-profile-page .booked-profile-header,
.booked-profile-page .appt-block .google-cal-button > a:hover {
  border-color: #202020;
}

/* Dark Color */
table.booked-calendar tr.days,
table.booked-calendar tr.days th,
.booked-calendarSwitcher.calendar,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th {
  background: #404040;
}

.booked-profile-page .booked-tabs {
  background-color: #333;
}

table.booked-calendar tr.days th {
  border-color: #404040;
}