@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: 'Raleway', 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: #121e2e !important;
}

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

input::placeholder {
  color: #000000;
  font-weight: normal;
  font-family: 'Poppins', 'Arial', sans-serif;
}

/*
::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: #fffffd no-repeat center center;
  background-size: cover;
}

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

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

div.hr {
  margin: 1.33rem 0;
}

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

#logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  position: relative;
  z-index: 2;
}

h2 {
  font-family: 'Poppins', "Arial", sans-serif;
  margin: 0;
  color: #000000;
  font-size: 2.35rem;
  font-weight: bold;
  /* line-height: 1.1; */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.5rem; */
}

h3 {
  font-family: 'Poppins', "Arial", sans-serif;
  margin: 0;
  color: #121e2e;
  font-size: 2.35rem;
  font-weight:bold;
  /* line-height: 1.4; */
   margin-bottom: 2.8rem; 
  /* text-transform: uppercase; */
}

h3 span {
  font-family: 'Poppins', "Arial", sans-serif;
  color: #ff682f;
  font-weight: bold;
}

.instructions {
  font-family: 'Poppins', "Arial", sans-serif;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  word-spacing: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.instructions .color {
  font-weight: normal;
}

.display {
  display: none;
}

#fields {
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 2rem;
}

#fields .field {
  position: relative;
  /* background-color: rgb(255, 255, 255); */
  margin: 0;
  border-radius: 0;
  height: 7rem;
  color: rgb(22, 21, 29);
  /* border-bottom: 1px solid #121e2e; */
}

#fields .field:not(:last-child) {
  border-bottom: 2px solid rgb(239, 239, 239);
}
#fields .field:last-child {
  margin-top: 2rem;
}
#fields .field:not(:last-child)::before {
  content: "Identifiant";
  font-family: "Gilroy", "Arial", sans-serif !important;
  color: rgb(239, 239, 239);
  font-weight: bold;
  position: absolute;
  top: -20px;
  font-size: 4.5rem;
  left: 0;
  letter-spacing: 0.3rem; 
  /* text-transform: uppercase; */
}

#fields .field::before {
  content: "Mot de passe";
  font-family: "Gilroy", "Arial", sans-serif !important;
  color: rgb(239, 239, 239);
  font-weight: bold;
  position: absolute;
  top: -10px;
  font-size: 4rem;
  left: 0;
  letter-spacing: 0.3rem; 
  /* text-transform: uppercase; */
}

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

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

#fields label:after {
  content: '';
  background: rgb(22, 21, 29);
  width: 2px;
  height: 20px;
  opacity: .6;
  position: absolute;
  right: 0;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.8rem !important;
  font-weight: bold;
  font-family: "Poppins", "Arial", sans-serif !important;
  color: rgb(22, 21, 29) !important;
  position: relative;
  z-index: 1;
  bottom: -2px;
  left: 5.5rem;
  width: calc(100% - 5.5rem);
  box-sizing: border-box;
  margin-bottom: 0;
  height: 100% !important;
  border: none;
  /* border-radius: 15px; */
  padding: 0 2rem 0 1rem;
}

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

#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(22, 21, 29);
  box-shadow: none;
  outline: 0;
}

#fields input[type=email]+span.label, #fields input[type=text]+span.label, #fields input[type=password]+span.label {
  color: rgb(22, 21, 29) !important;
  font-size: 1.8rem !important;
  font-weight: 500;
  font-family: "Poppins", "Arial", sans-serif !important;
  position: relative;
  text-align: center;
  left: 4.8rem;
  top: 50%;
  margin-left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 0;
  padding: 0 2rem;
}

#fields input[type=email]+span.label.active, #fields input[type=text]+span.label.active, #fields input[type=password]+span.label.active {
  -webkit-transform: translateY(calc(-50% - 13px)) scale(0.7);
  transform: translateY(calc(-50% - 13px)) scale(0.7);
}

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

.button_form {
  height: 4.2rem;
  width: 45%;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  background-color: #ff682f;
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem auto 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 0.1rem;
  margin-left: 0.75rem;
  text-transform: uppercase;
}

.button_form:hover {
  background-color: rgb(0, 0, 0);
}

/* .button_form .arrow {
  margin-top: 0.2rem;
  transform: translateX(150%);
  transition: all 0.3s ease-in-out;
}

.button_form:hover .arrow {
  transform: translateX(200%);
} */

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

.oubli_form {
  text-align: right;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  background-color: transparent;
  position: relative;
  width: fit-content;
  display: flex;
  place-content: right;
  align-items: right;
}

.oubli_form span {
  color: #000000;
  position: relative;
  z-index: 2;
  font-style: italic;
  background-color: none;
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
}

.oubli_form span:hover {
  color: #ff682f;
}

.separateur {
  width: 6.5rem;
  margin: 0.9rem 0 1.1rem;
  height: 2px;
  border: none;
  /* border-radius: 50px; */
  background: rgb(231, 207, 205);
}

.dbl_btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width:599px) {
  .fields{
    max-width: 100%;
  }
  #fields .field:last-child::before {
    font-size: 3.5rem;
  }
  .oubli_form, .button_form{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 499px) {
  .contenu {
    padding: 0 2rem;
  }
  #logo img {
    max-width: 100%;
  }
  h2 {
    font-size: 4.5rem;
  }
  .instructions {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: left;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .display {
    display: none;
  }
  .contenu {
    width: 100%;
    background-color: transparent;
    flex: 1 1 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background: rgba(255, 255, 255, 0) no-repeat center center;
    /* box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.24); */
  }
  .contenu-bg {
    max-width: 32rem;
    margin: auto;
    /* background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.24); */
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .bg {
    display: none;
  }
  header, main, footer {
    width: 100%;
    max-width: 32rem;
  }
}

@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: left center;
    padding: 0;
  }
  .display {
    display: block;
  }
  .contenu {
    width: 30%;
    flex: 1 1 30%;
    height: initial;
    margin: initial;
    box-shadow: none;
    min-width: 48rem;
    border-radius: unset;
  }
  
  .contenu-bg {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bg {
    background: transparent;
    /* background: #023368; */
    /* background: url(../images/bg.png) no-repeat center center;
    background-size: cover; */
    order: 1;
    padding-top: 37%;
    display: block;
    width: 15%;
    flex: 1 1 15%;
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .ligne_contour {
    margin: 1.2rem auto;
    border: none;
    border-radius: 0px;
    position: absolute;
  }
  .p_1 {
    width: 3px;
    height: 15.847rem;
    top: 49%;
    left: 8rem;
    background: #030404;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
  .contenu {
    width: 50%;
    flex: 1 1 50%;    
    background: #ffffff00;
  }
  .bg {
    width: 50%;
    flex: 1 1 50%;
  }
  .display {
    display: block;
  }
  .contenu-bg {
    background: transparent;
    max-width: 32rem;
    width: 100%;
    height: 66rem;
    margin: 0 auto;
    /* -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.12); */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .hr {
    margin: 2rem 0 2.87rem;
  }
  #logo img {
    max-width: 100%;
  }
  footer {
    margin-top: 6.6rem;
  }

  .ligne_contour {
    margin: 1.2rem auto;
    border: none;
    border-radius: 0px;
    position: absolute;
  }
  .p_1 {
    width: 3px;
    height: 15.847rem;
    top: 49%;
    left: 8rem;
    background: #030404;
  }
}

@media screen and (min-width: 1200px) and (max-height: 945px) {
  html {
    font-size: 11px;
  }
  .contenu-bg {
    height: 65rem;
    }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 12px;
  }
  header, footer, main {
    max-width: 32rem;
  }
  .contenu-bg {
    position: relative;
  }
  #fields input[type=email], #fields input[type=text], #fields input[type=password] {
    bottom: -1px;
  }
}

@media screen and (min-width: 1600px) and (max-height: 945px) {
  html {
    font-size: 12px;
  }
  .contenu-bg {
    height: 65rem;
  }
}

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

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