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

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

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-style: italic;
  color: #000000 !important;
  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;
}*/

.logo {
  background: url(../images/logo.png) no-repeat center center;
  background-size: cover;
  background-position: center;

}

.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: 13px;
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  background: #fff no-repeat center center;
  background-size: cover;
  justify-content:center;
}

.small-only {
  display: block;
}

.contenu-bg {
  transform: translateY(-39px);

}

header, footer, main {
  width: 100%;
  margin: 0;
  padding: 0;
}

#logo {
  width: 100%;
  min-width: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
}

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

}

h2 {
  font-family: 'Poppins', "Arial", sans-serif;
  margin: 0;
  font-size: 1.61rem;
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
  color: #000;
  margin: 1rem 0 2rem 0;
}

h2 span {
  color: #a9e61e;
  font-weight: 600;
}

h3 {
  font-family: 'Poppins', "Arial", sans-serif;
  margin: 0;
  color: #FFF;
  font-size: 3.48rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  width: 100%;
  margin: 1rem 0;

}

h3 span {
  color: #45fb04;
}

.instructions {
  font-family: 'Helvetica', "Arial", sans-serif;
  margin: 0;
  font-size: 1.45rem;

  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  color: #000;
  font-style: italic;
  margin: 1rem 0;

}

.instructions {
  font-weight: 300;
}

.instructions span {
  color: #000000;
}

.display {
  display: none;
}

#fields {
  box-sizing: border-box;
  width: 100%;
  background-color: #edf9d1;
  padding: 2rem 4rem;

}

#fields .field {
  position: relative;
  background-color: rgb(255, 255, 255);
  margin: 0;
  border-radius: 0;
  height: 3rem;
  color: #000000;
  width: 80%;
  margin: auto;
}

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

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

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

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

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

#fields input[type=email]+span.label, #fields input[type=text]+span.label, #fields input[type=password]+span.label {
  color: #464646 !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: auto;
  width: 60%;
  padding: 0.5rem 1rem;
  font-family: 'Poppins', "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  background: #a9e61e;
  background-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 1px;
}

.button_form:hover {
  /* color: #ffffff; */
  background-color: #a9e61e;
  background-image: linear-gradient(to right, #90c514, #bbfd20);
  background-position: 100% 0;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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 {
  text-align: center;
  font-family: 'Poppins', "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #000000;
  position: relative;
  width: 100%;
}

#oubli_form a {
  color: unset;
  position: relative;
  z-index: 2;
  background-color: none;
  transition: all 0.2s ease-in-out;
}

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

.separateur {
  width: 50px;
  margin: 0.2rem 0rem 1.5rem 0rem;
  height: 4px;
  border: none;
  border-radius: 8px;
  background: #ed1d24;
  display: none;
}

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

@media screen and (min-width: 600px) {
  #page {
    padding: 2rem 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: 35% center;
  }
}

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

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

  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    background-position: 92% center;
    padding: 0;
  }

  .display {
    display: block;
  }

  .contenu {
    width: 30%;
    height: initial;
    margin: initial;
    box-shadow: none;
    min-width: 48rem;
    border-radius: unset;
    padding: 2rem;
    display: flex;
    align-items: center;

  }

  .bg {
    background: transparent;
    order: 1;
    display: block;
    width: 70%;
    height: initial;
    position: relative;
    overflow: hidden;
  }

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

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

  #page {
    background-position: 100% center;
  }

  .contenu {
    width: 37%;
    margin: auto;
  }

  .bg {
    width: 64.4%;

  }

  .display {
    display: block;
  }
}

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

@media screen and (min-width: 1600px) and (max-height: 945px) {
  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;
  }

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

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

/* Telephone */
@media only screen and (min-width: 360px) and (max-width: 395px) {
  h2 {
    letter-spacing: 1.25rem;
    ;
  }

  h3 {
    font-size: 2.87rem;
  }

  .this {
    font-size: 2.55rem;
  }

  .contenu-bg {
    margin: auto;
  }

  header, footer, main {
    max-width: 36rem;
  }

  #oubli_form a {
    margin-right: 0rem;
  }

  .button_form {
    margin: 3rem 9rem;
  }

  #logo {
    margin: 1rem 0rem 3rem 2rem;
  }

  .contenu-bg {
    transform: translateY(-39px);
    max-width: 39rem;
    margin: auto;
  }
}

@media only screen and (min-width: 410px) and (max-width: 480px) {
  h2 {
    letter-spacing: 1.56rem;
  }

  h3 {
    font-size: 3.14rem;
  }

  .this {
    font-size: 3.14rem;
  }

  .contenu-bg {
    margin: auto;
  }

  header, footer, main {
    max-width: 36rem;
  }

  #oubli_form a {
    margin-right: 0rem;
  }

  .button_form {
    margin: 3rem 9rem;
  }

  .this {
    font-size: 2.95rem;
  }

  #logo {
    margin: 1rem 0rem 3rem 2rem;
  }


}