﻿
body {
    margin: 0;
    padding: 0;
}

.backgroundHome {
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    height: 100vh;
}

#left {
    padding: 0 !important;
    background: none !important;
}

table tbody tr td {
    padding: 3px 0px;
}


/*style home.aspx*/
.box .section.content > div.right {
    flex: 0;
    height: 100%;
}


a.color-mix:not(.button):not(.btn-primary), a.color-mix:not(.button):not(.btn-primary):hover {
    color: unset !important;
}

a.color-mix, a.color-mix:hover, a.color-mix:visited, a.color-mix:focus {
    mix-blend-mode: difference;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -webkit-font-smoothing: antialiased;
}


@media screen and (min-width: 769px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:768px) {
    .container {
        margin-left: 0;
        margin-right: 0;
    }
}

.row {
    margin-top: 0;
}

.form-group {
    margin-bottom: -5px;
}

    .form-group .fa, .form-group .fas, .form-group .far, .form-group .fal:not(.falPopupHome):not(.fa-amenities-search), .form-group .fab, .form-group .fak:not(.falPopupHome) {
        color: #aaa;
        position: relative;
        top: 1.8em;
        left: 0.8em;
        z-index: 1;
    }

.falPopupHome {
    color: #aaa;
}

.form-group div.form-control,
.form-group input {
    border: 0;
    border-radius: 0;
    padding: 2em 1em 2em 3.5em;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.12);
    font-size: 1.3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .form-group input.search {
        padding: 2em 1em 2em 3.3em;
        text-overflow: inherit;
        white-space: inherit;
        overflow: inherit;
    }

    .form-group input[type=submit] {
        border-radius: 3px;
        line-height: 0em;
        transition: all 0.5s;
    }

        .form-group input[type=submit]:hover {
            filter: brightness(80%);
        }

.cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 20001;
    width: 100%;
    height: 100%;
    /*pointer-events: none;*/
}

.form-control {
    cursor: pointer;
    height: 34px;
}

    .form-control[readonly] {
        background-color: #fff;
    }

.sponsor {
    position: absolute;
    top: 10%;
    right: 15%;
    transition: all 0.5s;
}

    .sponsor:hover {
        filter: brightness(80%);
    }

@media screen and (max-width: 1300px) {
    .sponsor {
        position: relative;
        top: 0;
        right: 0;
        width: 300px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1300px) {
    .sponsor {
        right: 1%;
    }
}

@media screen and (min-width: 1450px) {
    .sponsor {
        right: 5%;
    }
}

@media screen and (min-width: 1580px) {
    .sponsor {
        right: 10%;
    }
}

@media screen and (min-width: 1700px) {
    .sponsor {
        right: 15%;
    }
}

@media screen and (min-width: 2000px) {
    .sponsor {
        right: 25%;
    }
}

.sponsor img {
    max-height: 300px;
    max-width: 300px;
}



.popover {
    z-index: 20001;
}

    .popover.bottom > .arrow {
        left: 10% !important;
    }

.popupFilter {
    background-color: white;
    display: none;
    width: 90%;
    position: absolute;
    z-index: 20002;
    padding: 15px;
    margin-top: 10px;
    border-radius: 2px;
    min-width: 230px;
}


.popupMore {
    position: relative !important;
}

.popupFilter::before, .popupFilter.fromLeft::before {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    position: absolute;
    left: 10%;
    width: 0;
    height: 0;
    right: auto;
}


.popupFilter.fromRight::before {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    position: absolute;
    right: 10% !important;
    width: 0;
    height: 0;
    left: auto;
}


.popupFilter.fromCenter::before {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    position: absolute;
    left: 50% !important;
    width: 0;
    height: 0;
    right: auto;
}

.popupFilter .btn-group, .popupFilter .btn {
    outline: none !important;
}

.popupEventsVisitorsCategories {
    width: auto !important;
}

.wrapper-n {
    position: relative;
    height: 100%;
    width: 100%;
    outline: none;
}

.wrapper-n-label {
    font-size: 1.3em;
    color: #555;
    position: absolute;
    top: 25px;
    left: 100px;
    font-weight: normal;
}

.tdAdults, .tdChildren {
    padding-right: 15px;
}

.filterParent {
    position: relative;
    min-height: 50px;
    margin-bottom: 17px;
}

.filterInfo {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.filterSliderLeft {
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    height: 50px;
    line-height: 60px;
}

.filterCheckboxLeft {
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    position: absolute;
    height: 40px;
    line-height: 50px;
}

.filterChildRight {
    width: calc(100% - 40px);
    display: inline-block;
    float: right;
    right: 0;
}

.filterButtons {
    padding-top: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-button-wrapper-n {
    position: absolute;
    height: 50%;
    width: 27px;
    border: 1px solid #E3E3E3;
    /*color: #E3E3E3;*/
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .input-button-wrapper-n:hover {
        background: #FAFAFA;
    }

    .input-button-wrapper-n.add {
        top: 0px;
        right: 0px;
        border-bottom: none;
    }

    .input-button-wrapper-n.remove {
        bottom: 0px;
        right: 0px;
    }

    .input-button-wrapper-n.hotel {
        top: 0px;
        right: 0px;
        border-bottom: none;
    }

    .input-button-wrapper-n.apartment {
        bottom: 0px;
        right: 0px;
    }

.irs--round .irs-handle {
    cursor: pointer;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    cursor: pointer;
}


/*Switch 
         The switch - the box around the slider 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

 Hide default HTML checkbox 
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

 The slider 
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);*/

/*Carousel*/
.carousel, .thumbnailImages {
    margin: 0 !important;
    padding: 0 !important;
}

.carousel-inner {
    height: 100%;
}

/*Toggler*/
.toggler {
    cursor: pointer;
    outline: none;
}

i.fa.toggler, i.fas.toggler, i.far.toggler, i.fal.toggler, i.fab.toggler, i.fak.toggler {
    left: 25%;
}

    i.fa.toggler::before, i.fas.toggler::before, i.far.toggler::before, i.fal.toggler::before, i.fab.toggler::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f0fd"; /*hotel icon*/
        padding-right: 5px;
        color: white;
    }

    i.fa.toggler::after, i.fas.toggler::after, i.far.toggler::after, i.fal.toggler::after, i.fab.toggler::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f1ad"; /*apart icon*/
    }

    i.fa.toggler.apart::before, i.fas.toggler.apart::before, i.far.toggler.apart::before, i.fal.toggler.apart::before, i.fab.toggler.apart::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f0fd"; /*hotel icon*/
        padding-right: 5px;
        color: #aaa;
        /*border: none;*/
    }

    i.fa.toggler.apart::after, i.fas.toggler.apart::after, i.far.toggler.apart::after, i.fal.toggler.apart::after, i.fab.toggler.apart::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f1ad"; /*apart icon*/
        color: white;
        /*border: 1px solid black;*/
    }

.filters {
    padding-top: 0px !important;
}

.fullScreenFilterResponsiveMenu2 {
    display: none !important;
}

/* EQUIPMENTS */
.spanEquipment + .fullScreenFilterPopup td {
    padding: 2px;
}

.SearchEquipments label {
    padding: 7px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    position: relative;
}

    .SearchEquipments label > i.fa-amenities-search {
        padding-right: 0;
    }

.SearchEquipments input {
    display: none;
}

.SearchEquipments span {
    outline: none;
}

.SearchEquipments input:checked + label {
    background-color: var(--color2);
    color: var(--fore-color2);
    /*color: #130A04;*/
    border-radius: 2px;
}

.fa-amenities-39:after, .fa-amenities-40:after {
    left: 9px;
    top: 0px;
}
/* END EQUIPMENTS */

/* Facilities */
.cblFacilities td label {
    padding-left: 7px;
}
/* END Facilities */
.navbar-mobile-item.nmi-filters, .navbar-mobile-item.nmi-map {
    display: none;
}

.b-home-foot {
    /*position: relative;*/
    position: sticky;
    bottom: 0;
    overflow: hidden;
    background-color: transparent var(--color1);
    color: white;
}

#cookie-banner {
    position: sticky;
    bottom: 0;
}

.b-home-foot .aboutUs {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0px;
    bottom: 0;
    left: 0;
    display: block;
    height: 250px;
    border-top: 1px solid #130a04;
    max-width: none;
    padding: 25px 12px 0 12px;
}

    .b-home-foot .aboutUs a.close {
        /*display:none;*/
        font-size: 20pt !important;
    }

#tileCustomSlider {
    position: relative;
}

}

#tileCustomSlider * {
    font-family: var(--fontName);
    margin: auto;
}

.tileCustomSlider, .customText, .ribbonText {
    background: #fff !important;
}

.b-home-foot, #tileCustomSlider {
    max-height: none;
    overflow: hidden;
    height: auto;
}

#b-home-container {
    padding-bottom: 30px;
}

.col-cat.fill {
    max-width: 100%;
    flex-grow: 1;
}

/*Footer*/
@media screen and (max-width: 767px) {
    #b-home-container {
        margin-left: 0% !important;
        /*margin-top: 50px !important;*/
    }

    i.fa.toggler {
        left: 20px;
    }

    .popupFilter {
        width: 90% !important;
        position: absolute;
        top: 25% !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .popupMore.popupFilter {
        width: 100% !important;
    }

    /*.daterangepicker {
        position: fixed;*/
        /*top: 25% !important; Nasser suivant les sites le top n'est pas bon, celui déjà calculé par le calendrier est meilleur*/
        /*left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .daterangepicker:not(.searchPopupFilter) {
        width: 90% !important;
    }*/
    
    .popupFilter::before, .popupFilter.fromLeft::before, .popupFilter.fromRight::before {
        display: none;
    }
}

/*Screen > 768*/
@media screen and (min-width: 768px) {
    #b-home-container {
        max-height: 380px;
    }
}

/*dateRangePicker overwrite*/
/*  Larger Screen Styling */
@media (max-width: 564px) {
    .daterangepicker {
        width: auto !important;        
    }

    .form-group input {
        font-size: 1em;
        padding: 2em 1em 2em 4em;
    }

    .form-group .fal {
        font-size: 1.8em;
        left: 0.7em;
        top: 1.7em;
    }

    .wrapper-n-label {
        top: 18px;
        font-size: 1em;
        left: 6em;
    }

    .form-toggler {
        text-align: center;
    }

    .symbolHome {
        top: 2.5em;
        left: 0.2em;
    }
}
/*6"
@media screen and (max-width: 528px) {
    .form-group input {
        font-size: 1em;
    }

    .form-group .fal {
        font-size: 1.8em;
        left: 0.6em;
    }
}*/

@media(max-width: 564px) and (max-height:820px) {
    #left {
        padding-bottom: 20px !important;
    }
}

/* IE 10 AND IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-group input[type=text], .form-group input[type=number] {
        padding: 0.9em 1em 2em 4em;
        height: auto;
        line-height: 40px;
    }
}

/*Firefox*/
@-moz-document url-prefix() {
    #inputRooms {
        height: 4em;
        padding: 0.3em 0em 0em 4em;
    }
}


/****Navbar mobile****/
nav.navbar-mobile #myNavbar {
    background-color: transparent !important;
    /*background-color: #fff !important;*/
}

.navbar-inverse.navbar-mobile .navbar-nav > li > a:hover > i, .navbar-inverse.navbar-mobile .navbar-nav > li > a:focus > i {
    color: white !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    i.toggler {
        left: 10px !important;
    }
}

@media screen and (min-width: 768px) {
    /*    div.row > div.col-cat:first-child {
        padding-left: 0 !important;
    }

    div.row > div.col-cat:last-child {
        padding-right: 0 !important;
    }*/

    .col-cat {
        padding-left: 0 !important;
        padding-right: 0.8em !important;
    }
}

@media screen and (max-width: 768px) {
    .col-cat {
        padding-right: 15px;
    }
}

@media screen and (max-width: 400px) {
    i.toggler {
        left: 0.6em !important;
    }
}

.col-cat p.type {
    margin: 20px 0 0 0;
}

    .col-cat p.type:first-of-type {
        margin: 0;
    }

#inputRooms:disabled, #inputDates:disabled, #inputRates:disabled, #inputCategoryType:disabled {
    background-color: lightgray;
}


#search,#search:focus{
    background-color:var(--color1);
    color:white;
}






/*Event Location Filter */
.popupfilterLocation {
    padding-left: 0;
    padding-right: 5px;
}

.radioboxlist input[type='radio'] {
    visibility: hidden;
}

.radioboxlist radioboxlistStyle {
    font-size: x-large;
    padding-right: 20px;
}

.radioboxlist label {
    color: var(--color1);
    background-color: transparent;
    padding-left: 6px;
    padding-right: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
    margin-left: 5px;
    width: 100%;
    /* height: 22px; */
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    line-height: normal;
    margin: -2px 0 0 -14px;
}

    .radioboxlist label:hover {
        color: white;
        background: var(--color1-lighten);
        border: 1px solid var(--color1-darken);
    }

.radioboxlist input:checked + label {
    color: var(--fore-color1);
    background: var(--color1);
    border: 1px solid #AAAAAA;
}

    .radioboxlist input:checked + label::before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: bold;
        font-display: auto;
        font-size: large;
        content: '\f60a';
        margin-right: 3px;
    }

.radioboxlist input:not(:checked) + label::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    font-size: large;
    content: '\f041';
    margin-right: 3px;
}
