.centerDivModal {
  margin-top: auto;
  margin-bottom: auto;
}

.centerP {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.modal-body .modal-title {
  position: absolute;
}

/* NFC */

.modal-header-nfc {
  color: #169CE2 !important;
  background-color: #FFFFFF !important;
}

.modal-text-nfc {
  color: red !important;
}

/* FIN */

/* FENETRES MODALES */

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.modal-backdrop + .modal-backdrop {
  opacity: 0;
}

.modal-body {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

/* FIN */

/* FENETRE MODAL - AUTHREGIST - FORM GROUP */

.forgotPassword {
  font-size: 14px;
  color: #169CE2;
}

.forgotPassword:hover {
  text-decoration: none;
  color: #169CE2;
  font-weight: bold;
}

.labelColor > label > i {
  color: #169CE2;
}

.buttonSubmit {
  color: #FFFFFF !important;
  border-color: #169CE2 !important;
  background-color: #169CE2 !important;
  text-transform: none !important;
  padding: 6px !important;
}

.buttonSubmit:hover {
  color: #169CE2 !important;
  background-color: #FFFFFF !important;
  border-color: #169CE2 !important;
  text-transform: none !important;
  padding: 6px !important;
}

.buttonSubmit:focus {
  box-shadow: 0 0 0 0.2rem #5bb9ea !important;
}

.buttonSubmit:disabled {
  color: #169CE2 !important;
  background-color: transparent !important;
}

.aLien0 {
  color: #169CE2;
  font-size: 14px;
}

.aLien0:hover {
  text-decoration: none;
  color: #169CE2;
  font-weight: bold;
}

/* FIN */

/* FENETRE MODAL - FORGOTPASSWORD - FORM GROUP */

#cancelLink {
  text-align: center;
}

.cancelLink {
  color: #FF0000 !important;
  border-color: #FF0000 !important;
}

.cancelLink:hover {
  color: #fff !important;
  background-color: #FF0000 !important;
  border-color: #FF0000;
}

/* FIN */

/* BUTTON CLOSE MODAL */

.close {
  color: #FFF !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.close:hover {
  text-shadow: none !important;
  opacity: 1 !important;
  color: #FFF !important;
}

.close:focus {
  outline: none !important;
}

/* FIN */

