.custom-modal-size .modal-dialog {
    max-width: 1200px; /* Définir la largeur maximale de la modale */
    width: 90%; /* Définir la largeur de la modale en pourcentage */
}
.list div{
    width:120px;
    padding:8px;
    cursor: pointer;
    background-color: #eee;
    margin:5px;
}
.list div:hover{
    background-color: #ccc;
}