.block-cartographie-form {
    position: relative;
}

.marqueur-wrapper {
    display: flex;
}

.marqueur-list {
    margin: 0.5rem;
    flex-grow: 2;
}

.marqueur-list-wrapper {
    height: 470px;
    overflow-y: scroll;
    overflow-x: auto;
}

.marqueur-list-button {
    padding: 0.5rem 0 0.5rem 0;
}

.marqueur-map {
    margin: 0.5rem;
}

.marqueur-item {
    padding: 0.5rem;
    margin: 0 0.5rem 0.5rem 0;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.marqueur-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.marqueur-header-content span {
    overflow: hidden;
}

.marqueur-title {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    color: #4674a1;
    cursor: pointer;
}

.marqueur-title:hover {
    color: #2076af;
}

.marqueur-header-btn {
    display: flex;
    font-size: 1.2rem;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff;
}

.marqueur-form {
    margin-top: 1rem;
    display: none;
}

.marqueur-form--show {
    display: block;
}

.marqueur-form .form-control {
    border-radius: 5px;
}

.marqueur-form .input-group-addon {
    width: 30%;
}

.marqueur-separateur {
    margin: 1rem 0 1rem 0;
    border-top: 1px solid #ddd;
}

.icon-edit {
    color: #3f9edc;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    border-right: 1px solid #eaeaea;
}

.icon-edit i {
    margin-bottom: 8px;
}

.icon-edit:hover {
    color: #2076af;
}

.icon-delete {
    color: #db0000;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
}

.icon-delete:hover {
    color: #b50000;
}

.icon-delete i {
    margin-bottom: 8px;
}

#marqueur-nouveau {
    width: 100%;
}

.popup-ajout-marqueur {
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #f1f1f1;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: auto;
    margin-top: auto;
    display: none;
}

.popup-ajout-marqueur--show {
    display: block;
}

.popup-ajout-marqueur-wrapper {
    height: 90%;
    margin: 2rem;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.popup-ajout-marqueur-wrapper .marqueur-ajouter-btn {
    text-align: right;
}

.recherche-input-adresse,
.recherche-input-gps {
    width: 100%;
    display: none;
}

.recherche-input--show {
    display: inline-block;
}

#listeAdresse {
    height: 70%;
    overflow: auto;
}

.adresse-item {
    cursor: pointer;
}

.adresse-item:hover {
    background-color: #f1f1f1;
}

.number-icon {
    background-image: url('https://unpkg.com/leaflet@1.4.0/dist/images/marker-icon.png');
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.lien-input,
.input-group.lien-input {
    display: none;
}

.lien-input.lien-input--show {
    display: table;
    width: 100%;
}

.input-group .input-group-addon {
    font-size: 0.9rem;
}

#zoom {
    height: auto;
}

#icone {
    height: auto;
}

.config-advanced {
    display: none;
}

.config-base {
    display: none;
}

.config--show {
    display: block;
}
