/************ CUSTOM **************/
.help-block{
    margin: 5px 0;
}
.help-block-error{
    color: #a94442;
}
.not-have-account, .forgot-password{
    cursor: pointer;
    text-decoration: underline;
}
.popup-sign__show{
    cursor: pointer;
}
.cursor-pointer{
    cursor: pointer;
}
.filter-more .less-criteria{
    display: none;
}
.filter-nav__modal-zone__link{
    padding-right: 25px!important;
}
#infscr-loading img{
   width: 70px;
}
#infscr-loading{
    text-align: center;
    margin: 0 auto;
}
#result-content .pagination{
    text-align: center;
    padding: 0;
}
#result-content .pagination li{
    list-style: none;
}
#map{
    width: 100%;
    height: 100%;
}
#map .gm-style-iw{
    padding: 0!important;
}
#map .gm-style-iw-d{
    overflow: unset!important;
}


/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.pop-up-container {
    cursor: pointer;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}
.map-popup {
    height: 100%;
    margin: 0;
    padding: 0;
}

.result-favorite__btn.active-favorite {
    background-image: url(../img/icon/heart-enable.svg);
}

.favorite-config__item-btn-edit-alert{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 7px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#agent-search .agent-info__country{
    display: none;
}

.market-center-pop-up{
    padding: 10px 10px;
}
.field-marketcentersearch-location{
    width: 100%;
}
.map-pop-up-info{
    z-index: 2!important;
}
.share-social__list .share-social__item:nth-child(1)  {
    position: absolute;
    left: -40px;
}
.share-social__list .share-social__item:nth-child(2)  {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.share-social__list .share-social__item:nth-child(3)  {
    position: absolute;
    right: -40px;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.share-social__list .share-social__item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px;
}
.marker_hover_content:after{
    border-top: 5px solid var(--kw-red)!important;
    z-index: 1;
}
.marker_hover_content-js:after{
    border-top: 5px solid var(--kw-red)!important;
    z-index: 1;
}
.marker_hover-js{
    background-color: var(--kw-red)!important;
    z-index: 1;
}
.marker_hover{
    background-color: var(--kw-red)!important;
    z-index: 1;
}
.share-nav__btn.share-nav__btn-favorite.active path {
    stroke: var(--kw-red);
    fill: var(--kw-red);
}
.popup-sign__column-sign .success-message{
    padding-bottom: 40px;
}
#infscr-loading{
    width: 100%;
    display: block;
}
.mapouter{
    min-height: 75vh;
}
.field-contactagent-reference{
    position: relative;
}
.field-contactagent-reference input{
    padding-left: 46px;
}
.vertical-center.ref{
    font-size: .875rem;
    margin-left: 10px;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.default-popup--share .popup-share__info-profile{
    margin-bottom: 10px;
}
.filter-nav__modal-zone-current-value{
    display: none;
}
.favorite-config .favorite-config__caption{
    text-decoration: none;
}
.propertie-view .view-share .img-container-not-photo{
    background-color: var(--kw-black-05);
    text-decoration: none;
}
.popup-bubble-anchor::after{
    display: none;
}

.not-autocomplete:-webkit-autofill,
.not-autocomplete:-webkit-autofill:hover,
.not-autocomplete:-webkit-autofill:focus {
    /*border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;*/
    display:none;
}
.popup-bubble-anchor:hover::after{
    cursor: default!important;
    border-top: 5px solid var(--kw-black-2)!important;
}
.legal-notice{
    cursor: pointer;
}
#quick-search .filter-column .filter-nav__title{
    margin-right: 1.4vw;
}
.diag-date-energetique .view-diagnostic__condition{
    margin-left: 22.5px;
}
#estimer-propertie-address{
    display: none;
}

#estimer-btn{
    display: none;
}

.has-error{
    border: 1px solid #a94442!important;
}
.search-tab__nav-item .tub-estimer{
    background-color: rgba(180, 0, 2, 0.7);
}
.address-option-item{
    display: block;
    border-bottom: 1px solid rgba(166, 161, 161, 0.24);
    padding: 7px 5px;
    font-size: 11px;
    color: #504d4d;
}
#options-wrap{
    box-shadow: 0px -3px 10px 1px #cecdcd;
    max-width: 85%;
}
#options-wrap:empty {
    box-shadow:none;
}
@media (max-width: 1023px) {
    .share-nav__btn.share-nav__btn-favorite {
        background-color: var(--kw-black-2-78)!important;
    }
}

.news-item__img img{
    width: auto!important;
}
.agent-new__form-value > div{
    width: 100%!important;
}
.agent-new__form-input{
    width: 100%!important;
}
#agent_contact_form .has-error{
    border: none!important;
}
.header-hint {
	font-size: 23px;
}
.custom-marker {
    cursor: pointer;
    border-radius: 24px;
    padding: 2px 10px;
    color: #ffffff;
    background-color: #4d4d4d;
    font-weight: bold;
}

.custom-marker:hover {
    background-color: #b40002;
}

.details-popup {
    cursor: pointer;
    border-radius: 24px;
    padding: 2px 10px;
}

.mapboxgl-popup-close-button {
    background-color: white;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 20px;
    font-size: 17px;
}

.wrapper--dark .header-hint{
	color: white;
}
.hono_etatlieux_bail {
	font-size: 0.80rem !important;
	margin-top: -11px;
}
.details-larger {
	max-width: 340px !important;
}
.view-about__details-column{
	max-width: 300px !important;
}
.wrapper--dark #agent_contact_form h3 {
    color: white;
}
#calculator-slider {
    width: 90%;
    margin-top: 20px;
    background-color: rgba(77, 77, 77, 0.16) !important;
    height: 1px !important;
}

#calculator-slider .ui-slider-handle {
    top: 0 !important;
    transform: translateY(-42%) !important;
    padding: 5px;
}

#calculator-slider .ui-state-active, #calculator-slider .ui-state-default {
    background-color: #c22021;
}

.calc-slider-lb {
    position: absolute;
    white-space: nowrap;
    padding-top: 15px;
    font-size: 13px;
}

.popup-form__envoyer-input {
    width: 100%;
}

.has-error .help-block {
    color: #b40002;
    font-size: .75rem;
}

.hidden-el {
    display: none !important;
}

.first-buyer-input > .calculate-info__item-extra__value .calculate2-info__item-extra__input {
    position: relative;
    right: 8%;
}

.cgu-link {
    color: #0c0b0b;
    font-weight: bolder;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 42%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.cgu-link-wrap {
    height: 50px;
    position: relative;
}

.contact-us__form-template4 h3{
	color: #fff;
}