
.actionBouton {
    background-color: #0c778e !important;
    color: #ffffff !important;
    border: solid 2px #0c778e !important;
    border-radius: 5px !important;
}

.actionBouton:hover {
    background-color: transparent !important;
    border-radius: 0px !important;
    border: solid 2px #0c778e !important;
    color: #0c778e !important;
    border-radius: 5px;
}

.message--default {
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
}



  
