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

input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #d6dad8 inset !important; }

.field:first-of-type input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #d6dad8 inset !important; }

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

/* 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: 14px;
  color: #fffefd;
  background-color: #0b426a;
  font-family: 'open_sansregular', 'Arial', sans-serif;
  margin: 0;
  background: url(../images/bg_login_2.png) repeat-x right bottom, radial-gradient(circle at 70% 50%, #55afc9, transparent 75%) no-repeat;
  background-color: #154971;
  background-size: auto 110%; }
  @media (max-width: 380px) {
    body {
      background-size: auto 105%; } }
#page {
  height: 100%;
}
.contenu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh; }

.contenu .flex-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

header, footer, main {
  text-align: center;
  width: 90%; }

#logo {
  height: 100px;
  margin: 0 auto;
  text-align: center; }
  #logo #logo_ldc {
    margin-right: 30px; }
  #logo img {
    width: auto;
    height: 100%;
    border: 0; }

main {
  text-align: left; }

#bienvenue {
  font-size: 1.2rem;
  margin: 15px 0; }
  #bienvenue span {
    font-family: 'open_sansbold', Arial, sans-serif; }

#fields .field {
  position: relative;
  margin: 0;
  border-bottom: 2px solid #dd0a20; }
  #fields .field:first-of-type {
    margin-bottom: 15px; }
  #fields .field .prefix {
    top: -6px; }
    #fields .field .prefix ~ label, #fields .field .prefix ~ .validate ~ label {
      margin-left: 2rem; }
    #fields .field .prefix img {
      height: 20px;
      margin-bottom: 10px; }
  #fields .field input[type=email],
  #fields .field input[type=text],
  #fields .field input[type=password] {
    border: 0;
    margin-left: 2rem;
    color: #000;
    margin-bottom: -8px;
    position: relative;
    z-index: 1;
    top: -4px; }
    #fields .field input[type=email]:focus, #fields .field input[type=email].valid, #fields .field input[type=email].invalid,
    #fields .field input[type=text]:focus,
    #fields .field input[type=text].valid,
    #fields .field input[type=text].invalid,
    #fields .field input[type=password]:focus,
    #fields .field input[type=password].valid,
    #fields .field input[type=password].invalid {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0;
      border: 0; }
    #fields .field input[type=email] + label,
    #fields .field input[type=text] + label,
    #fields .field input[type=password] + label {
      top: 0rem;
      color: #828282; }
      #fields .field input[type=email] + label.active,
      #fields .field input[type=text] + label.active,
      #fields .field input[type=password] + label.active {
        color: #828282; }
    #fields .field input[type=email]:not(.browser-default):focus ~ label.active,
    #fields .field input[type=email]:not(.browser-default):focus.invalid ~ label.active,
    #fields .field input[type=text]:not(.browser-default):focus ~ label.active,
    #fields .field input[type=text]:not(.browser-default):focus.invalid ~ label.active,
    #fields .field input[type=password]:not(.browser-default):focus ~ label.active,
    #fields .field input[type=password]:not(.browser-default):focus.invalid ~ label.active {
      color: #828282; }
    #fields .field input[type=email]:focus:not([readonly]),
    #fields .field input[type=text]:focus:not([readonly]),
    #fields .field input[type=password]:focus:not([readonly]) {
      border: 0;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

#oubli_form {
  font-size: 0.8em;
  margin: 10px 0; }
  #oubli_form a {
    color: #dd0a20;
    text-decoration: underline; }

.button_form {
  position: relative;
  display: block;
  font-size: 1.35rem;
  line-height: 30px;
  padding: 10px;
  border-radius: 3px;
  background-color: #dd0a20;
  color: #fffefd;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'open_sansbold', "Arial Black", sans-serif;
  text-align: center;
  margin-top: 36px; }
  .button_form.button-connect {
    margin-bottom: 25px; }
  .button_form:hover {
    background-color: #ed3f38; }
  .button_form img {
    margin-left: 15px;
    height: 15px; }

footer, footer a {
  color: #b2b2b2;
  margin-bottom: 0; }

@media (min-width: 380px) {
  .button_form.button-connect {
    margin-bottom: 55px; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body {
    background: radial-gradient(circle at 70% 50%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971; }
  header {
   /* padding-top: 150px; */} }

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  body {
    background: radial-gradient(circle at 70% 50%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971; } }

@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
  body {
    background: radial-gradient(circle at 70% 50%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971; } }

@media screen and (min-width: 600px) {
  body {
    background-size: auto 108%; }
  header, main, footer {
    width: 75%;
    text-align: left; }
  .button_form.button-connect {
    margin-bottom: 45px; }
  footer {
    height: 30px; } 
  }

@media screen and (min-width: 768px) {
  header, main, footer {
    width: 70%; } }

@media (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
  body {
    background-size: auto 105%; }
  #logo {
    margin-bottom: 35px; }
  header div {
    margin: 30px 0; }
  .button_form {
    margin-top: 35px; }
    .button_form.button-connect {
      margin-bottom: 25px; } }

@media screen and (min-width: 992px) {
  body {
    background: url(../images/logo_ldc_2.png) no-repeat calc(100% - 50px) 50px, url(../images/bg_login.png) no-repeat center bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971;
    background-size: auto 100px, auto 100%, auto 100%, contain; }
  .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%; }
  .contenu {
    min-height: 100vh;
    height: 100%;
    width: calc(100% - 40%); }
    .contenu .flex {
      padding: inherit;
      min-height: 100vh; }
    .contenu .flex-center {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 0; 
      margin-left: 10%;}
  header, main, footer {
    text-align: left;
    width: 100%; 
  }
  #logo {
    height: 180px;
    text-align: left; }
    #logo #logo_ldc {
      display: none; }
  #bienvenue {
    font-size: 1.35rem;
    margin: 45px 0; }
  #fields {
    width: 75%;
    max-width: 350px; }
    #fields .field:first-of-type {
      margin-bottom: 35px; }
    #fields .field .prefix img {
      height: 25px;
      margin-bottom: 15px; }
  #oubli_form {
    font-size: 0.8em;
    margin: 10px 0 40px; }
  .button_form {
    font-size: 1.45rem;
    line-height: 30px;
    padding: 15px;
    margin-top: 66px; }
    .button_form.button-connect {
      margin-bottom: 45px;
      max-width: 250px; } }

@media screen and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body {
    background: url(../images/logo_ldc_2.png) no-repeat 95% 50px, url(../images/bg_login.png) no-repeat center bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971;
    background-size: auto 100px, auto 100%, auto 100%, contain; } }

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  @media screen and (min-width: 992px) {
    body {
      background: url(../images/logo_ldc_2.png) no-repeat 95% 50px, url(../images/bg_login.png) no-repeat center bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
      background-color: #154971;
      background-size: auto 100px, auto 100%, auto 100%, contain; } } }

@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
  @media screen and (min-width: 992px) {
    body {
      background: url(../images/logo_ldc_2.png) no-repeat 95% 50px, url(../images/bg_login.png) no-repeat center bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
      background-color: #154971;
      background-size: auto 100px, auto 100%, auto 100%, contain; } } }

@media (min-width: 1200px) {
  .contenu .flex-center {
  margin-left: 20%;
}
  .contenu {
    width: calc(100% - 60%); }
  #logo {
    height: 200px; }
  #bienvenue {
    font-size: 1.35rem;
    margin: 45px 0 60px; }
  .button_form.button-connect {
    margin-bottom: 65px; } }



@media (min-width: 1200px) /* and (min-height: 665px) */{
    body {
    background: url(../images/logo_ldc_2.png) no-repeat calc(100% - 50px) 50px, url(../images/bg_login.png) no-repeat right bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971;
    background-size: auto 100px, auto 100%, auto 100%, contain; }
  /*.contenu {
   transform: scale(0.8);}*/
}
@media (max-height: 664px){
  .contenu {
   transform: scale(0.8); }
  header, main, footer  {
    width: 90%; }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body {
    background: url(../images/logo_ldc_2.png) no-repeat 95% 50px, url(../images/bg_login.png) no-repeat right bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
    background-color: #154971;
    background-size: auto 100px, auto 100%, auto 100%, contain; } }

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  @media screen and (min-width: 1200px) {
    body {
      background: url(../images/logo_ldc_2.png) no-repeat 95% 50px, url(../images/bg_login.png) no-repeat right bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
      background-color: #154971;
      background-size: auto 100px, auto 100%, auto 100%, contain; } } }

@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
  @media screen and (min-width: 1200px) {
    body {
      background: url(../images/logo_ldc_2.png) no-repeat 95% 50px, url(../images/bg_login.png) no-repeat right bottom, url(../images/bg_login_2.png) repeat-x left bottom, radial-gradient(circle at 70% 45%, #55afc9, transparent 75%) no-repeat;
      background-color: #154971;
      background-size: auto 100px, auto 100%, auto 100%, contain; } } }


/* message special IE  */
#alerteIE {
  color: rgb(0,0,0); 
  font-size: 0.8rem; 
  text-transform: none;
  font-weight: normal;
  font-style: italic; 
  position: absolute; 
  bottom: 23%;
  left: 70%; 
  width: 50%;
  font-family: 'arial', sans-serif;
  pointer-events: none;
  /*background-color: #fff;*/
  border-radius: 5px;
  /*border: 1px solid #dd0a20;*/
  min-height: 118px; 
}

#alerteIE p{
  margin: 10px;
}

#alerteIE.manager {
  line-height: 1.2;
  max-width: 250px;
  width: 100%;
  height: initial;
  min-height: 118px;
  bottom: initial;
  top: 100%;
  margin-top: 20px;
  left: 0;
}

@media screen and (max-width: 1800px) {
  #alerteIE {
    left: 85%;
    
  }

  #alerteIE.manager {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 1600px) {
  #alerteIE {
    left: 100%;
    
  }

  #alerteIE.manager {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 992px) {
  header {
   padding-top: 150px; 
  }

  #alerteIE {
    left: 25%;
    bottom: initial;
    top: 100%;
    margin-top: 20px;
    width: 50%;
    
  }
  #alerteIE.manager {
    padding-left: 0;
    padding-top: 0;
    left: 25%;
    line-height: 1.2;
    width: 50%;
  }
}


@media screen and (max-width: 600px) {
  #alerteIE, #alerteIE.manager {
    width: 100%;
    left: 0;
  }
}