#shokola_mapping_tools_header {
    display: none;
}
#shokola_mapping_tools {
    margin-bottom: 0px;
}
#shokola_map {
    height: 580px;
}
#shokola_mapping_tools #shokola_map_container #shokola_map,
#shokola_mapping_tools #shokola_map_container #shokola_map_results {
    position: absolute;
    left: 3%;
    right: 0%;
    width: auto;
    border-radius: 30px 0 0 30px;
}
#shokola_map_results {
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    width: 200px !important;
    top: 30px!important;
    bottom: 30px!important;
    background: #F5D479;
    transition: .3s;
    max-width: 0;
}
#shokola_map_results.show {
    max-width: 200px;
}
#shokola_map_results .vc_row {
    margin-right: 0px;
}
#shokola_map_container .container {
    text-align: center;
    height: 30px;
}
#shokola_mapping_tools #shokola_map_container {
    padding: 0px;
    width: calc(100% - 50px);
}
#shokola_map_results .full_section_inner {
    padding: 0 0 0 0px !important;
}
.shokola-maps-toggle-infos, .shokola-maps-search-listing-element,
.shokola_mapping_tools_listing_element_wrapper {
    background: none;
}
.ol-viewport {
    border-radius: 30px;
}
.type_domaine_activite *, .type_domaine_activite_secondaire * {
    color: rgb(46, 30, 30)!important;
}
.type_domaine_activite, .type_domaine_activite_secondaire {
    margin: 8px 0 0 18px!important;
}
.type_domaine_activite {
    margin-bottom: 20px!important;
}
.shokola_mapping_tools_listing_element_wrapper a {
    font-size: 16px;
}
.shokola-maps-search-listing-element-title h2 {
    margin-top: 20px!important;
}
.shokola-maps-search-listing-element-title h3 {
    font-weight: 500;
    margin-left: 8px!important;
}
.shokola-maps-search-listing-element-title .btn-closed {
    position: absolute;
    right: 14px;
    top: 10px;
}
p.type_domaine_activite,
p.type_domaine_activite_secondaire {
    line-height: 26px;
}
.shokola-maps-search-listing-element {
    padding-top: 0px;
}
.shokola_mapping_tools_listing_element_wrapper {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.shokola_mapping_tools_listing_element_wrapper.selected {
    max-height: 5000px;
}

@media only screen and (max-width: 768px) {
    #shokola_mapping_tools #shokola_map_container {
        width: calc(100% - 20px);
    }
    #shokola_mapping_tools #shokola_map_container #shokola_map {
        height: 70vh;
    }
    #shokola_mapping_tools #shokola_map_results {
        max-width: 0 !important;
        height: auto !important;
    }
    #shokola_mapping_tools #shokola_map_container #shokola_map_results {
        border-radius: 30px 30px 0 0;
    }
    #shokola_mapping_tools #shokola_map_results.show {
        max-width: 100%!important;
    }
    .shokola-maps-search-listing-element-title .type_domaine_activite_secondaire {
        display: block;
    }
    .shokola-maps-search-listing-element-title h3 {
        margin-left: 0px !important;
    }
    .type_domaine_activite, .type_domaine_activite_secondaire {
        margin: 8px 0 0 0px !important;
    }
    .shokola-maps-search-listing-element-title .gauche {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .shokola-maps-search-listing-element-title .droite {
        float: left;
        margin-bottom: 30px;
    }
}