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


.theme_1 {
  background: url(../images/bg.jpg) no-repeat;
}

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) inset !important;
  -webkit-text-fill-color: black !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: black !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;
  font-size: 1.2rem;
  flex-direction: row;
  align-content: space-around;
  align-items: center;
}

#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: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

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

.bloc_bg:first-of-type {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

#content {
  height: 100%;
  width: 100%;
  z-index: 25;
  margin: auto;
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#content_2 {
  display: none;
  width: 0%;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

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

h2 {
  font-family: 'Helvetica', "Arial", sans-serif;
  margin: 0;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  align-items: center;
}

h3 {
  font-family: 'Helvetica', "Arial", sans-serif;
  margin: 0;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: left;
  align-items: center;
  letter-spacing: 1px;
  margin-top: -17px;
}

h3 span {
  color: #e9540d;
}

.instructions {
  font-family: 'Helvetica', "Arial", sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  margin-top: 4rem;
}

br.display {
  display: none;
}

#fields {
  box-sizing: border-box;
  max-width: 100%;
  margin: auto;
}

#fields .field {
  position: relative;
  margin: 0;
  height: 4.8rem;
  max-width: 100%;
  background-color: rgb(247, 235, 224);
}

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

/* #fields .field:not(:last-child)::before{
  content: "Identifiant";
  font-family: "Avenir Next LT Pro", "Arial", sans-serif !important;
  font-weight: bold;
  position: absolute;
  top: -17px;
  font-size: 4.5rem;
  left: 0;   
  letter-spacing: 0.2rem;
  color: rgb(233, 233, 233);
}
#fields .field::before{
  content: "Mot de passe";
  font-family: "Avenir Next LT Pro", "Arial", sans-serif !important;
  font-weight: bold;
  position: absolute;
  top: -8.5px;
  font-size: 3.8rem;
  left: 0;   
  letter-spacing: 0.2rem;
  color: rgb(233, 233, 233);
}
#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: 7rem;
  height: 100%;
  text-align: center;
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#fields label:after {
  content: '';
  position: absolute;
  width: 2.5rem;
  height: 1px;
  margin: 0px;
  background-color: black;
  left: 5.5rem;
  top: 2.8rem;
  transform: rotate(90deg);
}

#fields input::placeholder {
  color: black;
  font-weight: normal;
}

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

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

.oubli_form {
  height: 4.5rem;
  width: 93%;
  text-align: center;
  font-family: 'Helvetica', "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #bf3d00;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  padding-top: calc(0.4rem - 2px);
  transition: all 0.3s;

}

.oubli_form span {
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.oubli_form:hover {
  color: rgb(255, 255, 255);
}

.button_form {
  height: 4.5rem;
  width: 100%;
  font-family: 'Helvetica', "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 0.1rem;
  padding-top: 0.4rem;
  text-transform: uppercase;
  border: 1px solid #e9540d;
}

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

.button_form .arrow {
  margin-left: 1.5rem;
  display: flex;
}

.button_form .arrow img {
  width: 80%;
  height: auto;
}

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

.separateur {
  margin: 1.8rem 0;
}

header {
  position: relative;
}

main {
  position: relative;
}

.dbl_btn {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: 4rem;
}

@media screen and (min-width: 600px) {
  #page {
    background-size: cover;
    background-position: 0 50%;
  }
}


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

  #content {
    height: 100%;
    width: 50%;
    z-index: 25;
    margin: auto;
    max-width: 38rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  #content_2 {
    display: block;
    width: 50%;
  }
}

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

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

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

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