.logo {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto !important;
  margin: auto;
}
.titre {
  display: block;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  color: #263658;
  text-transform: uppercase;
  text-align: center;
  margin: 40px auto 0;
}
.message-seul {
  margin-top: 50px;
  font-size: 16px;
}
p {
  margin: 0 0 10px;
}
