html {
    font-size: 100%;
    min-height: 100%;
    height:100%;
}
.input-group>.custom-select, .input-group>.form-control {
    border-radius:4px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    background-color: #f7f7fc;
    color: #333333;
    margin-top:66px !important;
    min-height: 100%;
    height:100%;
}

header {
    background-color: #ffffff;
    height: 100px;
    padding-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}

input[type="text"]:disabled {
    background-color:#FFFFFF !important;
    cursor:not-allowed !important;
}

h1 {
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: 0;
    display: inline-block;
    margin: 0;
    margin-bottom: 5px;
}

.max-height-100 {
    max-height:100%;
    height:100%;
}

.no-resize {
    resize: none;
}

.bg-footer-top {
    background-color: #e6e6f2 !important;
}

footer .fab {
    font-size:1.2rem;
}

.divider {
    display: none;
}

/*
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

*/

a {
    color:#E30613;
}

a:hover {
    color:#E30613;
}

a.default {
    text-decoration: none;
    color: inherit
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cookieinfo {
    font-size:0.7rem !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

@media (min-width: 1199px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }

    .container-sm {
        width: 768px;
        max-width: 768px;
    }

    .container-md {
        width: 992px;
        max-width: 992px;
    }

    .container-xs {
        width: 576px;
        max-width: 576px;
    }
}

footer {
    color: #333333;
    background-color: #efeff9;
    font-size: 1em;
}

footer ul li {
    margin-bottom:1em;
}

footer h4 {
    font-size: 1.4em;
    color: inherit;
    font-weight:600;
}

footer li {
    list-style-type: none;
}

footer .copyright {
    background-color: #f7f7fc;
}

footer .logo {
    height: 30px;
}

footer .logo-sm {
    height: 20px;
}

footer .small {
    font-size: 0.8em;
}

footer a:hover {
    color: #444444;
}

footer .small {
    font-size:0.9em;
}

p {
    color:#33333;
}

.hidden {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333333;
    font-size: 0.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
    padding-right: 0;
}

.btn, .btn:hover {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 0.9em;
    line-height: 17px;
    border: 0 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.btn-primary, .btn-primary:hover {
    background-color: #2c3e52 !important;
}

.login-card a.btn {
    width: 49%;
}

.login-card button.btn {
    width: 49%;
}

.login-card input {
    font-size: 0.9em !important;
}

a.btn {
    cursor: pointer;
}

.jumbotron {
    background-color: #efeff9;
}

.map-space {
    min-height:300px !important;
}

#map {
    width: 100%;
    height: 400px;
    border-bottom: 1px solid #e5e5e5;
    transition: all .5s linear;
}

#map h1 {
    font-size: 1.2em;
    text-transform: none;
    border-bottom: none;
}

#map-filters {
    position: absolute;
    z-index: 2;
    height: 100px;
    bottom: 0;
    color: #FFFFFF;
    background-color: rgba(68, 68, 68, 0.9);
    border-bottom: 3px solid #ff0000;
}

#map-filters .container {
    background-color: rgba(68, 68, 68, 0.9);
    height: 100%
}

#map-filters input, button {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
}

#map-filters .input-group {
    margin-top: 34px !important;
}

.map-space {
    width: 100% !important;
    height:100% !important;
    border: 1px solid #e5e5e5;
    transition: all .5s linear;
}

/*
.card {
    border-radius: 0;
}
*/

.card p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.card-body {
    padding: 1rem;
}

.card-img-top {
    max-width: 100%;
    flex-shrink: 0;
}


.border-gray {
    border: 1px solid #00000020 !important;
}

.categories h2 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}

.img-search-main {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.img-full-map {
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.icon-gac {
    position: relative;
    height: 48px;
    width: 48px;
    margin-top: -28px;
}

.vertic-bar {
    height: 32px;
    width: auto;
    border-left: 1px solid #a9a9a9;
    box-sizing: border-box;
}

.form-control {
    font-size: inherit !important;
    height: auto !important;
}

.text-red {
    color: #E30613 !important;
}

.btn {
    box-shadow: none !important;
}

.btn-red {
    background-color: #E30613;
    color:#ffffff;
}

.btn-red:hover {
    background-color: #c60a15;
    cursor: pointer;
    color:#efefef;
}

.btn-red:disabled {
    background-color: #CCCCCC !important;
}

.btn-blue:hover {
    background-color: #3a65bd;
    color:#FFFFFF;
}

.btn-blue {
    background-color: #3a5998;
    color:#FFFFFF;
}

.btn-secondary{
    background-color:rgba(107,113,118, 1) !important;
    cursor: pointer !important;
}
.btn-secondary:hover{
    background-color:rgba(134, 142, 152, 1) !important;
}
.btn-gray {
    background-color: #f2f2f7 !important;
    color:#000000 !important;
}

.btn-gray:hover {
    background-color: #ededf2 !important;
    color:#000000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #ebe8f3 !important;
    color:#000000;
}

.box-search-result h2 a {
    font-size: 0.6em;
    text-decoration: none;
    color: #333333;
}

.box-search-result h3 {
    font-size: 1em;
    color: #d3d3d3;
    font-weight: normal;
}

.box-search-result h4 {
    font-size: 0.9em;
    color: #32cd32;
    font-weight: normal;
}

.form-block {
    background-color: #efeff9;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.grade-block {
    background-color: #383737;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.grade-block p {
    color: #ffffff;
}

.img-slider {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#place-text {
    height:400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#place-text::-webkit-scrollbar {
    width: 5px;
}

#place-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#place-text::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#place-text::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.thead-color {
    background-color: #e6e6f2  !important;
    color: #000000 !important;
}

.thead-pass {
    background-color: #6b7176 !important;
    color: white !important;
}

.text-deals {
    font-size: 2.8em;
}

.text-deals-small {
    font-size: 0.5em;
}

#input-promo-code{
    padding-bottom: 4px !important;
}

.btn-filter
{
    color:#333333;
    background-color: #efefef;
    font-size:0.7rem;
}

.filter-sizing .active
{
    color:#ffffff;
    font-size:0.7rem;
}

@media (max-width: 767px) {
    #place-text {
        height:auto !important;
        overflow: hidden !important;
    }

    .img-slider {
        height: 300px;
    }

    .text-button-mobile {
        font-size: 0.6em !important;
    }

    .text-deals {
        font-size: 1.5em !important;
    }

    .text-deals-small {
        font-size: 0.8em !important;
    }

    .img-search-main {
        height: 200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .filter-sizing{
        width: 100% !important;
    }

    footer li, footer table, .mobile-text, .newsletter {
        font-size: 0.9em;
        line-height: 1.9em;
    }
}

@media (max-width: 394px) {
    .d-xxs-none{
        display: none !important;
    }

    .float-xxs-none{
        float:none!important;
    }
}

@media (max-width: 992px) {
    .text-button-mobile {
        font-size: 1em !important;
        width: 100% !important;
    }

    .text-deals {
        font-size: 2.2em;
    }

    .text-deals-small {
        font-size: 0.8em !important;
    }

    .easy-autocomplete-container{
        width:100% !important;
    }
}

@media (min-width: 993px){

    .easy-autocomplete-container{
        width:150% !important;
    }

    .mobile-map {
        min-height: 400px !important;
        height: 400px !important;
    }
}

.zoom {
    transition: all .2s ease-in-out;
}

.zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "- ";
    text-indent: -5px;
}

.checkin-btn, .checkin-btn:hover {
    font-size: 1.2em;
}

.btn-invi {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}
.navbar button.navbar-toggler:focus {
    outline: none !important;
}

.navbar-menu {
    background-color: #ffffff;
    z-index: 2;
}

.navbar-light .navbar-toggler {
    border:0 !important;
}

a.lien-mini {
    text-decoration: none;
    color: #000000;
}

a.lien-mini:hover {
    text-decoration: none;
    color: #585858;
}

.comments-card {
    background-color: #efeff9;
    width: 100%;
    border: 1px solid #d3d3d3;
    opacity: 0.8;
}

.img-fluid-header{
    max-height:40px !important;
}

.chr-title {
    font-size: 1.9em;
    color: #000000;
}

.chr-title:hover {
    text-decoration: none;
}

.title-review {
    font-size: 1.5em;
}

footer .footer-copyright {
    font-size:0.9em;
}

footer .footer-copyright a {
    font-size:1em;
    margin:0 0.2em 0 0.2em;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 600px;
    }
}

@media (min-width: 575px) {
    .container-xs {
        width: 576px;
        max-width: 576px;
    }
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
    background-color: #E30613 !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #E30613 !important;
}

.mt-filter{
    margin-top: .17rem !important;
}

.btn-filter{
    margin-bottom:15px !important;
    width: 33% !important;
}
.btn-filter.active {
    background-color:rgba(107,113,118, 1) !important;
    cursor: pointer;
}
.btn-filter:hover {
    opacity: 0.7 !important;
    cursor: pointer;
}

.input-match {
    width: 30px;
    height: 30px;
    font-size: 2em;
    text-align: center;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E30613;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E30613;
    cursor: pointer;
}

body.wait *, body.wait {
    cursor: progress !important;
}

.offer-item:hover {
    cursor: pointer !important;
}

.offer-item .line {
    color:#BBBBBB !important;
}

.fade {
    opacity: .5
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}

.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:10px;
    right:15px;
    z-index:999;
}
.scroll {
    position:absolute;
    width:40px;
    height:40px;
    right:20px;
    bottom:20px;
    background:rgba(226,14,26,0.7);
    color: #ffffff;
    padding:10px;
    text-align: center;
    border-radius: 50% !important;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
    background:rgba(226,14,26,1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll .fas {
    font-size:30px;
    line-height: 15px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.timepicker a {
    background-color: transparent !important;
    color: black !important;
    height: 50%;
}

.timepicker a:hover, .timepicker a:focus{
    background-color: transparent !important;
    color: black !important;
}
.timepicker span:hover, .timepicker  span:focus{
    background-color: transparent !important;
    color: black !important;
}
.timepicker span{
    font-size: 2em !important;
    height: auto !important;
}
.bootstrap-datetimepicker-widget table td span {
    height: 54px !important;
    line-height: 54px !important;
}

.datepicker tbody tr td {
    line-height: 27px !important;
}

.bootstrap-datetimepicker-widget table td {
    height: auto !important;
    width: auto !important;
    line-height: normal !important;
}

.bootstrap-datetimepicker-widget {
    font-size:0.8rem !important;
    z-index:9999;
}

.separator{
    font-size: 2em !important;
}


.table-border-0 td, .table th{
    border-top: none !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f8f9fa !important;
}

.result-item .title{
    font-size: 0.8em !important;
    margin-top:-5px;
}

.easy-autocomplete{
    width: 100% !important;
}

.carousel-search {
    min-height:500px;
    width:100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.carousel-deals {
    font-size:2.8em;
    color:#FFFFFF;
    text-shadow: 1px 1px #000000;
}

.error{
    border-color: rgb(185, 74, 72) !important;
}

.search-loading-text{
    margin: 150px 0 150px 0;
}

.place i.fas {
    font-size:1.4em !important;
}

.cart-big-title {
    padding-left:15px !important;
    padding-right:15px !important;
}

.word-wrap {
    white-space: nowrap;
}

.booking-slot {
    background-color:#FCFCFC !important;
}

.booking-slot:hover {
    border:1px solid #00000020 !important;
    background-color: #EFEFEF;
    color:transparent;
}

.booking-slots-container .full {
    background-color: #EEEEEE !important;
    color:#AAAAAA !important;
    cursor: not-allowed !important;
    background: repeating-linear-gradient(
        135deg,
        #F7F7F7,
        #F7F7F7 2px,
        #FFFFFF 2px,
        #FFFFFF 4px
    );
}

.booking-slots-container {
    height:auto !important;
}

.booking-slots-container .booking-slot:hover {
    border:1px solid #E30613 !important;
}

.booking-slots-container .active {
    background-color:#E30613 !important;
    color:#FFFFFF !important;
}

.booking-slots-container .unavailable {
    background: none;
    background-color:#EEEEEE !important;
    color:#333333 !important;
    cursor:not-allowed;
    opacity:0.3;
}

.booking-slots-container .unavailable:hover {
    border:1px solid #00000020 !important;
}

.booking-slots-container .booked {
    background: none;
    background-color:#EEEEEE !important;
    color:#333333 !important;
    cursor:not-allowed;
}

.booking-slots-container .booked:hover {
    border:1px solid #00000020 !important;
}

.booking-slots-container .free {
    background: none;
    background-color:#01a301 !important;
    color:#FFFFFF !important;
    cursor:not-allowed;
}

.booking-slots-container span.indicator {
    font-size:0.6rem !important;
}

.booking-slots-container .btn {
    height:80px;
    width:100%;
}

.custom-select {
    height:auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-error ul {
    margin:0 !important;
}

.carouselThumbs::-webkit-scrollbar {
    width: 5px;

}

.carouselThumbs::-webkit-scrollbar-thumb {
    background: #E30613;
}

/* Handle on hover */
.carouselThumbs::-webkit-scrollbar-thumb:hover {
    background: #e84a53;
}

@media (min-width: 544px) {
    .search-index-picture {
        height:200px !important;
    }
}

@media (min-width: 768px) {
    .search-index-picture {
        height:200px !important;
    }
}

@media (min-width: 992px) {
    .search-index-picture {
        height:200px !important;
    }
}

@media (min-width: 1200px) {
    .search-index-picture {
        height:250px !important;
    }
}

.informations {
    border:1px solid #FFFFFF;
    display:none;
    background-color: #FFFFFF;
    line-height:20px;
    color:#000000;
}

.informations ul {
    list-style-type: none;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

label.custom-control-label {
    margin-top:0.15rem;
}

.btn-geolocation {
    position:absolute;
    right:15px;
    bottom:6px;
    border:0 !important;
    cursor:pointer !important;
}

.btn-geolocation:focus {
    outline: none;
    box-shadow:none !important;
    border:0 !important;
}

.no-glow {
    outline: none;
    box-shadow:none !important;
    border:1px solid #cccccc !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #C60A15 !important;
}

sup.amount-ht {
    font-size:0.7rem;
    top:-10px;
    left:3px;
}

sup.amount-ttc {
    font-size:0.5rem;
    top:-5px;
    left:0px;
}

sup.plan-amount-ttc {
    font-size:0.5rem;
    top:-14px;
    left:2px;
}

sup.amount-incl-vat {
    font-size:0.8rem;
    color:#4d4d4d;
}

.woman-background {
    background-image:url('https://cdn.goworkandco.com/misc/woman.png');
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.intl-tel-input {
    width:100% !important;
}

#title-line-overlay:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    right:0;
    left:0;
    margin:0 15px 0 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

#title-line-overlay span {
    background: #f7f7fc;
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 5;
    font-family: 'Amatic SC', cursive;
    font-size:2.5rem;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f8f9fa !important;
}

.room-booking-description > ul {
    margin-top:0.7rem;
    margin-bottom:0 !important;
}

.cc-revoke, .cc-window {
    font-family: "Open Sans" !important;
    font-size:0.8rem !important;
    text-decoration: none !important;
}

.cc-revoke {
    display: none !important;
}

.cc-btn {
    text-decoration: none !important;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrolling-wrapper::-webkit-scrollbar {
    height: 9px;
    background: #ffffff;
}

/* Track */
.scrolling-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
}

/* Handle */
.scrolling-wrapper::-webkit-scrollbar-thumb {
    background: #e30613;
    border-radius: 10px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.team_profil-picture {
    border-radius: 50% !important;
}