#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
}

#map-show-all {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.marker {
    position: relative;
    font-size: 1.4em;
    padding: 10px 14px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 20px;
    background-color: #fff;
    z-index: 0;
    transition: background-color .4s ease-in-out, margin .4s ease-in-out !important;
}

.marker__img {
    display: block;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: height .4s ease-in-out, opacity .4s ease-in-out;
}

.marker:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--e-global-color-primary);
    border-bottom: 10px solid transparent;
}

.marker:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-1px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

.marker.--selected {
    background-color: var(--e-global-color-primary);
    color: #fff;
    z-index: 1;
    border-radius: 20px;
    margin-top: -47px;
}

.marker.--selected .marker__img {
    height: 80px;
    margin: 10px 0 4px;
    opacity: 1;
}

.marker:not(.--selected) {
    opacity: .9;
}

.marker.--selected:after {
    opacity: 0;
}

.marker i {
    margin-right: 5px;
}

.flatpickr-mobile:before {
    content: attr(placeholder);
    color: gray;
    width: 100%;
    padding: 0 6px;
    line-height: 47px !important;
    min-height: 47px !important;
    }
    .flatpickr-mobile:focus[value]:not([value=""]):before {
    display: none;
    }
    .flatpickr-mobile div{
        text-align: left;
        line-height: 47px !important;
    min-height: 47px !important;
    }
    
    input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
    display: none;
    }

#logement-carousel, #logement-carousel * {
    cursor: zoom-in !important;
}

.logements-icon-list {
    list-style: none;
    padding: 0;
}

.logements-icon-list li {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--e-global-color-primary);
}

.logements-icon-list.horizontal li {
    display: inline-flex;
}

.logements-icon-list li i {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.7em;
}

.logements-icon-list li:not(:last-child) {
    margin-bottom: 12px;
}

.logements-icon-list.horizontal li:not(:last-child) {
    margin-right: 12px;
    margin-bottom: 0;
}

.logements-icon-list.vertical.full li i {
    margin-right: 10px;
}

textarea {
    resize: none !important;
}

.elementor-button {
    cursor: pointer;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
  }
  body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
    visibility: hidden;
    pointer-events: none;
  }

  .intro-section .elementor-container {
    height: 70vh !important;
}

@media only screen and (min-width: 600px) {
    .logements-icon-list.full {
        columns: 3;
    }

    .intro-section .elementor-container {
        min-height: 1000px !important;
    }
}

@media only screen and (max-width: 768px) {
    #map {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width: 992px) {
    #logement-info {
        position: static;
        max-width: 100%;
        width: 100%;
    }

    #logement-show-pictures {
        display: none;
    }

    #logement-carousel,
    #logement-carousel img {
        height: 50vh;
    }
}