@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: 'Futura LT', "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 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: black !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-style: italic;
  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;
}

html {
  font-size: 11px;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  overflow-x: hidden;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background: 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: 90%;
  margin: 0 auto;
}

div.hr {
  margin: 1.33rem 0;
}

hr {
  width: 20%;
  background: #102026;
  height: 3px;
  border: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#logo {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  text-align: left;
  /* padding-right: 4%; */
  margin-bottom: 2rem;
}

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

h2 {
  margin: 0;
  color: rgb(22, 21, 29);
  font-size: 3.4rem;
  font-weight: bold;
  box-sizing: border-box;
  font-family: 'Cocon', "Arial", sans-serif;
  text-align: left;
  line-height: 1;
}

h2 .purp {
  color: rgb(116, 35, 130);
}

h2 .re {
  color: rgb(233, 0, 44);
}

h3 {
  font-family: 'Cocon', "Arial", sans-serif;
  margin: 0;
  color: #16151d;
  font-size: 2.808rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025rem;
  text-align: left;
}

/* .colored {
  font-weight: bold;
} */

.instructions {
  font-family: 'Cocon', "Arial", sans-serif;
  color: rgb(107, 107, 110);
  font-size: 1.525rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 1.5rem;
}

.color {
  font-weight: 600;
}

.separateur {
  height: 3px;
  background-color: rgb(22, 21, 29);
  width: 6rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 3.75rem;
}

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

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

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

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

#fields .field:not(:last-child)::before {
  content: "Identifiant";
  font-family: 'Cocon', "Arial", sans-serif !important;
  font-weight: normal;
  position: absolute;
  top: -30px;
  font-size: 4.7rem;
  left: 0;
  opacity: 1;
  letter-spacing: 2px;
  color: rgb(236, 236, 236);
}

#fields .field::before {
  content: "Mot de passe";
  font-family: 'Cocon', "Arial", sans-serif !important;
  white-space: nowrap;
  font-weight: normal;
  position: absolute;
  top: -19px;
  font-size: 4.2rem;
  left: 0;
  opacity: 1;
  letter-spacing: 0;
  word-spacing: 4px;
  color: rgb(236, 236, 236);
}

#fields .field:first-of-type label {
  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: 25px;
}

#fields .field:last-of-type label {
  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: 25px;
}

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

#fields label:after {
  content: '';
  position: absolute;
  right: -0.4rem;
  width: 2px;
  background-color: black;
  height: 21px;
}

#fields label img {
  height: auto;
  width: auto;
  margin-left: 1.02rem;
}

#fields input::placeholder {
  font-family: 'Cocon', "Arial", sans-serif !important;
  color: black;
  font-weight: normal;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.467rem !important;
  font-weight: 500;
  font-family: 'Cocon', "Arial", sans-serif !important;
  color: black !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 5.17rem;
  width: calc(100% - 6rem);
  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: #cccccc;
  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: 3.9rem;
  width: 13rem;
  font-family: 'Cocon', "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  /* border-radius: 2rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: rgb(201, 3, 3);
  margin: 3rem 0 0 0;
  /* border-radius: 10px; */
  background-size: 200%;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50px;
  letter-spacing: 0.1rem;
  /* background-image: linear-gradient(to right, rgb(22,117,220), rgb(30,84,204)10%, rgb(30,84,204)35%, rgb(22,117,220)50%); */
}

.button_form:hover, .button_form:focus {
  /* background-position: right center; */
  color: #000;
  background-color: rgb(209, 200, 192);
}
         
.button_form .arrow {
  margin-left: 1rem;
  display: flex;
}

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

#oubli_form {
  font-family: 'Cocon', "Arial", sans-serif;
  text-align: right;
  font-size: 1.2rem;
  /* padding-right: 0.6rem; */
}

#oubli_form a {
  color: black;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  transition: all 0.3s ease-in-out;
  margin-right: 0.5rem;
  border-bottom: 1px solid;
  /* font-style: italic; */
}

#oubli_form a:hover {
  color: rgb(201, 3, 3);
}

.oubli_btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .contenu {
    padding: 2.5rem;
  }
  #fields, #oubli_form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 499px) {
  .contenu {
    padding: 2rem;
  }
  .displ {
    display: none;
  }
  #fields .field:not(:last-child)::before {
    top: -17px;
    font-size: 3.8rem;
  }
  
  #fields .field::before {
    top: -6px;
    font-size: 3.3rem;
  }
}

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

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    background: white no-repeat 0% center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    justify-content: center;
    flex: 0 0;
    margin: auto;
    width: 100%;
    background-image: none;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 1rem 2.5rem;
    /* border-radius: 1.6rem; */
    /* box-shadow: 2px 23px 51px 0px rgba(1, 1, 1, 0.1); */
    max-width: 41.534rem;
  }
  .contenu .forme {
    position: relative;
    z-index: 1;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    width: 100%;
  }
}

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

@media screen and (min-width: 960px) {
  #page {
    min-height: 100vh;
    background: url(../images/bg.jpg) no-repeat 20% center;
    background-size: cover;
    padding: 0;
    overflow-x: hidden;
  }
  .contenu {
    width: 50%;
    flex: 1 1 50%;
    max-width: unset;
    margin: unset;
    box-shadow: none;
    background-color: transparent;
  }
  .contenu header, .contenu main {
    max-width: 30rem;
  }
  .bg {
    display: block;
    width: 50%;
    flex: 1 1 50%;
    height: initial;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 11.5px;
  }
  #page {
    background: url(../images/bg.jpg) no-repeat left center;
    background-size: cover;
  }
  .contenu {
    width: 39%;
    flex: 1 1 39%;
    position: relative;
    z-index: 1;
    height: 75%;
    background: rgba(255, 255, 255, 0);
  }
  .bg {
    width: 61%;
    flex: 1 1 61%;
  }
  .contenu header, .contenu main {
    max-width: 30.5rem;
  }
  .sous-div {
    margin-left: 2.5rem;
  }
  #fields {
    max-width: 30.5rem;
    margin-left: 0rem;
  }
}

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

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

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

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

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

@media screen and (max-height: 900px){
  #logo img{
    max-width: 50%;
  }
}
