﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
body {
  margin-top: 65px;
  font-family: Roboto, serif;
  background: #FFFFFF;
  color: black;
  font-size: 2em;
  line-height: normal;
  height: 100vh;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  display: flex;
}
.body-center {
  padding: 0 20px;
}
.login-panel {
  padding: 0 !important;
}
label {
  font-weight: bold;
}
h1 {
  font-size: 3.5em;
}
.header {
  padding: 0 20px;
  background: #FFFFFF;
}
.header .barre {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.icon {
  position: relative;
  top: -10px;
  height: 75px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-header {
  border-bottom: 0;
}
.txt-identifiant {
  font-size: 0.7em;
}
.txt-identifiant p {
  margin-bottom: 2px;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.login-remember {
  font-size: 0.7em;
  font-weight: normal;
}
.title {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  color: silver;
}
.panel-default {
  border: 0;
  border-radius: 0px;
}
.panel-default .panel-heading {
  color: black;
  line-height: normal;
  background: silver;
  border: 0;
  border-radius: 0px;
  padding-left: 10px;
}
.panel-default .panel-heading .panel-title {
  font-size: 0.9em;
  text-transform: uppercase;
}
.panel-default .panel-body {
  color: black;
  border: 1px solid #BDBDBD;
}
.panel-default .panel-body label {
  margin-top: 10px;
  text-transform: uppercase;
}
.panel-default .panel-body .reset-password {
  font-size: 0.7em;
  color: black;
}
.panel-default .panel-body .btn-primary {
  background: #817870;
  border: 0;
  border-radius: 0;
  font-variant: small-caps;
  float: right !important;
  text-transform: uppercase;
}
@media screen and (max-width: 305px) {
  .panel-body {
    min-height: 240px;
  }
}
footer {
  font-size: 0.6em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 0 48px 0;
  margin: 0 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .txt-identifiant {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    flex-direction: column;
    padding: 0 20px;
  }
  footer div {
    padding-bottom: 1em;
    text-align: center;
  }
  .txt-identifiant {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .icon-banner {
    margin-top: 5px;
    width: 66px;
  }
  h1 {
    font-size: 3.5em;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }
  .panel-heading {
    padding: 20px !important;
    text-align: center;
  }
  .body-content {
    margin-top: 50px;
  }
  .navbar-inverse {
    border: 0;
  }
  footer {
    padding: 10px 0 0 0;
  }
  .header-forgot {
    text-align: center;
  }
  #error-label {
    text-align: center;
  }
}
#error-label {
  text-align: left;
}
.home-btn-box {
  margin-top: 17px !important;
}
@media screen and (max-width: 350px) {
  h1 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-forgot {
  height: 29px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: normal;
  color: black;
  margin-bottom: 110px;
}
.confirm-send-mail-box {
  padding-top: 36px;
  height: 161px;
}
.confirm-send-mail-box .confirm-buttons {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .confirm-label {
    text-align: center;
  }
  .home-btn-box {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .home-btn-box {
    float: right;
  }
}
.custom-btn {
  width: 170px;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background: #817870;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0;
}
.btn-valider {
  font-size: 16px;
  line-height: 3;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
  float: right;
  border: 0;
  border-radius: 0;
  background: #817870;
  font-weight: bold;
  color: #FFFFFF;
}
#remember-pwd {
  font-weight: normal;
  text-transform: none;
}
#forgot-pwd {
  display: inline-block;
  margin-top: 10px;
  float: right;
}
.form-control.credential {
  height: 50px !important;
  border: 1px solid #B1B1B0 !important;
  border-radius: 0 !important;
}
.legal-back {
  font-style: normal;
  font-weight: normal;
  font-size: 0.6em;
  margin-bottom: 20px;
  margin-top: 50px;
}
.reinit {
  padding: 6px 15px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  box-sizing: content-box;
}
.btn-reinit {
  color: #fff;
}