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

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
}

a {
  text-decoration: none;
}

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

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

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

:-ms-input-placeholder { !* Internet Explorer 10-11 *!
	color: red;
}

::-ms-input-placeholder { !* Microsoft Edge *!
	color: red;
}*/
.nowrap {
  white-space: nowrap;
}

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

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  background: transparent url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  flex: 1 1 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
}

.bg {
  order: -1;
  width: 100%;
  display: none;
}

header, footer, main {
  width: 90%;
  margin: 0 auto;
  max-width: 43.33rem;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  max-width: 18rem;
  min-width: 100px;
  margin-bottom: 5rem;
  margin-left: auto;
}

#logo img {
  max-width: 100%;
  height: auto;
  border: 0;
}

h2 {
  margin: 0;
  color: #3e6ead;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.023rem;
}

h3 {
  margin: 0;
  margin-bottom: 2.33rem;
  color: #3e6ead;
  font-size: 1.95rem;
  font-weight: 300;
  line-height: 1.25;
}

.instructions {
  color: #767676;
  font-size: 1.38rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 2.2rem;
}

#fields {
  box-sizing: border-box;
  overflow: hidden;
  max-width: 33.13rem;
}

#fields .field {
  position: relative;
  background-color: #fff;
  margin: 0 0 0.67rem;
  overflow: hidden;
  display: flex;
  border-radius: 2.35rem;
  border: 2px solid rgba(97, 134, 182, 0.4);
  box-sizing: border-box;
  height: 4.7rem;
  color: #0054a6;
}

#fields label {
  display: block;
  flex: 1 0 45%;
  height: 4.7rem;
  line-height: 4.7rem;
  background-color: rgba(202, 209, 223, 0.4);
  text-align: center;
  font-size: 1.07rem;
  color: #224E87;
  font-weight: 500;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  flex: 1 1 100%;
  font-size: 1.07rem !important;
  font-weight: normal;
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif !important;
  color: #0054a6 !important;
  position: relative;
  z-index: 1;
  height: 4.7rem;
  line-height: 4.7rem;
  padding-left: 2rem;
  border: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}

#fields input[type=email]:focus, #fields input[type=email].valid, #fields input[type=email].invalid,
#fields input[type=text]:focus,
#fields input[type=text].valid,
#fields input[type=text].invalid,
#fields input[type=password]:focus,
#fields input[type=password].valid,
#fields input[type=password].invalid {
  color: #0054a6;
  box-shadow: none;
  outline: 0;
}

#fields input[type=email]:focus:not([readonly]),
#fields input[type=text]:focus:not([readonly]),
#fields input[type=password]:focus:not([readonly]) {
  box-shadow: none;
  border-bottom-color: #3e6ead;
}

.button_form {
  height: 3.4rem;
  width: 12.4rem;
  font-family: "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #3e6ead;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.33rem 0 0;
  text-align: center;
  border-radius: 1.7rem;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.button_form .bubble {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #26356e;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}

.button_form .bubble:nth-child(2) {
  left: calc((2 - 2) * 25%);
  transition-delay: calc((2 - 2) * 0.1s);
}

.button_form .bubble:nth-child(3) {
  left: calc((3 - 2) * 25%);
  transition-delay: calc((3 - 2) * 0.1s);
}

.button_form .bubble:nth-child(4) {
  left: calc((4 - 2) * 25%);
  transition-delay: calc((4 - 2) * 0.1s);
}

.button_form .bubble:nth-child(5) {
  left: calc((5 - 2) * 25%);
  transition-delay: calc((5 - 2) * 0.1s);
}

.button_form:hover, .button_form:focus {
  outline: 0;
}

.button_form:hover .bubble, .button_form:focus .bubble {
  -webkit-transform: translateY(0) scale(2.35);
  transform: translateY(0) scale(2.35);
}

#oubli_form {
  text-align: right;
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-weight: normal;
  margin-top: 1.07rem;
  color: #3e6ead;
}

#oubli_form a {
  color: unset;
  text-decoration: none;
}

#oubli_form a:hover, #oubli_form a:focus {
  color: #26356e;
  outline: 0;
}

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    background: url(../images/bg.jpg) no-repeat center right;
    background-size: cover;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    justify-content: flex-start;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    background-image: none;
    box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1);
    padding: 3rem;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    width: 100%;
  }
}

@media screen and (max-width: 959px) and (max-height: 840px) {
  .bg {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 11px;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    background-position: right center;
    padding: 0;
  }
  .contenu {
    width: 70%;
    flex: 1 1 70%;
    height: initial;
    margin: initial;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    padding-right: 5rem;
    padding-top: 6.67rem;
  }
  header, main {
    margin-left: 0;
  }
  main {
    max-width: 34.93rem;
  }
  .bg {
    order: -1;
    padding-top: 37%;
    display: block;
    width: 30%;
    flex: 1 1 30%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .button_form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
  .contenu {
    width: 53.5%;
    flex: 1 1 53.5%;
  }
  .bg {
    width: 46.5%;
    flex: 1 1 46.5%;
  }
  header, main, footer {
    width: 64%;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
  footer {
    margin-top: 6.6rem;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1900px) and (min-height: 1000px) {
  html {
    font-size: 15px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 961px), (-ms-high-contrast: active) and (max-width: 961px) {
  #page {
    background: #fff;
    display: block;
  }
  .contenu {
    box-shadow: none;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 960px), (-ms-high-contrast: active) and (min-width: 960px) {
  #page {
    min-height: 100vh;
  }
  .contenu,
  .bg {
    min-height: 100vh;
  }
  .bg .illu_1, .bg .illu_2 {
    opacity: 0.65;
  }
}

@supports not (mix-blend-mode: multiply) {
  .bg .illu_1, .bg .illu_2 {
    opacity: 0.65;
  }
}
