@charset "UTF-8";
#fields {
  margin-top: 15px;
  box-sizing: border-box;
}

.field {
  position: relative;
  height: 50px;
  background-color: #fff;
  border: 2px solid #94c11e;
  height: 4rem;
  color: #565656;
  border-radius: 5px;
  margin: 0 0 2rem 0;
}

label {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%;
  text-align: center;
  -webkit-transform: none;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

label img {
  height: 50%;
  max-height: 25px;
  width: auto;
}

input[type=text],
input[type=password] {
  position: absolute;
  top: 0;
  left: 6rem !important;
  width: calc(100% - 6rem) !important;
  height: 100% !important;
  border: 0 !important;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: transparent;
}

input[type=text]:focus,
input[type=password]:focus {
  border: 0;
}

input[type=text].valid,
input[type=password].valid {
  border: 0;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]) {
  border: 0;
}

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: #565656 !important;
}

.field:first-of-type input:-webkit-autofill,
.field:first-of-type input:-webkit-autofill:hover,
.field:first-of-type input:-webkit-autofill:focus,
.field:first-of-type 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 #f6f6f6 inset !important;
  -webkit-text-fill-color: #565656 !important;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #565656 !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;
}

img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .illustration {
    display: block !important;
    position: fixed;
    width: 50%;
    left: 0;
  }
  .illustration .crop {
    position: relative;
    width: calc(100% + 21px);
    min-height: calc(100vh + 21px);
    margin: -10px;
  }
  .illustration .crop > div {
    width: calc((100% / 2));
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
  }
  .illustration .crop #img1 {
    background: url("../images/bg1.png") no-repeat center center;
    background-size: cover;
    height: 32%;
  }
  .illustration .crop #img2 {
    background: url("../images/bg2.png") no-repeat center center;
    background-size: cover;
    height: 25%;
    top: 32%;
  }
  .illustration .crop #img3 {
    background: url("../images/bg3.png") no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 43%;
    top: inherit;
  }
  .illustration .crop #img4 {
    background: url("../images/bg4.png") no-repeat top center;
    background-size: cover;
    height: 23.5%;
    left: calc(100% / 2);
  }
  .illustration .crop #img5 {
    background: url("../images/bg5.png") no-repeat center center;
    background-size: cover;
    height: 46%;
    top: 23.5%;
    left: calc(100% / 2);
  }
  .illustration .crop #img6 {
    background: url("../images/bg6.png") no-repeat center center;
    background-size: cover;
    top: 69.5%;
    height: 30.5%;
    left: calc(100% / 2);
  }
}

@media (min-width: 1200px) {
  .illustration .crop > div {
    width: calc((100% / 3));
  }
  .illustration .crop #img4 {
    left: calc(100% / 3);
  }
  .illustration .crop #img5 {
    left: calc(100% / 3);
  }
  .illustration .crop #img6 {
    left: calc(100% / 3);
  }
  .illustration .crop #img7 {
    background: url("../images/bg7.png") no-repeat center center;
    background-size: cover;
    height: 35.5%;
    left: calc((100% / 3) * 2);
  }
  .illustration .crop #img8 {
    background: url("../images/bg8.png") no-repeat bottom center;
    background-size: cover;
    height: 28.5%;
    top: 35.5%;
    left: calc((100% / 3) * 2);
  }
  .illustration .crop #img9 {
    background: url("../images/bg9.png") no-repeat bottom center;
    background-size: cover;
    height: 36%;
    top: inherit;
    bottom: 0;
    left: calc((100% / 3) * 2);
  }
}

@media screen and (max-height: 680px) {
  .illustration .crop #img3, .illustration .crop #img6, .illustration .crop #img9 {
    display: none;
  }
  .illustration .crop #img1 {
    height: 60%;
  }
  .illustration .crop #img2 {
    top: 60%;
    height: 40%;
  }
  .illustration .crop #img4 {
    height: 40%;
  }
  .illustration .crop #img5 {
    top: 40%;
    height: 60%;
  }
  .illustration .crop #img7 {
    height: 50%;
  }
  .illustration .crop #img8 {
    top: 50%;
    height: 50%;
  }
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "arial", sans-serif;
  font-family: 'Helvetica57', arial, sans-serif;
}

#page {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.color {
  color: #94c11e;
}

.illustration {
  display: none;
  vertical-align: top;
}

.contenu {
  display: table-cell;
  vertical-align: center;
  width: 100%;
  height: 100%;
  margin-top: 10%;
  background-color: #fff;
}

header {
  text-align: center;
}

header img {
  max-width: 45%;
  margin-top: 1.5rem;
  margin-right: 3rem;
}

main {
  padding: 1rem;
  padding-top: 2.5rem;
  background-color: #fff;
  text-align: center;
}

.hr {
  margin-top: 2.5rem;
}

h2 {
  text-align: center;
  font-size: 2rem;
  color: #505354;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.button_form {
  text-align: center;
  display: block;
  height: 3.5rem;
  display: inline-flex;
  min-width: 225px;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  text-transform: uppercase;
  background-color: #94c11e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding-top: 0.2rem;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  font-family: 'arial', sans-serif;
}

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

.button_form:hover .next {
  margin-left: 2rem;
  margin-right: 1rem;
}

.button_form .next {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  transition: margin 0.3s;
}

#oubli_form {
  color: #242424;
  text-align: center;
  font-size: 1.03rem;
  font-family: 'arial', sans-serif;
}

#oubli_form a {
  color: #242424;
  font-weight: bold;
  text-decoration: none;
}

#oubli_form a:hover {
  color: #94c11e;
}

@media (min-width: 600px) {
  main {
    max-width: 555px;
    margin: auto;
  }
  .contenu {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .contenu {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .illustration {
    display: table-cell;
    width: 50%;
    height: 100%;
  }
  main {
    padding-top: 19vh;
  }
}

@media (min-width: 1200px) {
  .contenu {
    width: 50%;
  }
  .illustration {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
  .contenu {
    width: 41%;
  }
  .illustration {
    width: 59%;
  }
}

@media (min-height: 660px) {
  .hr {
    margin-top: 4vh;
  }
  #fields label img {
    max-height: 30px;
  }
  .button_form {
    margin-bottom: 2.5rem;
  }
}
