@charset "UTF-8";
* {
  box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #f3f3f5;
  color: #000;
  font-size: 12px;
  font-family: 'Adobe Caslon Pro', "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: #111212 !important;
}

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

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !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: 12px;
}

.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: 62%;
  margin: auto;
  background: #e2e5ea;
  height: 3px;
  border: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#logo {
  width: 100%;
  min-width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 5rem;
}

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

h2 {
  margin: 0;
  color: #131313;
  font-size: 3.9rem;
  font-weight: normal;
  box-sizing: border-box;
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif;
  letter-spacing: 1.3rem;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif;
  margin: 0;
  color: #131313;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.025rem;
  text-align: center;
}

.separateur {
  height: 3px;
  background-color: #102026;
  width: 5rem;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 3px;
}

.instructions {
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif;
  color: #131313;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 4.67rem;
  /* margin-top: 1.33rem;
  margin-left: 3rem; */
}

.color {
  font-weight: 600;
}

#fields {
  box-sizing: border-box;
  max-width: 100%;
  margin: auto;
  /* padding: 2.5rem 0rem 0rem 3rem; */
  /* border-left: 4px solid #111212; */
  margin-bottom: 4rem;
}

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

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

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

#fields .field:not(:last-child)::before {
  content: "Identifiant";
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif !important;
  font-weight: normal;
  position: absolute;
  top: -1rem;
  color: #131313;
  font-size: 4.2rem;
  /* left: -3px; */
  opacity: 0.13;
}

#fields .field::before {
  content: "Mot de passe";
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif !important;
  white-space: nowrap;
  font-weight: normal;
  position: absolute;
  top: -1rem;
  font-size: 4rem;
  left: 0px;
  color: #131313;
  opacity: 0.13;
}

#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: 2px;
  height: 21px;
  background: rgb(14, 25, 45, .2);
  right: .07rem;
}

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

#fields input::placeholder {
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif !important;
  color: #131313;
  font-weight: normal;
}

#fields input[type=email], #fields input[type=text], #fields input[type=password] {
  font-size: 1.2rem !important;
  font-weight: normal;
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif !important;
  color: #131313 !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: 3.6rem;
  width: 15rem;
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  background-color: #012130;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 1rem 0; */
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-transform: uppercase;
  /* border-radius: 50px; */
  letter-spacing: 0.3rem;
  border: 2px solid transparent;
}

.button_form:hover, .button_form:focus {
  background-color: #ffffff;
  color: #012130;
  border: 2px solid #012130;
  ;
}

/* .button_form .arrow {
  margin-left: 1rem;
  display: flex;
}
.button_form .arrow img{
  width: 80%;
  height: auto;

} */

#oubli_form {
  font-family: 'Adobe Caslon Pro', "Arial", sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 1.07rem;
  /* color: #881623; */
}

#oubli_form a {
  color: unset;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.oubli_btn>a:not(.button_form) {
  height: 3.6rem;
  width: 13rem;
  /* border-radius: 50px; */
  font-family: 'Adobe Caslon Pro', Arial, sans-serif;
  color: #012130;
  ;
  background-color: #e1e1e1;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-weight: normal;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}

.oubli_btn>a:hover:not(.button_form) {
  color: #ffffff;
  background-color: #012130;
  ;
}

#oubli_form a:hover {
  color: #ffffff;
  ;
}

.oubli_btn {
  display: flex;
  flex-direction: row;
  /* justify-content: space-evenly; */
  align-items: center;
  top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 599px) {
  .contenu {
    text-align: left;
  }
  #fields, #oubli_form {
    margin-left: auto;
    margin-right: auto;
  }
  .separateur {
    display: none
  }
  h2 {
    font-size: 2.5rem;
  }
  h2, h3, .instructions {
    margin-bottom: 0.8rem;
    text-align: left;
    padding: 0 3rem 0rem 3rem;
  }
  #fields {
    margin-top: 2rem;
    padding: 0 3rem 0rem 3rem;
  }
  .oubli_btn {
    padding: 0 3rem 0rem 3rem;
  }
}

@media screen and (min-width: 600px) {
  #page {
    /* padding: 2rem 0; */
    background: url(../images/bg.jpg) no-repeat 30% center;
    background-size: cover;
    position: relative;
  }
  h2 {
    font-size: 3.7rem;
    text-align: left;
  }
  h3 {
    font-size: 2.6rem;
    text-align: left;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .contenu {
    justify-content: center;
    flex: 0 0;
    margin: auto;
    width: 100%;
    background-image: none;
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 2px 23px 51px 0px rgb(169 168 166 / 25%);
    border-radius: 30px;
    max-width: 41.534rem;
    padding: 2rem;
  }
  .contenu .forme {
    position: relative;
    z-index: 1;
  }
  .bg {
    display: none;
  }
  header, main, footer {
    width: 100%;
  }
  #logo img {
    max-width: 80%;
    margin: 0;
  }
}

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

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

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@media screen and (max-height: 767px) and (min-width: 960px) {
  #logo {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1060px)  {
  .contenu {
    background-color: #fff;
    border-radius: 0!important;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
  #page {
    background: url(../images/bg.jpg) no-repeat 50% center;
    background-size: cover;
  }
  .contenu {
    width: 35%;
    flex: 1 1 35%;
    position: relative;
    z-index: 1;
    margin: unset;
    display: flex;
    justify-content: center;
  }
  .bg {
    width: 47%;
    flex: 1 1 47%;
  }
  .contenu header, .contenu main {
    max-width: 33.33rem;
  }
  .sous-div {
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 1600px) and (min-height: 780px) {
  html {
    font-size: 12px;
  }
  .contenu header, .contenu main {
    max-width: 33.33rem;
  }
}

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

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