﻿.userEvac-photo {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.photo-container {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-container {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.phone-container {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-container {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Effet "grisé vert" quand évacué */
.mud-card {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
