@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: "Poppins", "Arial", sans-serif;
  overflow-x: hidden;
}

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

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-style: italic;
  color: #575756 !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;
  overflow: hidden;
}

.small-only {
  display: block;
}

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

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

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

div.hr {
  margin: 1.33rem 0;
}

hr {
  width: 5.5rem;
  margin-left: 0;
  background: #409c8c;
  height: 3px;
  border: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

#logo, #logo-two {
  max-width: 35.734rem;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

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

#logo-two {
  display: none;
}

.title {
  margin-top: -17rem;
  position: relative;

}

h2 {
  text-align: left;
  margin: 0;
  color: #011625;
  font-size: 4rem;
  font-weight: bold;
  box-sizing: border-box;
  font-family:  'DM Serif Display', "Arial", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

/* .lighter {
  text-transform: lowercase;
  font-family: 'Josefin Sans', "Arial", sans-serif;
  font-weight: normal;
}

.lighter-color {
  text-transform: lowercase;
  font-family: 'Josefin Sans', "Arial", sans-serif;
  font-weight: bold;
  background: -webkit-linear-gradient(45deg, rgb(169, 215, 255), rgb(195, 177, 253) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

h3 {
  margin: 0;
  color: #011625;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-family:  'DM Serif Display', "Arial", sans-serif;
  margin-bottom: 2rem;
  /* text-shadow: 0px 0px 13px rgba(149, 148, 146, 0.38); */
  /* mix-blend-mode: multiply; */
}

.instructions {
  text-align: left;
  color: rgb(112, 115, 121);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 2rem;
  font-family: "Gilroy", "Arial", sans-serif;
  margin-top: 1rem;
}

.color {
  font-weight: 600;
}

#fields {
  box-sizing: border-box;
  max-width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0);
  padding: 2rem 0rem 0rem;
}

#fields .field {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  height: 5.231rem;
  border-bottom: 2px solid #d7d7d7;
}

#fields .field:not(:last-child) {
  margin-bottom: 2rem;
}

#fields .field:not(:first-child) {
  border-bottom: none;
}

#fields .field:not(:last-child)::before {
  content: "Identifiant";
  font-family: "Gilroy", "Arial", sans-serif !important;
  font-weight: bold;
  position: absolute;
  top: -28px;
  font-size: 3.6rem;
  left: 11px;
  color: #efefef;
}

#fields .field::before {
  content: "Mot de passe";
  font-family: "Gilroy", "Arial", sans-serif !important;
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  top: -21px;
  font-size: 3rem;
  left: 11px;
  color: #efefef;
}

#fields .field.changed::before {
  content: "";
}

#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: 25px;
}

#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: 25px;
}

#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: 25px;
}

#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: 25px;
}

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

#fields label:after {
  content: '';
  position: absolute;
  width: 21px;
  margin: -14px;
  border-bottom: 2px solid #919398;
  right: 5px;
  transform: rotate(90deg);
}

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

#fields input::placeholder {
  font-family: "Poppins", "Arial", sans-serif !important;
  color: rgb(42, 52, 71);
  font-weight: 300;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.5rem !important;
  font-weight: 300;
  font-family: "Gilroy", "Arial", sans-serif !important;
  color: rgb(42, 52, 71) !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50px;
  width: calc(100% - 75px);
  height: 100% !important;
  border-bottom: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  /* border-radius: 50px; */
}

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

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;

  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.button_form {
  height: 4rem;
  width: 13.8rem;
  font-family: 'Josefin Sans', "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  color: #fff;
  background: #011625;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* margin: 3.67rem auto 0; */
  margin-left: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-transform: none;
  z-index: 2000;
  border-radius: 50px;
  align-items: center;
  letter-spacing: 0.3;
}

.button_form .arrow {
  display: flex;
  margin-left: 0.2rem;
  width: 15px;
}

.button_form .arrow img {
  height: auto;
  width: 20px;
}

.button_form:hover, .button_form:focus {
  background: #C1BAF3;
}

.arrow {
  padding-left: 0.25rem;
}

#oubli_form {
  font-family: 'Josefin Sans', "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  height: 4.616rem;
  margin: 0;
  padding: 0;
  margin-right: 0;
  align-items: center;
  font-style: italic;
}

#oubli_form a {
  color: rgb(42, 52, 71);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#oubli_form a:hover {
  color: rgb(106, 60, 355);
}

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

.br {
  display: none;
}

.contenu-two {
  display: none;
}

@media screen and (max-width: 599px) {
  .contenu {
    text-align: center;
  }

  #fields, #oubli_form {
    margin-left: auto;
  }

  h2 {
    font-size: 2.8rem;
    margin: 3rem 0;
  }

  #oubli_form {
    font-size: 1.2rem;
  }

  #logo, #logo-two {
    margin-left: 0;
  }
}

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

    padding: 2rem 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  .small-only {
    display: none;
  }

  div.hr {
    margin: 30px 0;
  }

  .contenu {
    justify-content: flex-start;
    min-height: 100%;
    flex: 0 0;
    margin: auto;
    width: 100%;
    background-image: none;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
    padding: 4rem;
    border-radius: 1.6rem;
    max-width: 50.467rem;

  }

  .contenu .forme {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }

  .bg {
    display: none;
  }

  header, main, footer {
    width: 100%;
  }

  .br {
    display: block;
  }

  #fields .field:not(:last-child)::before {
    font-size: 4rem;
  }

  #fields .field::before {
    font-size: 3.6rem;
  }

  #fields, #oubli_form {
    margin-left: auto;
  }

}

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

@media screen and (max-width: 959px) {
  #logo img, #logo-two img {
    height: 100%;
  }

  #logo, #logo-two {
    max-width: 35rem;
  }
}

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

  #page {
    display: grid;
    place-content: center;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
  }

  .contenu-two {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .contenu-two header, .contenu-two main {
    margin-top: -5rem;
    max-width: 30rem;
    padding: 2.5rem;
  }

  header {
    text-align: left;
    justify-content: left;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  main {
    width: 97%;
  }

  .grid-mode-border {
    display: flex;
    position: absolute;
    top: 8rem;
    right: 0;
    width: 3px;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0);
  }

  .bg {
    display: none;
  }

  .button_form {
    height: 3.3rem;
    width: 11rem;
    font-size: 1.2rem;
  }

  h2, h3 {
    margin-top: 3rem;
    font-size: 3rem;
    text-align: right;
    width: 150%;
    transform: translateX(-35%);
  }

  #oubli_form {
    transform: translateX(20%);
    margin-left: -1rem;
  }

  #oubli_form a {
    text-shadow: none;
    font-size: 1.2rem;
  }

  .display-screen {
    display: none;
  }

  .contenu {
    display: none;
  }

  #logo-two {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 7rem;
  }

  .dbl-btn {
    margin-top: 2rem;
  }

  .instructions {
    font-size: 1.2rem;
  }

  #fields input[type=email], #fields input[type=text], #fields input[type=password] {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-height: 760px) and (min-width:960px) {
  #logo-two {
    margin-top: 2rem;
  }

  .contenu-two header, .contenu-two main {
    margin-top: -8rem;
  }
}

@media screen and (max-height: 767px) and (min-width: 1200px) {
  #page {
    padding: 3rem;
  }

}

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

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

  .bg {
    width: 48%;
    flex: 1 1 48%;
    padding: 11rem 0;
    justify-content: flex-end;
    text-align: right;
  }

  .contenu {
    width: 52%;
    flex: 1 1 52%;
    position: relative;
    z-index: 1;
    background: none;
    align-items: flex-start;
  }

  h2, h3 {
    margin-top: 2.25rem;
    font-size: 3.6rem;
    text-align: right;
    width: 150%;
    transform: translateX(-35%);
  }

  .sous-div {
    margin-left: 2.5rem;
  }

  /* .forme{  transform: translateX(-10%);} */
}

@media screen and (max-height: 767px) and (min-width: 1200px) {
  .bg {
    padding: 2rem
  }
}

@media screen and (min-width: 1500px) {
  h2, h3 {
    margin-top: 1rem;
    font-size: 4.3rem;
    text-align: right;
    width: 200%;
    transform: translateX(-50%);
  }
}

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



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