@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; }

body {
  min-height: 100%;
  height: 100%;
  font-size: 15px;
  color: #5a5a5a;
  background-color: #fff;
  font-family: 'robotoregular', arial, sans-serif; }

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-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #c9c9c9 !important; }

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

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

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

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-style: italic; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  color: #c9c9c9; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-style: italic;
  color: #c9c9c9; }

#page {
  min-height: 100vh;
  padding-top: 12vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  #page #page-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  #page #page-layer {
    background-color: #01182e;
    opacity: 0.65;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.contenu {
  color: #fff;
  position: relative; }

header {
  width: 100%; }

#logo {
  width: 80%;
  margin: 10px auto;
  min-width: 100px;
  max-width: 350px;
  margin-bottom: 10vh;
  text-align: center; }

h2 {
  margin: 0 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'roboto_condensedregular', arial; }
  h2:last-of-type {
    margin-bottom: 15px; }
  h2 span {
    color: #006094; }

main {
  margin: auto;
  text-align: center; }

#fields {
  width: 90%;
  margin: auto; }

.field {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 15px; }

.input-field {
  margin-top: 0;
  height: 45px; }
  .input-field .prefix {
    width: 2rem;
    margin: 0 0.5rem;
    top: 0.35rem; }
    .input-field .prefix img {
      width: auto; }
    .input-field .prefix ~ input {
      margin-left: 0;
      padding-left: 3.25rem;
      padding-top: 0.5rem;
      font-size: 16px;
      color: #fff;
      text-align: left; }
      .input-field .prefix ~ input[type=text], .input-field .prefix ~ input[type=email], .input-field .prefix ~ input[type=password], .input-field .prefix ~ input[type=text]:not(.browser-default), .input-field .prefix ~ input[type=email]:not(.browser-default), .input-field .prefix ~ input[type=password]:not(.browser-default) {
        border-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .input-field .prefix ~ input[type=text]:focus, .input-field .prefix ~ input[type=text].valid, .input-field .prefix ~ input[type=text].invalid, .input-field .prefix ~ input[type=email]:focus, .input-field .prefix ~ input[type=email].valid, .input-field .prefix ~ input[type=email].invalid, .input-field .prefix ~ input[type=password]:focus, .input-field .prefix ~ input[type=password].valid, .input-field .prefix ~ input[type=password].invalid, .input-field .prefix ~ input[type=text]:not(.browser-default):focus, .input-field .prefix ~ input[type=text]:not(.browser-default).valid, .input-field .prefix ~ input[type=text]:not(.browser-default).invalid, .input-field .prefix ~ input[type=email]:not(.browser-default):focus, .input-field .prefix ~ input[type=email]:not(.browser-default).valid, .input-field .prefix ~ input[type=email]:not(.browser-default).invalid, .input-field .prefix ~ input[type=password]:not(.browser-default):focus, .input-field .prefix ~ input[type=password]:not(.browser-default).valid, .input-field .prefix ~ input[type=password]:not(.browser-default).invalid {
          -webkit-box-shadow: none;
          box-shadow: none; }

.button_form {
  display: inline-block;
  cursor: pointer;
  font-size: 1.45em;
  font-weight: normal;
  font-family: 'roboto_condensedregular', arial;
  background-color: #006094;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
  margin: 15px auto; }
  .button_form:hover {
    background-color: #4a4a4a; }
  .button_form::before {
    content: ' ';
    width: 11px;
    height: 22px;
    background: url("../images/next.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .button_form span {
    display: inline-block;
    margin: 15px 70px 15px 30px;
    text-transform: uppercase; }

#oubli_form {
  font-size: 0.8rem;
  font-family: Verdana, 'robotomedium', sans-serif; }
  #oubli_form a {
    position: relative;
    padding-left: 10px;
    z-index: 1;
    color: #fff;
    text-decoration: underline;
    display: inline-block; }

@media screen and (max-width: 359px) {
  #page {
    padding-top: 8vh; }
  #logo {
    margin-bottom: 3vh; }
  h2 {
    font-size: 1.1em; } }

@media screen and (min-width: 600px) {
  #fields {
    width: 60%;
    max-width: 500px; } }

@media screen and (min-width: 960px) {
  #page {
    padding: 0; }
    #page #page-layer {
      background-color: #01182e;
      opacity: 0.5;
      right: inherit;
      width: 50%; }
  .contenu {
    padding: 12vh 0 0;
    width: 50%;
    float: left;
    min-height: 100vh; }
  h2 {
    font-size: 1.80rem;
    margin-left: 30px;
    margin-right: 30px; } }

@media screen and (min-height: 680px) {
  #logo {
    margin-bottom: 10vh; }
  #fields {
    margin-top: 5vh; }
  .button_form {
    margin-top: 7vh; } }

@media screen and (min-height: 960px) {
  h2:last-of-type {
    margin-bottom: 7vh; } }

@media screen and (min-width: 1200px) {
  #fields {
    width: 50%;
    max-width: 600px; }
  h2 {
    font-size: 2rem; } }

@media all and (-ms-high-contrast: none) {
  #page .contenu main .field.input-field {
    overflow: visible;
    text-align: left !important; }
    #page .contenu main .field.input-field .prefix {
      text-align: center; }
      #page .contenu main .field.input-field .prefix ~ input::-ms-clear, #page .contenu main .field.input-field .prefix ~ input::-ms-reveal {
        display: none; } }
