p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


.warning {
  padding: 1em;
  background: #FAB57F;
  color: black;
  border: 2px solid red;
  border-radius: 10px;
}
.center {
  text-align: center;
}

.trucsetastuces {
  padding: 1em;
  color: black;
  border: 2px solid green;
  border-radius: 5px;
  margin: 5% auto;
}

.trucsetastuces > p {
  font-size: 90%;
}


kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}


.exo {
  padding: 1em;
  color: black;
  background-color: aliceblue;
  border: 2px solid skyblue;
  border-radius: 5px;
  margin: 5% auto;
}
