.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72.16%, 79.61%, 81.57%, 0.7);
    z-index: 999;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 400px;
    background-color: white;
    border: 1px #137C8B solid;
    border-radius: .25rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup-frame {
    padding: 50px;
}

#list_keyword, #list_places {
    height: 350px;
    overflow: scroll;
}

.popup-frame img {
    margin-bottom: 20px;
}

.popup-frame button {
    margin-top: 50px;
    background-color: #137C8B;
    border: 1px #137C8B solid;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 10px;
    text-align: center;
}

.txt-75 {

    border: 1px #137C8B solid;
    border-radius: .25rem;
    padding: 5px;
}


.fram-txt-75 {
    margin: 15px;
}

.label-marging {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.btn-68 {
    background-color: #137C8B;
    border: 1px #137C8B solid;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 5px;
    margin-top: 10px !important;
    margin-left: 1px !important;
    text-align: center;
    text-decoration: blink;
    cursor: pointer;
}

.btn-68:hover {
    color: #fff !important;
    animation: scaleAnimation 0.2s ease-in-out forwards;

}

.col-a-28 {
    padding-right: 1px !important;
    padding-left: 1px !important;
    border-radius: .25rem;
    border: 1px #e3f2f7 solid;
    margin: 20px;
    background-color: #709CA7;
    margin-top: 10px !important;
    max-width: 350px !important;
    min-width: 300px !important;
}


.col-a-28:hover {
    background-color: #137C8B;
    color: #000 !important;
    animation: scaleAnimation 0.2s ease-in-out forwards;
}

.col-a-28 a {

    display: block;
    margin: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: white !important;

}

.fram-dash {

    height: 200px;

    width: max-content;
    width: -webkit-fill-available;
    overflow: hidden;

}

.fram-dash img {
    border-radius: .25rem .25rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ========== Améliorations globales pour écrans ≥ 1400px (ex: 16 pouces et plus) ========== */