#carte-interactive {
    margin: 20px 0;
}
#outer-map {
    overflow: hidden;
}
.ie7 #outer-map{
    width: 100%;
}
#carte-interactive .carte {
    float: right;
    width:74%;
    position: relative;
    height: 500px;
}

.search-map{
    float: left;
    width: 20%;
    margin-right: 4%;
}
#toggle_filters{
    display: none;
}
.search-map ul {
    overflow: hidden;
}
.search-map > ul > li {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background: #574742;
}
.search-map ul li .cat_head {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}
.search-map > ul > li.select {
    /*background: #CAD030;*/
}
.search-map ul.sub_sitra{
    display: none;
}
.search-map > ul > li.select ul.sub_sitra{
    background: #998c86;
}
.search-map > ul > li ul.sub_sitra li{
    padding: 2px 15px;
}
.forlegend{
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #E64415;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
}
.forlegend.legend_3{ background: #FFF; }
.forlegend.legend_4{ background: #CAD030; }
.forlegend.legend_9{ background: #A1928D; }
.forlegend.legend_5{ background: #FFCC00; }
.forlegend.legend_7{ background: #C90C73; }
.forlegend.legend_8{ background: #0ADAF3; }

.search-map ul li input {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
}
.search-map ul li label {
    cursor: pointer;
}
.ie7 .search-map ul li label {
    float: left;
}

/* special open layer, for test */
.olPopup {
    margin-top: -245px;
    margin-left: -110px;
}

@media screen and (max-width: 600px) {

    /* @group carte interactive */
    .search-map, #carte-interactive .carte{
        float: none;
        width: 90%;
        margin: 10px auto;
    }
    .search-map > ul > li{
        display: inline-block;
        width: 46%;
        margin: 2% 2% 0 0;
    }
    /* @end */

}

@media screen and (max-width: 470px) {
    #toggle_map_filters{
        display: block;
        text-align: center;
        padding: 10px;
    }
    .search-map > ul{
        display: none;
    }
    .search-map > ul > li{
        width: 100%;
        margin-right: 0;
    }
}