#message_situation {
	text-align: center;
    width: 550px;
    padding: 10px 0 60px;
}
#message_situation i {
  color: #bec737;
}
#message_situation .message_terminer {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #bec737;
    padding: 9px 20px 8px;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    /*width: 240px;*/
}
#message_situation .message_terminer:hover {
  background-color: #ba72a9;
}
#message_situation .message_continuer {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(232, 231, 229, 1);
    padding: 9px 20px 8px;
    border-radius: 30px;
    color: #483246;
    text-decoration: none;
    cursor: pointer;
    /*width: 240px;*/
}
#message_situation .message_continuer:hover {
    background: rgba(222, 221, 219, 1);
}
