@charset "UTF-8";
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: white;
  font-size: 1.2rem;
  font-family: "Avenir LT Pro", "Arial", sans-serif;
}

a {
  text-decoration: none;
}

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

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: #ffffff !important;
  opacity: 1 !important;
}

.nowrap {
  white-space: nowrap;
}

.d-none {
  display: none;
}

/* 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;
}

html {
  font-size: 13px;
}

body {
  background-image: url(./images/bg.jpg);
  background-repeat: no-repeat;
}

#page {
  min-width: 500px;
  max-width: 760px;
}

#page .contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  margin-top: 105px;
  margin-left: 10vw;
  color: white !important;
  width: 395px;
}

#page .contenu #logo {
  width: 100%;
  min-width: 100px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-bottom: 0rem;
}

#page .contenu #logo img {
  width: 100%;
  height: auto;
}

#page header {
  margin-top: 15vh;
}

#page header h2 {
  font-size: 3.74rem;
  margin-bottom: 10px;
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  font-size: 600;
}

#page header .instructions {
  margin-bottom: 35px;
  font-size: 1.3rem;
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  font-weight: 400;
  color: #d6d6d6 !important;
}

#page main .inputName {
  color: #859bc9 !important;
  margin: 0;
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  margin-bottom: -10px;
}

#page main .inu {
  font-size: 4.43rem;
}

#page main .inp {
  margin-top: 30px;
  font-size: 3.72rem;
}

#page main #field {
  width: 100%;
}

#page main #field .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px white !important;
  padding: 0.35rem;
}

#page main #field .field label {
  height: 32px;
}

#page main #field input {
  font-size: 1.25rem;
  color: white !important;
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  outline: none;
  padding-left: 26.5px;
  margin: 0;
}

#page main #field .separation {
  margin-top: 5px;
  margin-left: 26.5px;
  width: 2px;
  height: 15px;
  background-color: white;
}

#page main #field input::-webkit-input-placeholder {
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  color: white;
  font-size: 1.25rem;
}

#page main #field input:-ms-input-placeholder {
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  color: white;
  font-size: 1.25rem;
}

#page main #field input::-ms-input-placeholder {
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  color: white;
  font-size: 1.25rem;
}

#page main #field input::placeholder {
  font-family: 'Lucida Bright', serif, 'arial', sans-serif;
  color: white;
  font-size: 1.25rem;
}

#page main #field .offset {
  margin-top: 8px;
}

#page main #field input#login::-webkit-input-placeholder {
  font-weight: 600;
}

#page main #field input#login:-ms-input-placeholder {
  font-weight: 600;
}

#page main #field input#login::-ms-input-placeholder {
  font-weight: 600;
}

#page main #field input#login::placeholder {
  font-weight: 600;
}

#page main #field input:focus::-webkit-input-placeholder {
  opacity: 0;
}

#page main #field input:focus:-ms-input-placeholder {
  opacity: 0;
}

#page main #field input:focus::-ms-input-placeholder {
  opacity: 0;
}

#page main #field input:focus::placeholder {
  opacity: 0;
}

#page main #field input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page main .button_form {
  height: 50px;
  width: 225px;
  font-family: "Lucida Bright", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #466eb4;
  text-transform: uppercase;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 1px;
  margin-top: 35px;
}

#page main .button_form img {
  margin-left: 15px;
}

#page main .button_form:hover, #page main .button_form:focus {
  color: #184A9A;
  background-color: #fff;
}

#page main #oubli_form {
  text-align: right;
  font-weight: normal;
  font-size: 1.07rem;
  margin-top: 20px;
}

#page main #oubli_form a {
  font-family: "Lucida Bright", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}

#page main .oubli_connexion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  #page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 100vh;
  }
  #page .contenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80vw;
    margin-top: 3vh;
  }
}

@media (max-height: 930px) {
  #page main .inu {
    font-size: 2.20rem;
  }
  #page main .inp {
    font-size: 1.86rem;
  }
  #page main .button_form {
    height: 45px;
    width: 225px;
    margin-top: 25px;
  }
  #page h2 {
    font-size: 2.60rem;
  }
  #page .instructions {
    font-size: 1rem;
  }
}

@media (max-height: 820px) {
  body {
    background-position-y: -50px;
    background-position-x: -100px;
    margin-top: -50px;
  }
  #page {
    height: 100%;
  }
  #page .contenu {
    top: 0;
    position: absolute;
    margin-top: 55px;
  }
  #page .contenu #logo {
    margin-top: 0px;
  }
  #page header {
    margin-top: 100px;
  }
  #page main {
    margin-bottom: 20px;
  }
}

@media (min-width: 810px) {
  #page .contenu {
    margin-left: 7vw;
  }
}

@media (min-height: 1050px) {
  body {
    background-size: cover;
  }
}
/*# sourceMappingURL=style.css.map */