@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', sans-serif;

/*  overflow: 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: #000000 !important;
}

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

input::placeholder {
  color: #000000;
}

/*
::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: row;
  font-size: 1.2rem;
  background: white no-repeat center center;
  background-size: cover;
}

.small-only {
  display: block;
}

.contenu {
  width: 50%;
  background-color: #ffffff;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-end;
  align-content: center;
  position: relative;
}

.bg {
  width: 50%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

header, footer, main {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 39.87rem;
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 48%;
  min-width: 100px;
  max-width: 100%;
  margin: 35px 0 4rem 0;
  text-align: left;
}

#logo img {
  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: 4.7rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-family: 'Poppins', "Arial", sans-serif;
  margin: 0;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem;
}

h3 span {
  color: #0769ca;
}

.instructions {
  color: #000000;
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: normal;
  word-spacing: 1px;
  font-family: 'Segoe UI Emoji', "Arial", sans-serif;
  margin-bottom: 2.5rem;
}

/* 
.instructions .color {
  font-weight: 600;
} */

.display {
  display: none;
}

#fields {
  box-sizing: border-box;
}

#fields .field {
  position: relative;
  margin: 0;
  border-radius: 0;
  height: 4.2rem;
  margin-bottom: 1rem;
}

#fields .field:not(:last-child) {
  border-bottom: 1px solid #000000;
}

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

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

#fields label:after {
  content: '';
  border-right: 1px solid #000000;
  opacity: 1;
  position: absolute;
  top: 13px;
  bottom: 10px;
  right: -0.5rem;
  width: 100%;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  font-size: 1.6rem !important;
  font-weight: 600;
  font-family: 'Segoe UI Emoji', "Arial", sans-serif !important;
  color: #000000 !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 5.87rem;
  width: calc(100% - 4.77rem);
  box-sizing: border-box;
  margin-bottom: 0;
  height: 100% !important;
  border-bottom: none;
  padding: 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: #000000;
  box-shadow: none;
  outline: 0;
}

#fields input[type=email]+span.label,
#fields input[type=text]+span.label,
#fields input[type=password]+span.label {
  color: #000000 !important;
  font-size: 1.2rem !important;
  font-weight: 500;
  font-family: 'Poppins', "Arial", sans-serif !important;
  position: absolute;
  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 1rem;
}

#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.3rem;
  width: 90%;
  font-family: 'Poppins', "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  background: #41642c;
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 2rem;
}

.button_form:hover {
  background: #baca29;
  /* background-position: 100% 100%; */
}

.button_form .arrow {
  width: 2rem;
  position: absolute;
  top: 1.4rem;
  right: 20px;
}


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

#oubli_form {
  height: 4.3rem;
  width: 100%;
  font-family: 'Poppins', "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  background-size: 200%;
  max-width: 28.87rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #0769ca;
  padding: auto 2rem;
}

#oubli_form span {
  font-weight: 600;
}

#oubli_form a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-color: none;
  transition: all 0.2s ease-in-out;
}

#oubli_form:hover {
  background: #000000;
}

.separateur {
  width: 4.8rem;
  margin: 2rem 0;
  height: 5px;
  border: none;
  background: #ff0000;
}

.dbl_btn {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.bg div.bottom {
  text-align: right;
  position: absolute;
  bottom: 5%;
  right: 8%;
}

.bg div.bottom span {
  color: #fff;
  font-family: 'Futura Std', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 3rem;
}

.contenu div.bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  width: 90%;
  margin: 33px auto 22px;
  justify-content: center;
/*  position: absolute;*/
/*  bottom: 5%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
}

.contenu div.bottom a {
  color: #41642c;
  font-family: 'Futura Std', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  width: 80%;
  text-align: center;
}

.contenu div.bottom span {
  background: url(../images/img-left.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80%;
  height: 8rem;
}

.ss-txt {
display: none;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 900px) {
  .contenu {
    width: 80%;
  }

  .bg {
    width: 20%;
  }

  .bg div.bottom span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {

  .contenu {
    width: 95%;
  }

  .contenu div.bottom {
    margin-bottom: 0;
  }
  .bg {
    width: 5%;
  }

  .bg div.bottom span {
    display: none;
  }

  .ss-txt {
/*    bottom: 2%;*/
/*    left: 50%;*/
/*    position: absolute;*/
    width: auto;
    display: block;

    text-align: right;
    margin: 20px;
  }
}

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

}