/*
  Adaptation du css pour affichage SSO
*/

#id {
  padding-bottom: 1em;
}

.btn {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  font-family: barlowregular, sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: .15em 1.7em;
  max-height: 28px;
  line-height: inherit;
}

span.tooltip {
  display: none; /* Etat initial */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 19.2px;
}

.error-content {
  padding: 12px 20px 12px 20px;
}

.submit {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  font-family: barlowregular, sans-serif;
  line-height: inherit;
  font-size: 1em;
  font-weight: 400;
  padding: .15em 1.7em;
  max-height: 28px;
  line-height: inherit;
}

.js-validate-error-label {
  color: #dc3545 !important;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: 400;
}

#kc-social-providers {
  margin-top: 30px;
  text-align: center;
}

.franceConnect {
  width: 209px;
  height: 56px;
  display: block;
  background-image: url('../img/franceconnect-btn-principal.svg');
  margin: 0em auto;
}

#kc-social-providers {
  margin-top: 0;
}

.franceConnect:hover {
  background-image: url('../img/franceconnect-btn-principal-hover.svg');
}

.franceConnectInfo {
  margin-top: 12px;
}

.franceConnectIntro {
  color: #777;
  font-size: 14px;
  line-height: 1.25;
  max-width: 370px;
  display: block;
  margin: 1em auto;
  text-align: center;
}

.franceConnectInfo a {
  color: #0b6ba8;
  text-decoration: none;
}

.franceConnectInfo a:hover {
  text-decoration: underline;
}

.error-message p {
  margin-bottom: 10px;
}

.error-message .btn-zone {
  margin-top: 20px;
}

.separator {
  height: 1px;
  margin: 32px 0 8px 0;
  background-color: #ccc;
}

.separator-text-container {
  text-align: center;
  margin-top: -16px;
  margin-bottom: 20px;
}

.separator-text {
  width: 35px;
  background-color: #ffffff;
  display: inline-block;
}

.expired-password {
  border-radius: 10px;
  padding: 1rem;
  color: #009c9e;
  border: solid 1px currentColor;
  margin-bottom: 2rem;
}

#wrapper {
  position: fixed;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  width:auto;
}
#banner {
  float:left;
}

#navbar {
  clear: left;
}
#navbar>img {
  width: 100%;
}

.navbar {
  width: 100%;
}

.banner {
  width: 100%;
  background-color: orange;
  color: #fff;
  text-align: center;
  padding: 6.5px;
  font-size: medium;
  display: block;
}