#map {
    position: absolute;
    top: 150px;
    bottom: 0;
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-size: auto;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;

}



#container {
    position: absolute;
    background-color: rgba(250, 250, 250, 0);
    background-blend-mode: soft-light;
    color: rgba(0, 0, 0, 1);
    max-width: 100%;
    height: 300px;
    padding: 10px;
    top: auto;
    left: 0;
    z-index: 999;
    overflow-y: hidden;
    border-radius: 5px;
    margin: 4px 0;
    font-family: "Nunito", sans-serif;
    /*    text-shadow: rgb(153,50,204) 0px 0px 6px,
    rgb(153,50,204) 4px 4px 10px;*/
}

#container_dvf {
    position: absolute;
    background-color: rgba(250, 250, 250, 0);
    background-blend-mode: soft-light;
    color: rgba(0, 0, 0, 1);
    max-width: 100%;
    max-height: 100%;
    height: 400px;
    padding: 10px;
    top: auto;
    left: 0;
    z-index: 999;
    overflow-y: hidden;
    border-radius: 5px;
    font-family: "Nunito", sans-serif;
    /*    text-shadow: rgb(153,50,204) 0px 0px 6px,
    rgb(153,50,204) 4px 4px 10px;*/
}

#echelle_dep {
    position: relative;
    background-color: rgba(250, 250, 250, 0);
    background-blend-mode: soft-light;
    color: rgba(0, 0, 0, 1);
    max-width: 30%;
    max-height: 100%;
    top: 0;
    z-index: 999;
    overflow-y: hidden;
    border-radius: 5px;
    font-family: "Nunito", sans-serif;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

#countainer {
    position: absolute;
    background-color: rgba(250, 250, 250, 0.3);
    background-blend-mode: soft-light;
    color: rgba(255, 255, 255, 1);
    max-width: 20%;
    max-height: 100%;
    padding: 10px;
    left: 0;
    z-index: 999;
    overflow-y: hidden;
    border-radius: 5px;
    margin: 4px 0;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    top: 150px;
    /*    text-shadow: rgb(153,50,204) 0px 0px 6px,
    rgb(153,50,204) 4px 4px 10px;*/
}

#quartier {
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);

}

#vecteurs {
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);

}

#bien {
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);

}

#temps {
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);

}

#date {
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);

}

#mode {
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0);

}

.favorite_styled {
    color: white;
    background: linear-gradient(50deg, #8a0abf, #8d0dbc, #9010b9, #9313b7, #9616b4, #9c1db7, #a123bb, #a729be, #b233c9, #bd3dd4, #c947e0, #d450eb);
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    margin: 5px;
    text-shadow: rgb(0, 0, 0) 0px 0px 6px,
        rgb(0, 0, 0) 4px 4px 12px;
    border: 0;
    margin-top: 50px;
    cursor: pointer;

}

.echelle {
    color: black;
    background-color: rgba(250, 250, 250, 0.5);
    font-family: 'Nunito', sans-serif;
    border-left: 10px;
    font-weight: bold;
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;

}

#address-list-container {
    overflow-y: scroll;
    max-height: 200px;
}

#address-list {
    margin: 0;
    padding-left: 20px;
}

#address-list > li {
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
}

#address-list > li ul {
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    cursor: default;
}

#clear-layers-button-container {
    margin-top: 10px;
    text-align: center;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    margin: 5px;
    text-shadow: rgb(0, 0, 0) 0px 0px 6px,
        rgb(0, 0, 0) 4px 4px 12px;
    border: 0;

}

#echelle_dep_container {
    top: 0;
}

#clear-layers-button {
    display: inline-block;
    color: white;
    background: linear-gradient(50deg, #8a0abf, #8d0dbc, #9010b9, #9313b7, #9616b4, #9c1db7, #a123bb, #a729be, #b233c9, #bd3dd4, #c947e0, #d450eb);
    font-family: 'Nunito', sans-serif;
    font-weight: Bold;
    border-radius: 5px;
    margin: 5px;
    text-shadow: rgb(0, 0, 0) 0px 0px 6px,
        rgb(0, 0, 0) 4px 4px 12px;
    border: 0;
    cursor: pointer;
}

h1 {
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #111;
    letter-spacing: -1px;
    line-height: 1;
}

h2 {
    color: #111;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 72px;
    text-align: center;
}

h3 {
    color: #111;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 72px;
    text-align: justifys;
}

img {
    margin-top: 40px;
    float: left;
}

#color_circle{
    margin-top: 30px;
    background-image: linear-gradient(to right, #ffeda0, #f2c26e, #e69546, #d9632c, #E30003);
    float: left;
    display:flex;
    border-radius: 5px;
    height: 10px;
    width: 200px;
}
