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

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

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  /* font-family: "Open Sans", "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 10000s ease-in-out 0s, box-shadow 10000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 1) inset !important;
  -webkit-text-fill-color: #707070 !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

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

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

#particles {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#particles-js {
  -webkit-transform: translate(10%, -10%) rotate(35deg);
  transform: translate(10%, -10%) rotate(35deg);
  mix-blend-mode: overlay;
  height: 125%;
  opacity: 0.8;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex: 1 1 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  padding-bottom: 10rem;
  box-sizing: border-box;
}

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

header, footer, main {
  width: 73%;
  margin: 0 auto;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  max-width: 20rem;
  min-width: 100px;
  margin-left: 10rem;
}

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

h2 {
  margin: 0;
  color: #000000;
  font-size: 2.92rem;
  line-height: 1;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 200;
  margin-top: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  color: #000000;
  font-size: 2.92rem;
  line-height: 1;
  font-family: 'Archivo', 'Arial', sans-serif;
  font-weight: 600;
}

.footer {
  margin-top: 2.8rem;
  color: #adadad;
}

.footer a {
  color: #adadad;
  text-decoration: none;
}

.coord {
  font-size: 1.23rem;
}

.instructions {
  color: #3B3C3B;
  font-size: 1.58rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2.517rem;
  margin-bottom: 3.5rem;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

#fields {
  box-sizing: border-box;
  max-width: 38rem;
}

#fields .field {
  position: relative;
  background-color: #ffffff;
  margin: 0;
  height: 5.545rem;
  width: 100%;
  border: none;
}

#fields .field:first-of-type {
  margin-bottom: 1.667rem;
}

#fields .field:first-of-type label {
  margin-left: 0;
}

#fields .field:first-of-type input[type=email], #fields .field:first-of-type input[type=text], #fields .field:first-of-type input[type=password] {
  margin-left: 0;
}

#fields .field:first-of-type input[type=email]+span.label, #fields .field:first-of-type input[type=text]+span.label, #fields .field:first-of-type input[type=password]+span.label {
  margin-left: 0;
}

#fields .field:last-of-type label {
  margin-left: 0;
}

#fields .field:last-of-type input[type=email], #fields .field:last-of-type input[type=text], #fields .field:last-of-type input[type=password] {
  margin-left: 0;
}

#fields .field:last-of-type input[type=email]+span.label, #fields .field:last-of-type input[type=text]+span.label, #fields .field:last-of-type input[type=password]+span.label {
  margin-left: 0;
}

#fields label {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.545rem;
  height: 100%;
  text-align: center;
  /*  margin-left: 3px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.right-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.545rem;
  height: 45%;
  border-right: 1px solid #000000;
}

#fields label img {
  height: 24px;
  width: auto;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.457rem !important;
  font-weight: normal;
  font-family: 'Montserrat', 'Arial', sans-serif;
  color: #030304 !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 7.545rem;
  width: calc(100% - 7.545rem);
  height: 94% !important;
  border-bottom: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-left: 2.167rem;
}

#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 {
  box-shadow: none;
  outline: 0;
}

#oubli_form {
  font-family: 'Montserrat', 'Arial', sans-serif;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 1.42rem;
  color: #05688B;
  background-color: #93ede8;
  text-decoration: none;
  position: relative;
  margin-right: 3rem;
  /*max-width: 26rem;*/
  padding: 1.3rem 1rem;
  transition: 0.2s;
  cursor: pointer;
  text-transform: uppercase;
}

#oubli_form a {
  color: #05688B;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

#oubli_form:hover {
  background-color: #05688B;
}

#oubli_form:hover a {
  transition: 0.2s;
  color: #fff !important;
}

.button_form {
  height: 3.75rem;
  font-family: 'Montserrat', "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.58rem;
  color: #fff;
  background-color: #05688b;
  /*max-width: 36.33rem;*/
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-transform: none;
  padding: 2.3rem 2rem;
  text-transform: uppercase;
}

.button_form span {
  font-family: 'Montserrat', 'Arial', sans-serif;
}

.button_form:hover {
  background-color: #93ede8;
  color: #05688b;
}

.boutons {
  display: flex;
  /*flex-wrap: wrap;*/
  margin-top: 5.67rem;
  /* margin-bottom: 2rem; */
}

#linkRecupId {
  width: 65% !important;
}

@media screen and (min-height: 800px) {
  .contenu {
    justify-content: center;
  }
}

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    justify-content: center;
    height: 75%;
    flex: 0 0;
    margin: auto;
    width: 55%;
    background-color: rgba(255, 255, 255, 0.959);
  }
  .bg {
    display: none;
  }
}

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

@media screen and (min-width: 960px) {
  html {
    font-size: 11px;
  }
  #logo {
    margin-top: 0;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .contenu {
    width: 50%;
    flex: 1 1 50%;
    height: initial;
    margin: initial;
    background: none;
    background-color: transparent;
    box-shadow: none;
  }
  .bg {
    display: none;
    width: 50%;
    flex: 1 1 50%;
    order: 1;
    background: transparent;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .line {
    width: 100% !important;
  }
}

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

@media screen and (min-width: 1600px) {
  html {
    font-size: 11px;
  }
  header, main, footer {}
  #linkRecupId {
    width: 50% !important;
  }
  .line-break {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 961px), (-ms-high-contrast: active) and (max-width: 961px) {
  #page {
    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, .contenu {
    min-height: 100vh;
  }
  .bg {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1650px) {
  #page {
    background: url(../images/bg.jpg) no-repeat left center;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 10px;
  }
  .contenu {
    padding-bottom: 2rem;
  }
  header, footer, main {
    width: 54%;
  }
}

@media screen and (max-width: 960px) {
  #page {
    background: url(../images/bg.jpg) no-repeat right center;
  }
  header, footer, main {
    width: 80%;
  }
  h2 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 850px) {
  .contenu {
    width: 70%;
  }
}

@media screen and (max-width: 630px) {
  .contenu {
    width: 100%;
  }
  h2 {
    font-size: 3.463rem;
  }
  h3 {
    font-size: 2.527rem;
  }
}

@media screen and (max-width: 370px) {
  h2 {
    font-size: 3.363rem;
  }

}

@media screen and (max-height: 830px) {
  #logo {
    max-width: 170px;
  }
  html {
    font-size: 10px;
  }
}

@media screen and (max-height: 730px) {
  #logo {
    max-width: 150px;
    margin-bottom: 0;
  }
  h2 {
    margin-top: 1.083rem;
  }
}

@media screen and (max-height: 680px) {
  .instructions {
    margin-top: 1.417rem;
    margin-bottom: 2.5rem;
  }
  .button_form {
    margin-top: 2.25rem;
  }
}


 @media screen and (max-width: 450px) {
  #fields {
    box-sizing: border-box;
    max-width: 38rem;
    margin-bottom: 2rem;
  }
  .boutons {
    flex-wrap: wrap;
    margin-bottom: 2rem!important;
  }
  #oublie_form {
    padding: 1.3rem 3rem;
  }
  .button_form{
    margin-top: 2rem;
  }
}
  