#dat-mt-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

#dat-mt-map {
    height: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.dat-mt-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.dat-mt-btn:hover {
    background-color: #0056b3;
}

#dat-mt-locate {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

/* Modale */
.dat-mt-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.dat-mt-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    position: relative;
}

.dat-mt-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.dat-mt-close:hover,
.dat-mt-close:focus {
    color: black;
    text-decoration: none;
}

.dat-mt-form-group {
    margin-bottom: 15px;
}

.dat-mt-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.dat-mt-form-group textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dat-mt-btn-submit {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.dat-mt-btn-submit:hover {
    background-color: #218838;
}

#dat-mt-form-response {
    margin-top: 10px;
    font-weight: bold;
}
