.page--404 .page-content,
.page--403 .page-content {
  text-align: center;
}
.container-formateur #user-logout-confirm #edit-cancel,
.container-responsable #user-logout-confirm #edit-cancel {
  background-color: #d3d4d9 !important;
  display: inline-block;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1rem;
  appearance: none;
  -webkit-font-smoothing: antialiased; /* 2 */
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem !important;
  color: #131313 !important;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  font-family: "Archivo-Black", sans-serif;
}
