.changeViews .fa{
    border: none;
    border-radius: 0;
    font-size: 14px;
}
.changeViews.active .fa{
    background-color: #F5F5F5;
    color: #0A0A0A; 
    padding: 3px 6px 1px 0px;
}
.changeViews{
    margin-left: 2px;
    border-radius: 8px;
    color: #0A0A0A;
    font-size: 14px;
    padding: 7px 9px;
}
.changeViews.active,
.changeViews:hover{
    text-decoration: none;
    background-color: #F5F5F5;
}
.headerSearchright{
    padding-top: 4px !important;
}
.marker-cluster-ftl {
    color: white;
    border-radius: 50%!important;
    margin-left: -27px !important;
    margin-top: -27px !important;
    padding: 0px !important;
    width: 63px !important;
    height: 63px !important;
    background-color: #2F90A0!important;
    border: 3px solid #FFD836;
    background-image: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.marker-cluster-ftl div {
    border-radius: inherit;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin: auto !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    padding: 0px!important;
    font-size: 18px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: white;
    font-weight: 700!important;
    text-align: center!important;
}

.marker-cluster-medium-ftl {
    color: white;
    border-radius: 50%!important;
    margin-left: -27px !important;
    margin-top: -27px !important;
    padding: 7px !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #2F90A0!important;
    border: 3px solid #FFD836;
    background-image: none;
}

.marker-cluster-medium-ftl div {
    border-radius: inherit;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin: 0px!important;
    width: 40px !important;
    height: 40px !important;
    background-color: transparent !important;
    padding: 6px 3px 13px 0px!important;
    font-size: 18px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: white;
    font-weight: 700!important;
    text-align: center!important;
}

.marker-cluster-large-ftl {
    color: white;
    border-radius: 50%!important;
    margin-left: -27px !important;
    margin-top: -27px !important;
    padding: 7px !important;
    width: 60px !important;
    height: 60px !important;
    background-color: #2F90A0!important;
    border: 3px solid #FFD836;
    background-image: none;
}

.marker-cluster-large-ftl div {
    border-radius: inherit;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin: 0px!important;
    width: 50px !important;
    height: 40px !important;
    background-color: transparent !important;
    padding: 13px 3px 10px 0px!important;
    font-size: 18px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: white;
    font-weight: 700!important;
    text-align: center!important;
}
.leaflet-popup-content{
    width: 200px;
    margin: 0;
}
.leaflet-popup-content a:hover{
    text-decoration: none;
}

.leaflet-popup-content{
    width: 300px !important;
    border-radius: 20px;
    padding: 6px;
}
.tl-contain-img img{
    width: 100%;
    border-radius : 14px;
    height: 202px;
    object-fit: contain;
}
.tl-contain-img{
    margin-bottom: 10px;
}
.tl-location-popup p{
    font-size: 14px;
    color: #0A0A0A;
    margin: 5px 0;
}
.tl-location-popup .addresse{
    color: #737373;
}
@media (max-width : 767px) {
    .leaflet-popup-content{
        width: 200px;
    }
    .leaflet-popup-content img{
        height: 120px;
    }
    .tl-location-popup p{
        font-size: 12px;
    }
}

.tl-card .tl-icon {
  margin-bottom: auto;
  left: calc(100% - 90px);
}
.tl-card .tl-icon .fa {
  background: white;
  padding: 5px;
  border-radius: 6px;
  margin-left: 2px;
}
.tl-card .tl-icon, .tl-card-event .tl-event-date {
    background: transparent;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 12px;
    width: fit-content;
}

.wide-place-card:hover {
    background-color: #fffcfc;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
.click-element{
    cursor: pointer;
}
#modal-preview-coop {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.leaflet-container a.btn-show,
.leaflet-container a.btn-show:hover{
    background: #2F90A0 !important;
    border-color: #2F90A0 !important;
    color: white;
}