.mdp {
    font-weight: bold;
    text-shadow: grey 1px 1px;
}

.mdp2 {
  color: dodgerblue;
  font-weight: bold;
  text-shadow: skyblue 1px 1px;
}

.info {
    color: orange;
}

.lieu {
    color: green;
    font-weight: bold;
}

.important {
    color: darkred;
    font-weight: bold;
}

.indice {
    color: dodgerblue;
}

.reponse {
    color: red;

    img {
        width: 60%;
    }
}

.indice p,
.reponse p {
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
}
