@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: "Roboto", 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: #4E4E4E !important;
}

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

.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: #6d9a85 no-repeat center center;
  background-size: cover;
  padding: 2rem;
}

.small-only {
  display: block;
}

.contenu {
  width: 100%;
  background-color: transparent;
  flex: 1 1 100%;
  padding: 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;
  padding: 0 3rem 0 3rem;
  /*max-width: 34rem;*/
}

div.hr {
  margin: 1.33rem 0;
}

#logo {
  width: 100%;
  /*min-width: 100px;*/
  /*max-width: 100%;*/
  /*margin: 0 0 5rem;*/
  /*text-align: left;*/
}

#logo img {
  max-width: 98%;
  width: 100%;
  max-height: 90%;
  height: auto;
  border: 0;
  position: relative;
  z-index: 2;
}
#img-bg-left{
  width: 100%;
}
#img-bg-left img{
  max-width: 100%;
  width: 100%;
  max-height: 400px;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

h2 {
  font-family: "Syne","Arial",sans-serif;
  margin: 0;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 6.4rem;
  line-height: 1.2;
}

/* h2 span {
  font-size: normal;
  letter-spacing: 0;
  text-transform: lowercase;
} */

h3 {
  font-family: "Satoshi","Arial",sans-serif;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 2.6rem;
  line-height: 1;
  /* letter-spacing: 0.15rem; */
}
h3 span {
  color: #7da491;
  /* font-weight: bold; */
}

.instructions {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin: 3.75rem 0 1.75rem;
  word-spacing: 1px;
  font-family: "Satoshi", "Arial", sans-serif;
}

.display {
  display: none;
}
#fields {
  box-sizing: border-box;
}

#fields .field {
  position: relative;
  margin: 0;
  height: 4rem;
  background-color: transparent;
  border: 1px solid #d1d0cb;
  border-radius: 20px;
}

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

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

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

#fields label:after {
  content: "";
  /*border-right: 1px solid #d1d0cb;*/
  opacity: 1;
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  right: 0;
  width: 100%;
}

#fields input[type="email"],
#fields input[type="text"],
#fields input[type="password"] {
  font-size: 1.4rem !important;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: "Satoshi", "Arial", sans-serif !important;
  color: #4E4E4E !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 4rem;
  width: calc(100% - 7rem);
  box-sizing: border-box;
  margin-bottom: 0;
  height: 100% !important;
  border-bottom: none;
  /* border-radius: 15px; */
  padding: 0 2rem;
}
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: #4E4E4E;
  box-shadow: none;
  outline: 0;
}

#fields input[type="email"] + span.label,
#fields input[type="text"] + span.label,
#fields input[type="password"] + span.label {
  color: #4E4E4E !important;
  font-size: 1.2rem !important;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: "Satoshi", "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: 3.6rem;
  width: 100%;
  font-family: "Satoshi", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.5rem;
  color: #fff;
  background: #6E9A85;
  background-position: 0% 100%;
  background-size: 200%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 15px;
  margin-top: 2rem;
  text-transform: uppercase;
}

.arrow_button_form {
  position: relative;
  top: 3px;
}

.button_form:hover {
  background-position: 100% 100%;
  background: #346a51;
}



#oubli_form {
  text-align: right;
  font-family: "Satoshi", "Arial", sans-serif;
  font-size: 1.3rem;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-display: swap;
  /* padding-left: 4%; */
}

#oubli_form a {
  font-weight: normal;
  color: #4E4E4E;
  text-decoration: underline;
  position: relative;
  z-index: 2;
  background-color: none;
  transition: all 0.2s ease-in-out;
}

#oubli_form a:hover {
  color: #6c9984;
}
.separateur {
  width: 7.2rem;
  margin: 1.2rem 0;
  height: 4px;
  border: none;
  background: white;
}

.dbl_btn {
  margin-top: 0.5rem;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  align-items: center;
}

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

@media screen and (max-width: 499px) {
  .displ {
    display: none;
  }
  .button_form {
    width: 50%;
  }
  #oubli_form {
    width: 50%;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 600px) {
  #page {
    /*background: url(../images/bg2.jpg) no-repeat center center;*/
    background-size: cover;
  }
  .small-only {
    display: none;
  }
  div.hr {
    margin: 30px 0;
  }
  .display {
    display: none;
  }
  .contenu {
    justify-content: center;
    height: auto;
    flex: 0 0;
    /*margin: auto;*/
    width: 55%;
    min-width: 46rem;
    background: #fdfbf5;
  }
  .contenu-bg {
    /*-webkit-box-shadow: 25px 65px 25px rgba(0, 0, 0, 0.28);*/
    /*box-shadow: 25px 65px 25px rgba(0, 0, 0, 0.28);*/
    border-radius: 25px;
    padding: 3rem 0;
    background-color: #fdfbf5;
  }
  .bg {
    display: none;
  }
}
@media screen and (max-width: 959px) and (max-height: 840px) {
  .bg {
    display: none;
  }
}

.logo-with-responsive{
  width: 30%;
  height: 30%;
  margin: 1rem auto;
  display: none;
}

@media screen and (max-width: 1201px) {
  .logo-with-responsive{
    display: flex;
  }
  .bg{
    display: none !important;
  }
  .container-contenu-bg{
    padding: 1rem 3rem !important;
  }
  .contenu-bg{
    width: 45rem !important;
  }
  .contenu{
    border-bottom-right-radius: 8rem;
    border-top-left-radius: 8rem;
    padding: 3rem 6rem !important;
  }
}

@media screen and (max-width: 961px) {
  .contenu{
    flex: 1 1 100%;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .logo-with-responsive {
    width: 70%;
    height: 30%;
    margin: 3rem auto;
  }
  .contenu{
    padding: 0 !important;
    justify-content: center !important;
  }

 .container-contenu-bg{
   background: none !important;
   padding: 0 8rem !important;
   width: 100% !important;
 }
  /*.contenu-bg{*/
  /*  flex: 1 1 70% !important;*/
  /*  width: 70% !important;*/
  /*}*/

  #page{
    background: #fdfbf5 !important;
    padding: 0 !important;
  }

  /*h3{*/
  /*  font-size: 3.6rem !important;*/
  /*}*/

  /*.instructions{*/
  /*  font-size: 2.6rem !important;*/
  /*}*/
}

@media screen and (max-width: 767px){
  .container-contenu-bg{
    padding: 0 !important;
  }
  h2{
    font-size: 4.64rem !important;
  }

  h3{
    font-size: 2rem !important;
  }
  .instructions{
    font-size: 1.6rem !important;
    margin: 1.75rem 0 1.75rem !important;
  }
  /*header, footer, main{*/
  /*  width: 100% !important;*/
  /*}*/
  #oubli_form{
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .contenu-bg{
    width: 100% !important;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 11.5px;
  }
  #page {
    min-height: 100%;
    display: flex;
    flex-direction: row-reverse;
    /*background: url(../images/bg2.jpg) no-repeat center center;*/
    background-size: cover;
  }
  .display {
    display: block;
  }
  .contenu {
    /*background: url(../images/image-right.png) no-repeat !important;*/
    background-size: 50%;
    background-position: center;
    width: 100%;
    flex: 1 1 100%;
    height: initial;
    /*margin: initial;*/
    /*background: transparent no-repeat center center;*/
    box-shadow: none;
    padding: 5rem;
    /*border-radius: 25px;*/
    /*margin: 5rem;*/
  }
  .contenu-bg {
    /*max-width: 45rem;*/
    /*width: 45rem;*/
    /*margin: 0 auto;*/
  }
  .bg {
    background: #fdfbf5;
    /* background: #023368; */
    /* background: url(../images/bg.png) no-repeat center center;
    background-size: cover; */
    order: 1;
    /*padding-top: 37%;*/
    width: 0%;
    flex: 1 1 0%;
    height: initial;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    padding: 0 7rem;
    border-top-left-radius: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  #page {
    /*background: url(../images/bg.jpg) no-repeat 40% center;*/
    background-size: cover;
  }
  html {
    font-size: 11.5px;
  }
  .contenu {
    width: 55%;
    flex: 1 1 55%;
    background: #fdfbf5;
    border-bottom-right-radius: 12rem ;
  }
  h2{
    font-size: 4.2rem;
  }
  .bg {
    width: 65%;
    flex: 1 1 65%;
  }
  .display {
    display: block;
  }
  .contenu-bg {
    /* background: rgb(61, 86, 79) no-repeat center center; */
    background-color: #fdfbf5;
    /*max-width: 45rem;*/
    width: 100%;
    height: auto;
    /*margin: 0 auto;*/
  }
  header,
  main,
  footer {
    width: 100%;
    /*max-width: 34rem;*/
  }
}


.container-contenu-bg{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:  url(../images/image-right.webp) no-repeat center center;
  background-size: cover;
  background-position: bottom;
  /*margin: 6rem;*/
  border-radius: 20px;
  padding: 0 3rem;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 12px;
  }
  #fields input[type="email"],
  #fields input[type="text"],
  #fields input[type="password"] {
    bottom: -1px;
  }
  .contenu {
    width: 35%;
    flex: 1 1 35%;
    background: #fdfbf5;
    border-bottom-right-radius: 12rem;
  }
  .bg {
    width: 55%;
    flex: 1 1 55%;
  }
  h2{
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1600px) and (max-height: 745px) {
  html {
    font-size: 11.5px;
  }
}
@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: 2300px) {
  html {
    font-size: 14.5px;
  }
}

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