.message-box {
  border-radius: 13px;
  padding: 20px;
  margin: 20px 0;
  color: black;
  font-family: Arial, sans-serif;
  text-align: center !important;
}

.message-box p {
  margin-bottom: inherit !important;
  max-width: inherit !important;
  text-align: center !important;
}

.message-box code.code,
.message-box pre.code {
  text-align: left;
}

/* Spécificités de style */
.message-box.warning {
  background-color: #FFCCCC;
}
.message-box.warning b,
.message-box .red {
  color: black !important;
  font-weight: bold;
}

.message-box.info {
  background-color: #dfd;
}
.message-box.info b,
.message-box .green {
  color: green !important;
}
