@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.fg-cadet {
  color: #4D6A72;
}

.bg-cadet {
  background-color: #4D6A72;
  color: hsl(0deg, 0%, 95%);
}

.fg-red {
  color: hsl(10deg, 67%, 47%);
}

.bg-red-l {
  background-color: #da6b59;
  color: hsl(0deg, 0%, 95%);
}

.bg-red-l:hover {
  background-color: hsl(8deg, 64%, 70%);
  color: hsl(0deg, 0%, 95%);
}

.bg-red {
  background-color: hsl(10deg, 67%, 47%);
  color: hsl(0deg, 0%, 95%);
}

.bg-red:hover {
  background-color: hsl(10deg, 67%, 57%);
  color: hsl(0deg, 0%, 95%);
}

.fg-green {
  color: hsl(78deg, 27%, 52%);
}

.fg-green:hover {
  color: hsl(78deg, 27%, 62%);
}

.fg-green-ovoff {
  color: hsl(78deg, 27%, 52%);
}

.bg-green-l {
  background-color: hsl(78deg, 27%, 62%);
  color: hsl(0deg, 0%, 95%);
}

.bg-green-l:hover {
  background-color: hsl(78deg, 27%, 72%);
  color: hsl(0deg, 0%, 95%);
}

.bg-green {
  background-color: hsl(78deg, 27%, 52%);
  color: hsl(0deg, 0%, 95%);
}

.bg-green:hover {
  background-color: hsl(78deg, 27%, 62%);
  color: hsl(0deg, 0%, 95%);
}

.fg-blue {
  color: hsl(193deg, 51%, 45%);
}

.fg-blue-l {
  color: hsl(193deg, 51%, 55%);
}

.bg-blue-l {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 55%);
}

.bg-blue-l:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 65%);
}

.bg-blue {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 45%);
}

.bg-blue:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(193deg, 51%, 55%);
}

.fg-orange {
  color: hsl(193deg, 51%, 45%);
}

.bg-orange-l {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 64%, 60%);
}

.bg-orange-l:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 64%, 70%);
}

.bg-orange {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 67%, 47%);
}

.bg-orange:hover {
  color: hsl(0deg, 0%, 95%);
  background-color: hsl(40deg, 67%, 57%);
}

.bg-transp {
  background-color: rgba(0, 0, 0, 0);
}

.bg-transp:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

* {
  font-family: "Poppins";
}

.big-text-dark {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5em;
}

.default-text-light {
  font-size: 1rem;
  font-weight: 400;
  color: #dae1e4;
}

.card-header-txt-sel {
  letter-spacing: 0rem;
  margin-left: 0.2rem;
}

.main-container-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-container {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-login {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: auto;
  flex-grow: 1;
  max-width: 800px;
}

.login-btn-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 0;
}

.login-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 35rem;
  margin-bottom: 1rem;
}

.login-main-title {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f3f5f6;
  text-shadow: 8px 10px 10px rgba(20, 27, 5, 0.8);
}

.login-text-bad-user {
  color: #edf7fa !important;
  font-size: 0.8em;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
  margin: 0;
  padding: 0;
  font-style: italic;
  text-align: center;
}

.login-account-title-text {
  color: white;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.55em;
  margin-top: 0.5rem;
  margin-right: -0.55em;
  padding: 0.5em;
}

.login-footer-links {
  color: hsl(193deg, 51%, 45%);
}

.login-footer-links:hover {
  color: hsl(193deg, 51%, 55%);
}

.txt-deco-off {
  text-decoration: none;
}

.login-link-forgot {
  font-size: 1rem;
  font-weight: 400;
  color: #0868a0;
  margin-left: 0.5rem;
}

.login-bad_user-cont {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.dm-btn-login {
  display: inline-block !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  max-width: 8.25rem;
  font-family: "Poppins";
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1875rem;
  line-height: 1.5rem;
  margin: 0.375rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 1.5rem !important;
  border: 0;
  color: hsl(0deg, 0%, 95%);
  background-color: #5dc8e5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
}

.dm-btn-login:hover {
  color: rgb(255, 255, 255);
  font-weight: 500;
  background-color: hsl(193deg, 51%, 55%);
}

.footer-main {
  margin-top: auto;
  width: 100%;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-text {
  color: #4f6f7d;
  font-size: 0.75rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.footer-text-light {
  color: #acbbc2;
  font-size: 0.75rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.login-card-container {
  width: 100%;
  min-height: 140px;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  background: rgba(255, 255, 255, 0.1);
  /* background-color: var(--aire-tc-g-4-100);
  opacity: 0.25; */
  border-radius: 0.8em;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.login-card-header {
  /* width: 60%; */
  display: flex;
  justify-content: center;
  align-items: center !important;
  padding: 0;
  margin: 0;
  /* background-color: rgba(0, 96, 115, 0.25); */
}

.login-form-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.25rem;
  width: 100%;
}

.login-form-sub-cont {
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.input-login {
  font-size: 0.88rem !important;
  font-weight: 300;
  padding-left: 1rem !important;
  border-radius: 2.2rem !important;
  margin: 0 !important;
  height: 2.2rem !important;
  width: 60% !important;
  background-color: rgba(255, 255, 255, 0) !important;
  /* background-color: red; */
  outline: none !important;
  border: 1px solid #edf7fa !important;
  color: rgb(255, 255, 255) !important;
}

.input-login:focus {
  color: #edf7fa !important;
}

.input-login:active {
  color: #edf7fa !important;
}

.input-login::placeholder {
  color: #4c5732 !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: #edf7fa !important;
  -webkit-box-shadow: 0 0 0 0px rgba(119, 62, 62, 0.5) inset !important;
  box-shadow: 0 0 0 0px rgba(119, 62, 62, 0.5) inset !important;
}

.card-body {
  padding: 0.25rem;
}

/* --------------- RESPONSIVE SETTINGS ------------------- */
/* comportement de 0 à 350px (V-SMALL Iphones) */
@media only screen and (max-width: 380px) {
  .login-title-container {
    margin-top: 8rem;
    margin-bottom: 0.5rem;
  }
  .login-main-title {
    font-size: 1.9rem;
  }
  .login-card-container {
    width: 100%;
  }
  .login-account-title-text {
    font-size: 0.8rem;
  }
  .login-text-bad-user {
    font-size: 0.7rem;
  }
  .dm-btn-login {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.64rem;
    padding-right: 0.64rem;
    padding-top: 0.5333333333rem;
    padding-bottom: 0.5333333333rem;
    width: 100%;
    max-width: 7.04rem;
    font-family: "Poppins";
    font-size: 0.512rem;
    font-weight: 400;
    letter-spacing: 0.16rem;
    line-height: 1.28rem;
    margin: 0.32rem;
    margin-top: 0.64rem;
    margin-bottom: 0.64rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.28rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .login-link-forgot {
    font-size: 0.8rem;
  }
  .footer-text-light {
    font-size: 0.6rem;
  }
}
/* comportement de 351 à 570px (SMALL Iphones) */
@media (min-width: 381px) and (max-width: 570px) {
  .login-title-container {
    margin-top: 10rem;
    margin-bottom: 0.5rem;
  }
  .login-main-title {
    font-size: 2.25rem;
  }
  .login-card-container {
    width: 100%;
  }
  .login-account-title-text {
    font-size: 0.8rem;
  }
  .login-text-bad-user {
    font-size: 0.875rem;
  }
  .dm-btn-login {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    width: 100%;
    max-width: 8.8rem;
    font-family: "Poppins";
    font-size: 0.64rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
    margin: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.6rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .login-link-forgot {
    font-size: 1rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 351 à 570px (SMALL Iphones) */
@media (min-width: 571px) and (max-width: 1024px) {
  .login-title-container {
    margin-top: 8rem;
    margin-bottom: 0.5rem;
  }
  .login-main-title {
    font-size: 2.5rem;
  }
  .login-card-container {
    width: 100%;
  }
  .login-account-title-text {
    font-size: 0.8rem;
  }
  .login-text-bad-user {
    font-size: 0.875rem;
  }
  .dm-btn-login {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    width: 100%;
    max-width: 8.8rem;
    font-family: "Poppins";
    font-size: 0.64rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
    margin: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.6rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .login-link-forgot {
    font-size: 1rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 1025px à 1400px (LARGE Tablet surface) */
@media (min-width: 1025px) and (max-width: 1400px) {
  .login-title-container {
    margin-top: 8rem;
    margin-bottom: 0.5rem;
  }
  .login-main-title {
    font-size: 2.5rem;
  }
  .login-card-container {
    width: 100%;
  }
  .login-account-title-text {
    font-size: 0.8rem;
  }
  .login-text-bad-user {
    font-size: 0.875rem;
  }
  .dm-btn-login {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    width: 100%;
    max-width: 8.8rem;
    font-family: "Poppins";
    font-size: 0.64rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
    margin: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.6rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .login-link-forgot {
    font-size: 1rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 1920px et au delà (X-LARGE) */
@media (min-width: 1400px) and (max-width: 1920px) {
  .login-title-container {
    margin-top: 10rem;
    margin-bottom: 0.5rem;
  }
  .login-main-title {
    font-size: 2.5rem;
  }
  .login-card-container {
    width: 100%;
  }
  .login-account-title-text {
    font-size: 0.8rem;
  }
  .login-text-bad-user {
    font-size: 0.875rem;
  }
  .dm-btn-login {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    width: 100%;
    max-width: 8.8rem;
    font-family: "Poppins";
    font-size: 0.64rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
    margin: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.6rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .login-link-forgot {
    font-size: 1rem;
  }
  .footer-text-light {
    font-size: 0.7rem;
  }
}
/* comportement de 1920px et au delà (XXL) */
@media (min-width: 1921px) {
  .login-title-container {
    margin-top: 12rem;
    margin-bottom: 0.5rem;
  }
  .login-main-title {
    font-size: 3rem;
  }
  .login-card-container {
    width: 100%;
  }
  .login-account-title-text {
    font-size: 0.8rem;
  }
  .login-text-bad-user {
    font-size: 0.875rem;
  }
  .dm-btn-login {
    display: inline-block !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    width: 100%;
    max-width: 8.8rem;
    font-family: "Poppins";
    font-size: 0.64rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
    margin: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 1.6rem !important;
    border: 0;
    color: hsl(0deg, 0%, 95%);
    background-color: #5dc8e5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: 0.15rem 0.255rem 0.4rem rgba(0, 0, 0, 0.2666666667);
  }
  .login-link-forgot {
    font-size: 1rem;
  }
  .footer-text-light {
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=login.css.map */
