h1 {
  font-family: gothambold;
  font-weight: bold;
  text-transform: uppercase;
  color: #004882;
}

h2 {
  font-family: gothambold;
  font-weight: bold;
  color: #004882;
}

/*Customisation du bootstrap chargé*/
/*DEBUT*/
a {
  text-decoration: none;
}
.dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.dash-nav {
  min-width: 238px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  box-shadow: grey -5px 0px 26px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #515151;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #3F84FC;
  border-color: #3F84FC; }
  .btn-primary:hover {
    color: #fff;
    background-color: #196cfb;
    border-color: #0d64fb; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 150, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(92, 150, 252, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3F84FC;
    border-color: #3F84FC; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d64fb;
    border-color: #045df7; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 150, 252, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(92, 150, 252, 0.5);
}
.dash-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  -webkit-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
/*FIN*/

#auth-login {
  display: block;
  margin : auto;
  margin-top : 15px;
  border-style: solid;
  border-color: #a4a4a4;
}

body {
  background-image: url(../img/BG.jpg);
  background-position: center;
}

#attachID{
  background-attachment: fixed;
}

.marginSubmit {
  margin-top: 20px;
}

#splash-logo {
  max-width: 500px;
  margin: auto;
  margin-bottom: 10px;
  display: block;
}

.tokenChoices a {
  text-align: center;
}

.uniqLine {
  line-height: 38px;
}

.formMargBotFix{
  margin-bottom: 0;
}

#langButtons {
  display: block;
  margin: auto;
  width: 115px;
}

.bottom-button{
  display: inline-block !important;
  width: 55px;
  font-size: 20px !important;
  margin: auto;
}

.blink {
  animation: blink-animation 1s infinite alternate-reverse;
  -webkit-animation: blink-animation 1s infinite alternate-reverse;
}
@keyframes blink-animation {
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink-animation {
  to {
    opacity: 0.5;
  }
}

#viewChoice{
  display: block;
  margin: auto;
  width: 253px;
  margin-top: 15px;
}

#credential{
  display: none;
}

#skLogo{
  padding: 20px;
}

#addressTitle{
  text-align: center;
}

#loadingBar {
	width: 75%;
}
