.ph-map-container{
    position:relative;
}
.ph-map-container button.map-cluster-ph{
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background-color: var(--ph-color-3);
    color: white;
    text-align: center;
    font-size: 1.2rem;
    line-height: 3.2rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    font-family: 'Maax';
    padding: 0;
    border: 0;
    font-weight: bold;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.leaflet-control-zoom a:focus{
    background-color: #f4f4f4;
}

.info-box-wrap-addresse{
    margin-bottom: 1rem;
    font-size:1.4rem;
    font-family: var( --e-global-typography-fda9d4f-font-family ), Sans-serif;
    font-weight: bolder;
}

.info-box-wrap-places{    
    margin-bottom: 1rem;
}
.info-box-wrap-places-details{
    margin-top:5px;
}

.info-box-wrap-type{    
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-box-wrap-type span{
    font-size:1.4rem;
    font-family: var( --e-global-typography-fda9d4f-font-family ), Sans-serif;
    font-weight: bolder;
    line-height: 1;
    padding-top: 0.2rem;
}

.info-box-wrap-type svg path{
    width:2rem;
    fill:#333;
}

.info-box-wrap-content{
    line-height: 2rem;
}
.info-box-wrap .info-box-wrap-addresse{
    text-align:left;
}
.info-box-wrap-infos-points{
    color: var(--ph-color-3);
    margin-bottom: 2rem;
    font-size: 1.4rem;
    text-align:center;
}
.info-box-wrap-infos-points i{
    margin-right:0.3rem;
}
.info-box-wrap-point{
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: var(--ph-color-3);
    font-size: 1.6rem;
}
.ph-map-loader{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;   
    z-index: 1500;
    background:var(--ph-color-1);
}
.ph-map-loader i{
    position:absolute;
    left:50%;
    color:var(--ph-color-3);
    top:50%;
    transform : translateX(-50%) translateY(-50%);
}

.leaflet-control-attribution{
    display: none;
}

.leaflet-popup-content-wrapper{
    padding: 1rem;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-height: 20rem;
    overflow-y: auto;
}


/* width */
.leaflet-popup-content-wrapper::-webkit-scrollbar {
  width: .25rem;
}

/* Track */
.leaflet-popup-content-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.leaflet-popup-content-wrapper::-webkit-scrollbar-thumb:hover,
.leaflet-popup-content-wrapper::-webkit-scrollbar-thumb {
  background: var(--ph-color-3);
}

.leaflet-container a.leaflet-popup-close-button{
    top: 3px;
    right: 3px;
    color:var(--ph-color-3);
}

.ph-map-container .ph-map input.geocoder-control-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.ph-map-container .ph-map input.geocoder-control-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.ph-map-container .ph-map input.geocoder-control-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}

.ph-map-container .ph-map input.geocoder-control-input{
    background-color: var( --e-global-color-primary ) !important;
    border: none;
    color: #FFF!important;
    background-image: none;
    cursor: pointer;
}

.ph-map-container .ph-map .geocoder-control.leaflet-control:after{
    cursor: pointer;
    content: '\f002';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    color: #FFF;
    right: 1.85rem;
    top: 1rem;
    font-size: 2.2rem;
    pointer-events: none;
}

.leaflet-touch .geocoder-control.geocoder-control-expanded{
    width: 27rem;
}



.ph-map-container .ph-map input.geocoder-control-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.ph-map-container .ph-map input.geocoder-control-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.ph-map-container .ph-map input.geocoder-control-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}

.map-cluster-ph:hover,
.map-cluster-ph:focus
{
    background-color: var(--ph-color-2);
}

.ph-map-alternative{
    color: var(--e-global-color-primary);
}

@media screen and (max-width: 767px){
    .leaflet-touch .geocoder-control.geocoder-control-expanded{
        width: 24rem;
    }
    .ph-map-container .ph-map input.geocoder-control-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 1.4rem;
    }

    .ph-map-container .ph-map input.geocoder-control-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 1.4rem;
    }

    .ph-map-container .ph-map input.geocoder-control-input::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 1.4rem;
    }

}