    /*
 Theme Name:     Divi Child Theme for kaban
 Theme URI:      https://www.rjsm.pt
 Description:    Divi Child Theme for kaban plugin
 Author:         rjsm92
 Author URI:     https://www.rjsm.pt
 Template:       Divi
 Version:        1.0.0
*/
    /* =Theme customization starts here
------------------------------------------------------- */
    
    body {
        font-family: 'Open Sans' !important;
        height: 100%;
    }
    
    h1,
    h2 {
        font-family: 'Open Sans' !important;
        font-size: 22px;
    }
    
    h3,
    h4 {
        font-family: 'Open Sans', Arial, sans-serif !important;
        font-weight: 600 !important;
    }
    
    p {
        font-family: 'Open Sans';
        font-size: 1rem;
    }
	.kaban-mobile-title{
		font-size: 2rem;
	}
    label {
        font-family: 'Open Sans';
        font-size: smaller;
    }
    
    small {
        font-family: 'Open Sans' !important;
        color: #6f6f6f !important;
        font-weight: 600 !important;
        font-size: 65% !important;
    }
    
    button {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
    }
    
    hr {
        border: none;
        border-top: 2px solid rgba(0, 0, 0, .1) !important;
    }
    
    .search-box-group {
        /* width: 12vw;
        min-width: 83px;
        max-width: 160px;
    */
    }
    
	a {
		color: #111111;
	}
    .navbar {
        position: fixed;
        margin-top: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0.05) !important;
    }
    
    .nav-rigth-text {
        font-size: 18px !important;
    }
    
    .nav-color {
        background-color: transparent !important;
    }
    
    .et-cart-info {
        display: none !important;
    }
    
    .logo {
        width: 9vw;
        max-width: 180px;
        margin-right: 0.25%;
    }
    
    h2 {
        font-size: 50em;
    }
    
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    
    .inner-row {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    
    .search-bar-top {
        margin-top: 1.5em;
    }
    
    .search-icon {
        height: 2vw;
        width: 2vw;
        min-width: 42px;
        min-height: 42px;
        max-width: 59px;
        max-height: 59px;
        margin: auto;
        margin-right: -6px;
    }
    
    .search-icon input {
        background-color: transparent;
        width: 100%;
        margin-left: 0px;
        padding: 0px;
    }
    
    .search-bar-box {
        justify-content: space-between !important;
        border: 1.5px solid darkgray !important;
        border-radius: 5em !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    .search-box-label {
        margin-top: 0px;
        font-size: calc(0.5rem + 0.5vw) !important;
    }
    
    .search-box-field {
        margin-top: -7px;
        font-size: calc(0.5rem + 0.5vw) !important;
        line-height: normal;
        min-width: 80;
    }
    
    .search-box-field .form-group {
        margin-bottom: 0px !important;
    }
    
    .search-box-field .form-group .form-control {
        border: 0px solid #ced4da !important;
        padding-left: 0px !important;
        font-family: 'Open Sans' !important;
        color: #6f6f6f !important;
        font-weight: 600 !important;
        font-size: calc(0.5rem + 0.5vw) !important;
        height: 22px !important;
    }
    
    .search-box-field .form-group .form-control input {
        margin-top: 0px !important;
        font-size: calc(0.5rem + 0.5vw) !important;
    }
    
    .search-box-field .form-group .form-control input:focus,
    .search-box-field .form-group .form-control:focus {
        color: #495057;
        background-color: transparent !important;
        border-color: transparent !important;
        outline: 0;
        box-shadow: none !important;
    }
    
    .box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1em 1em;
        column-gap: 2em;
        row-gap: 0em;
    }
    
    .calendar-content {
        display: flex;
    }
    
    .box :first-child {
        align-self: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .dropdown-box {
        display: grid;
        align-self: stretch;
        grid-template-columns: auto 1fr;
        grid-template-rows: 1em 1em;
        column-gap: 2em;
        row-gap: 0em;
    }
    
    .dropdown-voyageurs {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content-voyageurs {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 12px 16px;
        z-index: 1;
    }
    
    .dropdown-content-voyageurs-lables {
        display: block;
        line-height: 1.5em;
    }
    
    .counter-btns {
        display: inline-block;
    }
    
    .minus-btn {
        display: inline-block;
        color: red;
        border: none;
        cursor: pointer;
    }
    
    .minus-btn:active {
        border: none;
    }
    
    .plus-btn {
        display: inline-block;
        border: none;
        color: red;
        cursor: pointer;
    }
    
    .plus-btn:active {
        border: none;
    }
    
    .unselectable {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .counter {
        line-height: 2;
        vertical-align: text-bottom;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    
    .search-btn {
        width: 40px;
        height: 40px
    }
    /* Dropdown Button */
    
    .dropbtn {
        background-color: #3498DB;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    /* Dropdown button on hover & focus */
    
    .dropbtn:hover,
    .dropbtn:focus {
        background-color: #2980B9;
    }
    /* The container <div> - needed to position the dropdown content */
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    /* Dropdown Content (Hidden by Default) */
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    /* Links inside the dropdown */
    
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    /* Change color of dropdown links on hover */
    
    .dropdown-content a:hover {
        background-color: #ddd
    }
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    
    .show {
        display: block;
    }
    
    .dropdown-filters {
        margin-right: 1em;
        position: absolute;
        display: inline-block;
        direction: rtl;
        z-index: 100000;
    }
    
    .dropdown-content-filters {
        display: none;
        position: absolute;
        border-radius: 15px;
        background-color: rgba(255, 255, 255);
        min-width: 350px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 100000;
        float: left;
    }
    
    .container {
        max-width: 1024px !important;
        font-weight: normal;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        padding-bottom: 2px;
    }
    
    .container-fluid {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
    
    .ks-cboxtags {
        list-style: none;
        padding: 1px;
    }
    
    .ks-cboxtags {
        display: inline;
    }
    
    .ks-cboxtags label {
        display: inline-block;
        background-color: rgba(255, 255, 255, .9);
        border: 2px solid rgba(139, 139, 139, .3);
        color: #adadad;
        border-radius: 125px;
        white-space: nowrap;
        margin: 0px 0px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transition: all .2s;
    }
    
    .ks-cboxtags label {
        padding: 0px 0px;
        width: 90px;
        cursor: pointer;
    }
    
    .ks-cboxtags label::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    
    .ks-cboxtags input[type="checkbox"]:checked+label {
        border: 2px solid #3724e4d8;
        background-color: #3724e4d8;
        color: #fff;
        transition: all .2s;
    }
    
    .ks-cboxtags input[type="checkbox"] {
        display: absolute;
    }
    
    .ks-cboxtags input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }
    
    .ks-cboxtags input[type="checkbox"]:focus+label {
        border: 2px solid #3724e4d8;
    }
    
    .grid-card {
        border-radius: 15px;
        box-shadow: 0 5px 4px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.01s cubic-bezier(.25, .8, .25, 1);
        border-bottom: 5px solid transparent;
        margin-bottom: 20px;
    }
    
    .grid-card:hover {
        animation-name: cardAnimation;
        animation-duration: 0.15s;
        border-left: 5px solid red;
        border-bottom: 5px solid red;
        border-radius: 25px;
        box-sizing: border-box;
    }
    
    .carousel-constrains {}
    
    .grid-boxes-carousel {
        border-radius: 15px 15px 0px 0px;
    }
    
    .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
        border-radius: 100%;
    }
    
    .carousel-indicators {
        position: absolute;
        top: 10px;
        z-index: 15;
        width: 70%;
        list-style: none;
        text-align: center;
		max-height: 0px;
    }
    
    @keyframes cardAnimation {
        0% {
            border-left: 0px solid #ffffff;
            border-bottom: 0px solid #ffffff;
        }
        25% {
            border-left: 1px solid #ffe6e6;
            border-bottom: 1px solid #ffe6e6;
        }
        50% {
            border-left: 3px solid #ff8080;
            border-bottom: 3px solid #ff8080;
        }
        100% {
            border-left: 5px solid #ff0000;
            border-bottom: 5px solid #ff0000;
        }
    }
    
    .topleft {
        position: absolute;
        top: 8px;
        left: 16px;
        font-size: 18px;
    }
    
    .bottomleft {
        position: absolute;
        bottom: 12px;
        left: 16px;
    }
    
    .card-pill {
        color: #f1f1f1 !important;
        background-color: rgb(255, 193, 7, 0.8) !important;
        font-size: 12px;
        padding-right: 1em !important;
        padding-left: 1em !important;
    }
    
    .card-pill-content {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    
    .card-header-flex {
        padding-left: 1em;
        padding-right: 1em;
        display: flex;
        justify-content: space-between;
    }
    
    .card-heaeder {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black;
        font-weight: bold;
        font-size: 1em !important;
        text-decoration: none;
        margin-bottom: -.5rem !important;
		cursor: pointer;
    }
    
    .card-heaeder a:hover {
        text-decoration: none;
        color: black;
    }
    
    .card-sub-header-flex {
        padding-left: 1em;
        padding-right: 1em;
        margin-top: 0.4em;
        display: flex;
        justify-content: left;
    }
    
    .card-sub-heaeder {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black;
        font-weight: normal;
        text-decoration: none;
        padding-right: 1em;
        font-size: 0.75em !important;
        line-height: 1.2em;
    }
    
    .card-sub-heaeder a:hover {
        text-decoration: none;
        color: black;
    }
    
    .row .col-3 {
        padding-right: 5px;
        padding-left: 5px;
    }
    /******************* SINGLE PAGE EXPERIENCE ********************/
    
    .center-button {
        padding-left: 2vh;
        padding-right: 2vh;
        background-color: transparent;
        border-radius: 50px;
        stroke: none;
        border-color: gray;
        border-width: 1px;
        color: black;
        max-width: 100%;
    }
    
    .center-button:hover {
        background-color: #1E3C56;
        color: whitesmoke;
        outline: none;
        border-width: 1px;
        border-color: #1E3C56;
    }
    
    .center-button:focus {
        outline: none;
        border-width: 1px;
        background-color: #1E3C56;
        color: whitesmoke;
    }
    
    .breadcrumb {
        background-color: transparent !important;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        content: ">" !important;
    }
    
    .label-top label {
        border: 0.5px solid #ccc;
        border-radius: 10px;
    }
    
    .label-top label {
        margin-bottom: 1rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .label-top small {
        border: 0.5px solid #ccc;
        border-radius: 8px;
        font-size: 70% !important;
    }
    
    .label-top small {
        margin-bottom: 0.5rem !important;
    }
    
    .small-share-icon {
        border-radius: 50% !important;
        padding: 10px;
    }
    
    .margin-images-single {
        padding-right: 0px !important;
    }
    
    .left-img-single {
        height: 30vw;
        max-height: 400px;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    
    .right-img-single {
        height: 30vw;
        max-height: 400px;
        object-fit: cover;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
        position: relative;
    }
    
    .right-img-single button {
        position: absolute;
        bottom: 10%;
        right: 10%;
        background: rgb(255, 255, 255);
        color: #000;
        border-radius: 50px;
        padding-right: 4%;
        padding-left: 4%;
        padding-bottom: 3%;
        padding-top: 3%;
        border: 0.5px solid #ccc;
        line-height: normal;
        font-size: calc(0.3em + 0.4vw);
    }
    
    .right-img-single button:focus,
    .right-img-single button:hover,
    .right-img-single button:active {
        outline: 0;
        border: none;
        -moz-outline-style: none;
    }
    
    .desconection-area {
        border-radius: 25px;
        border-color: black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        width: 100%;
        display: inline-block;
        padding-top: 15px;
        /*padding-left: 35px !important;
        padding-right: 35px !important;*/
    }
    
    .myprogress-title {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.7px;
        color: #414141;
        text-transform: uppercase;
        margin: 10px 0 5px;
    }
    
    .myprogress {
        height: 5px;
        background: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 10px;
        overflow: visible;
        position: relative;
    }
    
    .myprogress .myprogress-bar {
        position: relative;
        -webkit-animation: animate-positive 2s;
        animation: animate-positive 2s;
        z-index: 100;
    }
    
    .progress .progress-bar {
        position: relative;
        -webkit-animation: animate-positive 2s;
        animation: animate-positive 2s;
    }
    
    .progress .progress-bar.nivel1 {
        width: 30%;
        background-color: #52bb0c!important;
    }
    
    .progress .progress-bar.nivel2 {
        width: 75%;
        background-color: #ffc107!important;
    }
    
    .progress .progress-bar.nivel3 {
        width: 90%;
        background-color: #d83232!important;
    }
    
    .myprogress .myprogress-bar:after {
        position: absolute;
        top: -55px;
        right: -20px;
        display: block;
        content: ' ';
        background-size: 40px 50px;
        width: 40px;
        height: 50px;
    }
    
    .myprogress .myprogress-bar.nivel1 {
        width: 30%;
    }
    
    .myprogress .myprogress-bar.nivel2 {
        width: 75%;
    }
    
    .myprogress .myprogress-bar.nivel3 {
        width: 90%;
    }
    
    .myprogress .myprogress-bar.nivel1:after {
        color: #52bb0c;
        background-image: url('includes/images/nivel_1.png');
    }
    
    .myprogress .myprogress-bar.nivel2:after {
        color: #ffc107;
        background-image: url('includes/images/nivel_2.png');
    }
    
    .myprogress .myprogress-bar.nivel3:after {
        color: #d83232;
        background-image: url('includes/images/nivel_3.png');
    }
    
    .myprogress .myprogress-value {
        display: block;
        font-size: 12px;
        color: #414141;
        position: absolute;
        top: -25px;
        right: 0;
    }
    
    .alignleft {
        float: left;
    }
    
    .lit-icons {
        max-width: 40px;
        max-height: 40px;
    }
    
    .small-lit-icons {
        max-width: 30px;
        max-height: 30px;
    }
    
    .alignright {
        float: right;
    }
    
    @-webkit-keyframes animate-positive {
        0% {
            width: 0%;
        }
    }
    
    @keyframes animate-positive {
        0% {
            width: 0%;
        }
    }
    
    .my-box {
        border: 0.5px solid #ccc;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 10px;
        min-width: 65px;
    }
    
    .my-box label {
        padding-top: 0%;
        padding-bottom: 0%;
        margin-bottom: 0rem !important;
    }
    
    .landscape-green {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/landscape_green.svg');
        text-align: center;
    }
    
    .landscape-red {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/landscape_red.svg');
        text-align: center;
    }
    
    .landscape-yellow {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/landscape_yellow.svg');
        text-align: center;
    }
    
    .network-green {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/network_green.svg');
        text-align: center;
    }
    
    .network-red {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/network_red.svg');
        text-align: center;
    }
    
    .network-yellow {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/network_yellow.svg');
        text-align: center;
    }
    
    .wifi-green {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/wifi_green.svg');
        text-align: center;
    }
    
    .wifi-red {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/wifi_red.svg');
        text-align: center;
    }
    
    .wifi-yellow {
        background-size: 100% 100%;
        height: 3.2em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/wifi_yellow.svg');
        text-align: center;
    }
    
    .line-separator {
        margin: 0 -30px;
        border: 0;
        border-top: 1px solid #ebe9e9;
    }
    
    .price-label {
        padding-top: 0% !important;
        padding-bottom: 0% !important;
        margin-bottom: 0rem !important;
    }
    
    .price-separator {
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
    }
    
    .certification-kaban {
        margin-top: 0.5em;
        margin-left: 0.5em;
        margin-bottom: 0.5em;
        background-size: 100% 100%;
        height: 3em;
        width: 8vh;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/landscape_green.svg');
        text-align: center;
    }
    
    .elements-cles-parent {
        display: flex;
    }
    
    .elements-cles-icons {
        margin: 0.5em;
        max-height: 3em;
        max-width: 4vh;
        /*background-image: url('includes/images/landscape_green.svg');*/
    }
    
    .elements-details {
        text-align: left;
    }
    
    .elements-details-header {
        font-weight: bold;
        margin-bottom: 0rem !important;
        margin-top: 0em !important;
        line-height: 2em;
        height: 2em;
        overflow: hidden;
        font-size: medium;
    }
    
    .elements-details-details {
        overflow: hidden;
        padding-bottom: .5em;
        margin-top: 0rem !important;
        margin-bottom: 0px !important;
        font-weight: normal !important;
        line-height: initial;
    }
    
    .elements-details-details a {
        text-decoration: underline;
    }
    
    .description-text {
        text-align: justify;
        font-weight: 400 !important;
        line-height: 1.5em;
        font-size: medium;
    }
    
    a.description-text {
        text-decoration: underline !important;
        text-align: justify;
        font-weight: 400 !important;
        line-height: 1.5em;
        font-size: medium;
    }
    
    .literie-kaban {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        background-size: 100% 100%;
        height: 3em;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('includes/images/landscape_green.svg');
        text-align: center;
    }
    
    ul.equiments {
        list-style: none;
        padding-left: 1em;
    }
    
    ul.equiments li:before {
        content: '';
        display: inline-block;
        height: 1.3em;
        width: 1.3em;
        content: "";
        background-size: 1.3em 1.3em;
        background-repeat: no-repeat;
        margin-right: 0.5em;
    }
    
    ul.equiments li.Jacuzzi:before {
        background-image: url('includes/images/jacuzzi.svg');
    }
    
    ul.equiments li.Micro-ondes:before {
        background-image: url('includes/images/microwave.svg');
    }
    
    ul.equiments li.Frigo:before {
        background-image: url('includes/images/fridge.svg');
    }
    
    ul.equiments li.Cheminée:before {
        background-image: url('includes/images/fireplace.svg');
    }
    
    ul.equiments li.Eau-chaude:before {
        background-image: url('includes/images/eauchaude.svg');
    }
    
    ul.equiments li.Lave-linge:before {
        background-image: url('includes/images/washmachine.svg');
    }
    
    ul.equiments li.Feràrepasser:before {
        background-image: url('includes/images/ferarepasser.svg');
    }
    
    ul.equiments li.Parking-gratuit:before {
        background-image: url('includes/images/parking.svg');
    }
    
    ul.equiments li.Cuisine:before {
        background-image: url('includes/images/cuisine.svg');
    }
    
    ul.equiments li.Bouilloire:before {
        background-image: url('includes/images/bouilloire.svg');
    }
    
    ul.equiments li.Congélateur:before {
        background-image: url('includes/images/congelateur.svg');
    }
    
    ul.equiments li.Terrasseoubalcon:before {
        background-image: url('includes/images/terraseoubalcon.svg');
    }
    
    ul.equiments li.Draps:before {
        background-image: url('includes/images/draps.svg');
    }
    
    ul.equiments li.Piscine:before {
        background-image: url('includes/images/pool.svg');
    }
    
    ul.equiments li.Cintres:before {
        background-image: url('includes/images/cintres.svg');
    }
    
    ul.equiments li.Machineàcafé:before {
        background-image: url('includes/images/machineacafe.svg');
    }
    
    ul.equiments li.Lave-vaissille:before {
        background-image: url('includes/images/lave-vaisselle.svg');
    }
    
    ul.equiments li.Oreillers:before {
        background-image: url('includes/images/oreillers.svg');
    }
    
    ul.equiments li.Four:before {
        background-image: url('includes/images/houven.svg');
    }
    
    ul.equiments li.Ustensilesdecuisinedebase:before {
        background-image: url('includes/images/ustensiledecuisene.svg');
    }
    
    ul.equiments li.Espacedetravailprivé:before {
        background-image: url('includes/images/computerdesk.svg');
    }
    
    ul.equiments li.Télévision:before {
        background-image: url('includes/images/computerdesk.svg');
    }
    
    ul.equiments li.Radio:before {
        background-image: url('includes/images/radio.svg');
    }
    
    ul.equiments li.Salledesport:before {
        background-image: url('includes/images/gym.svg');
    }
    
    ul.equiments li.Papiertoilette:before {
        background-image: url('includes/images/paper.svg');
    }
    
    ul.equiments li.Shampooingetgeldouche:before {
        background-image: url('includes/images/shampo.svg');
    }
    
    ul.equiments li.Toaster:before {
        background-image: url('includes/images/toaster.svg');
    }
    
    ul.equiments li.Mixer:before {
        background-image: url('includes/images/mixer.svg');
    }
    
    ul.equiments li.Chauffage:before {
        background-image: url('includes/images/chauffage.svg');
    }
    
    ul.equiments li.Climatisation:before {
        background-image: url('includes/images/climatisation.svg');
    }
    
    .images-modal {
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        width: auto !important;
        height: auto !important;
    }
    
    .hideme {
        visibility: hidden;
        display: none;
    }
    
    .hideItemsFromLitList {
        display: none;
    }
    
    .act-sport-active {
        color: #1F3369;
    }
    
    .act-sport {
        color: #CCCCCC;
    }
    
    .my-box.act {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    
    .my-box.stay {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    
    .my-box.act.active {
        border: 0.5px solid #1F3369;
    }
    
    .my-box.act>label {
        font-size: x-small;
    }
    
    .modal-body-text {
        line-height: normal;
        font-size: medium;
    }
    
    .hour-day-header {
        font-size: large;
        text-align: center;
    }
    
    .hour-box {
        border: 0.2px solid #ccc;
        border-radius: 7px;
        text-align: center;
        margin-bottom: 0.6em;
    }
    
    .action-button {
        font-size: revert !important;
    }
    
    .label-levels {
        line-height: 1.7rem !important;
        font-size: 0.87rem !important;
    }
    
    .pre-check-out-h {
        font-size: smaller;
    }

 
    .badge.badge-pill.badge-warning.card-pill.act {
        background-color: #e9e0e04f!important;
        border: 1.5px solid white;
    }
    
    .badge.badge-pill.badge-warning.card-pill.n1 {
        background-color: #52bb0c!important;
    }
    
    .badge.badge-pill.badge-warning.card-pill.n2 {
        background-color: #ffc107!important;
    }
    
    .badge.badge-pill.badge-warning.card-pill.n3 {
        background-color: #d83232!important;
    }

    .my-box-pre-checkout-1 {
        border: 0.4px solid #ccc;
        border-top-left-radius: 5px;
        text-align: left;
        margin: 0px;
        padding: 0px;
        border-bottom: none;
    }
    
    .pre-checkout p {
        line-height: 1rem;
        font-size: smaller;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
    }
    
    .pre-checkout small {
        line-height: 1rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
    }
    
    .my-box-pre-checkout-2 {
        border: 0.4px solid #ccc;
        border-top-right-radius: 5px;
        border-left: none;
        text-align: left;
        border-bottom: none;
        margin: 0px;
        padding: 0px;
    }
    
    .my-box-pre-checkout-3 {
        border: 0.4px solid #ccc;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }
    
    .action-button-pre-checkout {
        font-size: revert !important;
        border-radius: none !important;
    }
    
    .pre-checkout-text {
        text-align: center;
        line-height: 1.5em;
        font-size: small;
    }
    /*#########################    MOBILE        #######################*/
    
    .small-navbar-brand {
        overflow: hidden;
        height: 50px;
        overflow-y: hidden;
        border-bottom: 1px solid whitesmoke;
        background-color: white;
    }
    
    .small-navbar-brand .icon {
        float: left;
        width: 25%;
        margin-top: 5px;
    }
    
    .small-navbar-brand::after {
        content: "";
        display: table;
        clear: both;
    }
    
    .nav-title-small {
        float: left;
        width: 50%;
        text-align: center;
        margin-top: 5px;
    }
    
    .nav-title-small2 {
        float: left;
        width: 29%;
        text-align: center;
        margin-top: 5px;
    }
    
    .nav-small-btn {
        float: right;
        width: 10%;
        margin-top: 15px;
    }
    
    .logo-small {
        width: 40px;
        padding-left: 20px;
        padding-top: 5px;
    }
    
    .smart-scroll {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1020;
    }
    
    .scrolled-down {
        transform: translateY(-100%);
        transition: all 0.3s ease-in-out;
    }
    
    .scrolled-up {
        transform: translateY(0);
        transition: all 0.3s ease-in-out;
    }
    
    .float-window {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1030;
        background-color: white;
        position: absolute;
    }
    
    .small-rouded-button {
        padding-left: 2vh;
        padding-right: 2vh;
        background-color: #1e2d56;
        border-radius: 50px;
        stroke: none;
        border-color: gray;
        border-width: 1px;
        color: white;
        overflow: unset;
        width: 100%;
    }
    /* Large desktops and laptops */
    
    @media (min-width: 1200px) {
        .container {
            max-width: 1200px !important;
        }
    }
    /* Landscape tablets and medium desktops */
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .container {
            max-width: 990px !important;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .container {
            max-width: 750px !important;
        }
    }
    
    @media (min-width: 576px) {
        .center {
            display: flex;
            justify-content: center;
            position: absolute;
            width: 100%;
            left: 0;
            text-align: left;
        }
        .center .nav-item {
            width: 130px;
            font-size: 15px;
        }
    }
    
    @media (max-width: 576px) {
        .my-d-sm-block {
            display: block !important;
        }
        .my-d-none {
            display: none !important;
        }
    }
    
    @media (min-width: 577px) {
        .my-d-sm-block {
            display: block;
        }
        .my-d-none {
            display: inherit;
        }
    }
    
    .small-title {
        color: #1E2D56;
        font-size: 1.2rem;
    }
    
    .small-menu-box {
        background-color: #F4F5F6;
        margin: 0.4rem;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 90%;
        text-align: left;
        line-height: 1.2rem;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    
    .small-menu-box>p {
        font-size: small;
        font-weight: bold;
        margin: 0 !important;
    }
    
    .small-action-button {
        font-size: revert !important;
        line-height: 2rem !important;
        border-radius: 35.25rem !important;
        border: 10px solid transparent !important;
        margin-top: 0.4rem !important;
    }
    
    .small_combien {
        line-height: 0.4rem;
        font-size: small;
    }
    
    .small_combien>p {
        font-weight: bolder;
        padding-top: 1rem;
    }
    
    .small_enfants_select,
    .small_adults_select {
        padding-top: 1rem;
    }
    
    .small_footer {
        position: initial;
        bottom: 0;
        width: 100%;
        height: fit-content;
        line-height: 60px;
    }
    
    .autocomplete {
        /*the container must be positioned relative:*/
        position: relative;
        display: inline-block;
    }
    
    input {
        border: 1px solid transparent;
        background-color: #f1f1f1;
        padding: 10px;
        font-size: 16px;
    }
    
    input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }
    
    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }
    
    .autocomplete-items {
        position: absolute;
        border: 1px solid #d4d4d4;
        border-bottom: none;
        border-top: none;
        z-index: 99;
        /*position the autocomplete items to be the same width as the container:*/
        top: 100%;
        left: 0;
        right: 0;
    }
    
    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }
    
    .autocomplete-items div:hover {
        /*when hovering an item:*/
        background-color: #e9e9e9;
    }
    
    .autocomplete-active {
        /*when navigating through the items using the arrow keys:*/
        background-color: DodgerBlue !important;
        color: #ffffff;
    }
    
    .btn-small-kab {
        border-radius: 5rem !important;
        border-color: #c0bfbf !important;
        border-width: thin !important;
        background-color: #ffffff !important;
        font-size: small !important;
        min-width: 82px !important;
        color: black !important;
    }
    
    .btn-small-kab.active {
        background-color: #1E2D56 !important;
        color: #ffffff !important;
    }
    
    .btn-small-kab.focus,
    .btn-small-kab:focus {
        outline: 0;
        box-shadow: none !important;
    }
    
    .pre-reserve {
        background: rgb(243, 56, 56);
        background: linear-gradient(90deg, rgba(243, 56, 56, 1) 30%, rgba(237, 37, 78, 1) 83%);
        color: white;
    }
    
    .small_footer_prereserve {
        position: fixed;
        background-color: white;
        bottom: 0;
        width: 100%;
        height: fit-content;
        line-height: 30px;
    }
    
    .small_footer_prereserve_price {
        line-height: 20px;
    }
    
    .small_footer_prereserve small {
        font-size: 70%;
        font-weight: 600;
        line-height: normal;
    }
    
    .small-single-photo {
        object-fit: cover;
        display: inline-block;
        position: relative;
    }
    
    .small-single-photo button {
        position: absolute;
        font-size: small;
        bottom: 5%;
        right: 5%;
        background: rgb(255, 255, 255);
        color: #000;
        border-radius: 50px;
        border: 0.5px solid #ccc;
        line-height: normal;
        padding-top: 7px;
        padding-bottom: 5px;
    }
    
    .small-single-photo button:focus,
    .small-single-photo button:hover,
    .small-single-photo button:active {
        outline: 0;
        border: none;
        -moz-outline-style: none;
        outline-style: none;
    }
    
    .small-single-photo button h4 {
        line-height: normal;
        padding: 0;
        margin: 0;
    }
    
    .small-progress {
        height: 0.6rem !important;
    }
    
    .small-myprogress {
        height: 4px;
        background: #d6d6d6;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0px;
        overflow: visible;
        position: relative;
    }
    
    .small-myprogress .small-myprogress-bar {
        position: relative;
        -webkit-animation: small-animate-positive 2s;
        animation: small-animate-positive 2s;
        z-index: 100;
    }
    
    .small-progress .small-progress-bar {
        position: relative;
        -webkit-animation: small-animate-positive 2s;
        animation: small-animate-positive 2s;
    }
    
    .small-myprogress .small-myprogress-bar:after {
        position: absolute;
        top: -40px;
        right: -15px;
        display: block;
        content: ' ';
        background-size: 30px 40px;
        width: 30px;
        height: 40px;
    }
    
    .small-myprogress .small-myprogress-bar.nivel1 {
        width: 30%;
    }
    
    .small-myprogress .small-myprogress-bar.nivel2 {
        width: 75%;
    }
    
    .small-myprogress .small-myprogress-bar.nivel3 {
        width: 90%;
    }
    
    .small-myprogress .small-myprogress-bar.nivel1:after {
        color: #52bb0c;
        background-image: url('includes/images/nivel_1.png');
    }
    
    .small-myprogress .small-myprogress-bar.nivel2:after {
        color: #ffc107;
        background-image: url('includes/images/nivel_2.png');
    }
    
    .small-myprogress .small-myprogress-bar.nivel3:after {
        color: #d83232;
        background-image: url('includes/images/nivel_3.png');
    }
    
    @-webkit-keyframes small-animate-positive {
        0% {
            width: 0%;
        }
    }
    
    @keyframes small-animate-positive {
        0% {
            width: 0%;
        }
    }
    
    .small-elements-cles-icons {
        margin: 7px;
        margin-left: 0px !important;
        max-height: 20px;
        max-width: 20px;
        /*background-image: url('includes/images/landscape_green.svg');*/
    }
    
    .checkout-img {
        max-height: 200px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .lh-1 {
        line-height: 1.8rem !important;
    }
    
    .lh-13 {
        line-height: 1.3rem !important;
    }
    
    .checkout-area {
        border-radius: 25px;
        border-color: black;
        box-shadow: 0 0px 2px 0 rgb(0 0 0 / 51%);
        transition: 0.3s;
        width: 100%;
        display: inline-block;
        padding-top: 15px;
    }
    
    .checkout-area-2 {
        background-color: rgb(245, 245, 245);
        width: 100%;
        border: 3px solid rgb(245, 245, 245);
    }
    
    .checkout-area-2:hover,
    .checkout-area-2:visited {
        border-radius: 8px;
        border: 3px solid rgb(250 216 154);
        background-color: white !important;
    }
    
    .checkout-area-2 p {
        padding-left: 10px;
        padding-top: 10px;
        background-color: transparent !important;
    }
    
    .checkout-area-2 input {
        padding-left: 10px !important;
        border: none !important;
        width: 90%;
        background-color: transparent !important;
    }
    
    .checkout-area-2 textarea {
        padding-left: 10px !important;
        border: none !important;
        width: 90%;
        background-color: transparent !important;
        resize: none;
        height: 100px;
    }
    
    .checkout-button {
        border-radius: 75px;
        height: 48px;
        padding-left: 20px;
        background-color: whitesmoke;
        padding-right: 20px;
        border: none;
    }
    
    .checkout-button:focus {
        outline: none;
    }
    
    .action-button-finalize {
        font-size: revert !important;
        border-radius: 50px !important;
        padding-right: 20px !important;
        border-radius: 75px !important;
        height: 48px !important;
        padding-left: 20px !important;
        border: none !important;
    }
    
    .action-button-finalize:focus {
        outline: none !important;
    }
    
    .wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 8px auto;
        display: grid;
        grid-template-columns: repeat(3, auto);
        grid-gap: 0 20px;
        -ms-overflow-style: inherit;
        /* IE and Edge */
        scrollbar-width: inherit;
        /* Firefox */
        border-radius: 0px;
    }
    
    .wrapper::-webkit-scrollbar {
        width: 1em;
        height: 8px;
        border-radius: 50%;
        border: unset;
    }
    
    .wrapper::-webkit-scrollbar-track {}
    
    .wrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        /* outline: 1px solid slategrey; */
        border-radius: 160px;
    }
    
    .item {
        padding: 20px 10px;
        height: 280px;
        width: 224px;
        border-radius: 8px;
        border-color: black;
        box-shadow: 0 0px 2px 0 rgb(0 0 0 / 51%);
        transition: 0.3s;
        margin: 1px;
    }
    
    .empty {
        width: 10px;
    }
    
    .numberCircle {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding: 8px;
        background: #fff;
        border: none;
        display: inline-block;
        color: whitesmoke;
        background-color: #1e2d56;
        text-align: center;
    }
    
    .checkout-form {
        display: contents;
    }
    
    .hidden-input {
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        float: left;
        /* Reposition so the validation message shows over the label */
    }
    
    .hour-select {
        display: inline-block;
        align-items: center;
        text-align: center;
        border: none;
    }
    
    .hour-select>* {
        background-color: whitesmoke !important;
        border: none !important;
    }
    
    .small-hour-day-header {
        font-size: small;
        text-align: center;
    }
    
    .small-hour-box {
        border: 0.2px solid #ccc;
        border-radius: 7px;
        text-align: center;
        margin-bottom: 0.6em;
        font-size: small;
    }
    
    .small-includes {
        font-size: smaller;
    }
    
    .precheckout_stay {
        z-index: 1029 !important;
    }
    
    .small-price-label {
        font-size: small;
        font-weight: bold;
        margin: 0 !important;
    }
    
    .line-through {
        text-decoration: line-through;
    }