.twcarte{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.twcarte .twcarte-map{
    height: 500px;
    z-index: 10000;

} 
.twcarte .twcarte-map .twcarte-map-google{
    width: 100%;
    height: 100%;

}
.twcarte .twcarte-legende,.twcarte .twcarte-exactposcontact{
    padding: 15px;
    padding-bottom: 0px;    
    background-color: #eee;
    font-family: 'Roboto', sans-serif;
    
    font-size: 13px;
}
.twcarte .twcarte-legende{
color: #000;
font-weight:normal;
}
.twcarte .twcarte-exactposcontact{
    color:#585858;
    padding: 0 15px;
}
.twcarte .twcarte-legende .twcarte-legende-poi-button{
    float: left;
    width: 220px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom:5px;
    font-size: 16px;
}
.twcarte .twcarte-legende .twcarte-legende-poi{
    margin-top: 10px;
   
}

.twcarte .twcarte-legende .twcarte-legende-poi-button img{
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    margin-left: 12px;
} 
.twcarte .twcarte-legende .twcarte-legende-poi-button input[type=checkbox]{
    margin-left: 10px;
    float: left;
    margin-top: 8px;
    width: 17px;
    height: 17px;
     margin-top: 4px;
}
.twcarte .twcarte-legende input[type=radio]{
    width: 17px;
    height: 17px;
    margin-top: 0;
}


.twcarte .twcarte-legende  .twcarte-legende-poi-plus{
    /*display: none;*/
    padding-bottom: 15px;
}

.twcarte .twcarte-legende-poi-command-plus{
    margin-top: 0px!important;
    
}

.twcarte .twcarte-legende .twcarte-legende-poi-button-plus{
    clear: both;
    border-left: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    border-top: 1px solid #ccc;
    float: right;
}

.twcarte .twcarte-fullscreen{
    position: absolute;
    height: 48px;            
    left: calc(50% - 25px);    
    z-index: 999;
}
.leaflet-top{z-index: 999!important;}
.twcarte .twcarte-fullscreen .twcarte-fullscreen-button{
    width: 50px;
    height: 50px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 7px 6px 15px #ccc;
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    color: #666;
}
.twcarte .twcarte-fullscreen .twcarte-fullscreen-button:hover{
    color: #333;
}

.fullscreenMap{
  z-index: 30000;
  width: 100%;
  height:  80%;
  
}
.fullscreenMap .modal-dialog {

}
.fullscreenMap .modal-dialog .modal-content{
    width: 100%;
    height:  100%;
     min-height: 400px;
}

.twcarteinfobulle{
    font-size: 16px;
    line-height: 17px;
    padding: 5px;
    display: block !important;
    padding-left: 9px;
    background-color: rgb(249, 86, 86);
    border-radius: 5px;
    border: 2px solid red;
    color: #FFF;
    font-weight: bold;
}
.twcarteinfobulle a{
    color: #FFF;
}
.infos .cacher img{
    margin:0px!important;
}
.customleaflet .leaflet-popup-content-wrapper{
    border-radius: 0px!important;
    padding:0    
}
.customleaflet .leaflet-popup-content{
    margin: 0;
}


.twcarteinfobulledetail{
    font-size: 16px;
    line-height: 21px;
    padding: 5px;
    display: block !important;    
    background-color: white;    
    color: #000;    
    height:90px;
    width:340px;
    position: relative;
    overflow: hidden;
}
.twcarteinfobulledetail img{
    float:left;
    width:120px;
}
.twcarteinfobulledetail a{
    bottom: -12px;
    right: -6px;
    position: absolute;
    background-color: white;
    margin:2px;
    color:#F0B904;
}
.twcarteinfobulledetail div{
    float:left;
    width:200px;
    padding-left: 10px;
}


