.modal-head {
    border: 0;
    border-radius: 10px;
    color: #A3A3A3;
    padding: 0.5rem 0.5rem;
}

.color-icon {
    color: #E8E8E8;

}

.croix:focus {
    outline: 0;
}

.modal-body {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
}

.modal-footer {
    align-self: center;
    padding-top: 5px;
    padding-bottom: 20px;
}

