@charset "UTF-8";
/* Popup modale de récupération d'identifiants */
#modalRecupId {
  display: none;
  width: 600px;
}

#modalRecupId .modal-content {
  padding: 0;
}

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #515254 !important;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #515254;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #515254;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #515254;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #515254;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #515254;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #515254;
}

html {
  font-size: 14px;
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  font-size: 1rem;
  color: #515254;
  background-color: #fff;
  font-family: 'titillium', arial, sans-serif;
  margin: 0;
}

FORM {
  height: 100%;
  width: 100%;
}

#page {
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  text-align: center;
  display: table;
  width: 100%;
}

.illustration {
  display: inline-flex;
  vertical-align: top;
  width: 57.5%;
  height: 100%;
  flex-wrap: wrap;
}

.illustration .top {
  height: 67.5%;
  width: 100%;
  background: url(../images/illu_right.png) no-repeat top center;
  background-size: cover;
}

.illustration .bottom {
  height: 32.5%;
  width: 100%;
  background: url(../images/illu_bottom.png) no-repeat top left;
  background-size: cover;
}

.contenu {
  display: inline-table;
  vertical-align: top;
  width: 42.5%;
  height: 100%;
}

.illu,
.form {
  display: table-row;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.illu {
  background: url(../images/illu_top.png) no-repeat top left;
  background-size: cover;
  height: 19.4rem;
  width: 100%;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 32.55rem;
  width: 70%;
  margin-top: 4rem;
}

.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.instructions {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.82rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.33rem;
}

.fields {
  max-width: 35.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: 2rem;
}

.field {
  border: 2px solid #515254;
  margin-bottom: 1.2rem;
  border-radius: 10px;
}

.field:first-child {
  border: 2px solid #b11135;
}

.field .input-field {
  margin: 0;
  display: flex;
  align-items: center;
  height: 4.4rem;
}

.field .input-field .prefix {
  width: 6.67rem;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.field .input-field .prefix ~ input {
  margin: 0;
  padding-left: 6.67rem;
  border: 0;
  font-size: 1em !important;
}

.field .input-field .prefix ~ input:focus, .field .input-field .prefix ~ input.valid, .field .input-field .prefix ~ input.invalid {
  box-shadow: none;
}

#oubli_form a {
  color: unset;
  font-weight: bold;
}

#oubli_form a:hover {
  color: #b11135;
}

.button {
  text-align: center;
  margin-bottom: 2rem;
}

.button_form {
  display: inline-flex;
  cursor: pointer;
  font-weight: bold;
  background-color: #b11135;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  position: relative;
  height: 4.4rem;
  width: 15.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.button_form:hover {
  background-color: #616161;
}

.button_form::before {
  content: ' ';
  width: 10px;
  height: 15px;
  background: url("../images/next.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button_form span {
  text-transform: uppercase;
  position: relative;
  margin-right: 1rem;
}

@media (max-height: 890px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  html {
    font-size: 12px;
  }
  .illustration {
    width: 50%;
  }
  .contenu {
    width: 50%;
  }
  .illu {
    -ms-background-position-x: center;
    background-position-x: center;
  }
  .instructions,
  .fields {
    max-width: unset;
    width: 90%;
  }
}

@media (max-height: 780px) {
  .illu {
    display: none;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 11px;
  }
  .illustration {
    display: none;
  }
  .contenu {
    width: 100%;
  }
  .illu {
    height: 15rem;
  }
}
