/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border-bottom: 30px solid #888;
    border-color:white;
    width: 80%;
}
.modal-content-reduit {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border-bottom: 30px solid #888;
    border-color:white;
    width: 40%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.btnSave {
    cursor: pointer;
    background-color: green;
    color: white;
    float:right;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
}
/* ############################### Popup: Message de confirmation (CSS) ########################## */
.btnOui {
    cursor: pointer;
    background-color:green;
    color: white;
}
.btnNon {
    cursor: pointer;
    background-color: red;
    color: white;
}
.btnDiff {
    cursor: pointer;
    background-color: blue;
    color: white;
}
.modal-validation{
    width:25%;
    background-color: #fefefe;
    margin: auto;
    border-color:white;
    height:30%
}
/* ############################### Popup: Message de confirmation (CSS) ########################## */
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
table,
td {
    border: 1px solid #333;
}
thead,
tfoot {
    background-color: #333;
    color: #fff;
}