@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: 'Poppins', "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, 0.6) inset !important;
  -webkit-text-fill-color: rgb(1, 33, 48) !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: rgb(1, 33, 48) !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;
}

#page.theme_1 {
  background: url(../images/bg.jpg) no-repeat left center;
  background-size: cover;
}

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

#particles-js {
  -webkit-transform: rotate(19deg) translate(-29%, -50%);
  transform: rotate(19deg) translate(-29%, -50%);
  mix-blend-mode: overlay;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background-color: transparent;
  flex: 1 1 100%;
  padding: 0 0 2rem;
  display: flex;
  flex-direction: column;
  align-content: center;
}

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

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

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  max-width: 100%;
  /* margin: auto; */
  margin-bottom: 5rem;
  position: relative;
}

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

h2 {
  margin: 0;
  color: transparent;
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', 'Arial', sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(20, 29, 71);
  line-height: 1;
}

h3 {
  margin: 0;
  color: rgb(20, 29, 71);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  font-family: 'Poppins', 'Arial', sans-serif;
}

.separateur {
  max-width: 5.5rem;
  margin-left: 0;
  height: 6px;
  background: #012130;
  border: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.instructions {
  font-family: 'Poppins', 'Arial', sans-serif;
  color: rgb(20, 29, 71);
  font-size: 1.634rem;
  line-height: 1.2;
  font-weight: 200;
  margin: 2.5rem 0 3rem;
}

#fields {
  box-sizing: border-box;
  max-width: 38rem;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.04) !important;
}

#fields .field {
  position: relative;
  background-color: white;
  margin: 0;
  height: 4.8rem;
}

#fields .field:first-of-type {
  border-bottom: solid 1px rgb(217, 217, 217);
}

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

#fields label {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.25rem;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fields label::after {
  content: "";
  position: absolute;
  right: -1rem;
  height: 2rem;
  border: 0.5px solid rgb(31, 32, 32);
}

#fields label img {
  height: 1.7rem;
  width: auto;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.4rem !important;
  font-weight: normal;
  font-family: 'Poppins', "Arial", sans-serif !important;
  color: rgb(1, 33, 48) !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 7rem;
  width: calc(100% - 7rem);
  height: 100% !important;
  border-bottom: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 0 0 2rem;
}

#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: rgb(1, 33, 48);
  box-shadow: none;
  outline: 0;
}

#oubli_form {
  width: 45%;
  text-align: right;
  font-family: 'Helvetica LT Std', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: rgb(1, 33, 48);
  position: relative;
  max-width: 38rem;
}

#oubli_form a {
  color: unset;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

#oubli_form a:hover {
  color: grey;
}

.button_form {
  height: 4rem;
  width: 40%;
  font-family: 'Poppins', "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgb(1, 33, 48);
  max-width: 36.33rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* margin: auto; */
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-radius: 5px;
}

.button_form:hover {
  background-color: rgb(93, 218, 221);
  color: rgb(1, 33, 48);
}

.button_form .arrow {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 38%;
  position: relative;
  margin-left: 1.5rem;
}

.button_form .arrow svg {
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.dbl-btn {
  display: flex;
  margin: 3rem 0 2rem;
  align-items: center;
}

@media screen and (max-width: 599px) {
  html {
    font-size: 10px;
  }
  #page {
    padding: 0 3rem 0;
  }
  #logo img {
    max-width: 75%;
  }
  .displ {
    display: none;
  }
  #oubli_form {
    width: 60%;
  }
}

@media screen and (max-width: 499px) {
  h2 {
    font-size: 4.5rem;
  }
  
  h3 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 392px) {
  h3 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 600px) {
  #page {
    padding: 0 0 2rem;
  }
  #page.theme_1 {
    background: url(../images/bg.jpg) no-repeat left center;
    background-size: cover;
  }
  #page.theme_1 .contenu {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0 2rem;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    height: 75%;
    flex: 0 0;
    width: 100%;
    min-width: 553px;
  }
  .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;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  #page.theme_1 .contenu {
    background: none;
  }
  .contenu {
    width: 100%;
    flex: 1 1 100%;
    height: initial;
    margin: initial;
    background: none;
    background-color: transparent;
    box-shadow: none;
  }
  .bg {
    display: block;
    width: 50%;
    flex: 1 1 50%;
    order: 1;
    background: transparent;
    height: initial;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
  .contenu {
    width: 40%;
    flex: 1 1 40%;
    margin: 0 0 auto;
  }
  .bg {
    width: 60%;
    flex: 1 1 60%;
  }
  header, main, footer {
    width: 100%;
    max-width: 38rem;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
}

@media screen and (min-width: 1200px) and (max-height: 790px) {
  header {
    padding-top: 0;
  }
  #logo {
    position: relative;
    top: 0;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 12px;
  }
  .contenu {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

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

input:focus::placeholder {
  opacity: 0;
}

input::placeholder {
  color: rgb(1, 33, 48);
}