.yatamap__container{
  height: 500px;
}

.nozoomcontrol .leaflet-control-zoom{
  visibility: hidden;
}

.leaflet-container .rond{
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.leaflet-container .goutte>svg {
    height: 50px;
    width: 50px;
}
.leaflet-container .picto_fontawesome {
    font-size:1.3em;
    position: absolute;
    top:35%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.checkbox-categ{
  display: flex;
  align-items: center;
}

.checkbox-categ label{
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.imgcropCtn {
    position:relative;
    overflow: hidden;
}

.imgcrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    min-height: 100%;
}

/* STYLE DES CLUSTERS DE MARKERS  */
.cluster {
    background: #302d2d;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 700;
    font-family: monospace;
}
.cluster:before {
    content: ' ';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}
.childs-1 {
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}
.childs-5 {
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 35px;
    margin-top: -17px;
    margin-left: -17px;
}
.childs-10 {
    font-size: 18px;
    height: 48px;
    width: 47px;
    line-height: 47px;
    border-width: 3px;
    margin-top: -24px;
    margin-left: -24px;
}
.childs-50 {
    font-size: 18px;
    height: 58px;
    width: 58px;
    line-height: 57px;
    border-width: 4px;
    margin-top: -29px;
    margin-left: -29px;
}
.childs-100 {
    font-size: 18px;
    height: 68px;
    width: 68px;
    line-height: 67px;
    border-width: 5px;
    margin-top: -34px;
    margin-left: -34px;
}
