@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

html {
  height: 100%;
}

body {
  font-family: var(--bs-body-font-family);
  background-color: #F1F1F1;
  margin: 0px;
  padding: 0; 
}

*{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
}

input[type="submit"], .btn {
  font-weight: 400 !important;
  padding: 1em !important;
  box-shadow: none !important;
  padding: 1em 1.5em !important;
  margin: 0;
}

 .aside-img {
  background-image: url(../images/index.png);
  background-size: cover;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: bottom center;
 }

.login-aside {
  background-position: center;
  background-size: cover;
}

.login-signin,
.login-signup,
.login-forgot {
  display: none; }

.login-signin-on .login-signup {
  display: none; }

.login-signin-on .login-signin {
  display: block; }

.login-signin-on .login-forgot {
  display: none; }

.login-signup-on .login-signup {
  display: block; }

.login-signup-on .login-signin {
  display: none; }

.login-signup-on .login-forgot {
  display: none; }

.login-forgot-on .login-signup {
  display: none; }

.login-forgot-on .login-signin {
  display: none; }

.login-forgot-on .login-forgot {
  display: block; }

.form-group {
  width: 100% !important;
}

.form-group a {
  font-weight: 400 !important;
}



.login-content {
  padding: 0.8em;
}

.fv-plugins-message-container {
  margin-top:.25rem;
}
.fv-plugins-message-container .fv-help-block {
  color:white;
  font-size:.85em;
  font-weight:400;
  background-color: #f64e60;
  width: 100%;
}

.fv-plugins-message-container .fv-warning-block {
  color:#333333;
  font-size:.85em;
  font-weight:400;
  background-color: yellow;
  width: 100%;
}

.login-form {
}

#act_login {
	display : flex;
	align-items: flex-end;
	flex-direction: column;
}

.form-login  {
	//margin-left  : 25px;
	//margin-right : 25px;
    font-weight: inherit !important;
	max-width: 400px;
	min-width: 350px;
	margin-right : 25px;
}

.form-login label {
  font-weight: inherit !important;
  color:white;
  font-weight:400;
  font-weight: bolder !important;
  width:  inherit !important;
}

.td_back {
	background-color: #ffffff47;
}



input[type="text"], input[type="password"] {
  box-shadow: none !important;
  padding: 0.7em;
  margin: 0;
  border-radius: 5px !important;
}

input[type="text"], input[type="password"] {
  background: var(--bs-gray-100);
  border: 0;
  display: flex;
  flex-direction: column;
}

input[type="text"]:focus, input[type="password"]:focus {
  background: var(--bs-gray-300);
  border: 0;
}

#togglePassword{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;

  width: 25px;
  position: relative;
  float: right;
  margin-top: -37px;
  margin-right: 20px;
  cursor: pointer;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.footer {
  position: absolute;
  margin-bottom: 20px;
  bottom: 0;
  text-align: center;
  align-self: center;

}

.splash-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

h4 {
    font-size: 1.75rem;
}

@media (min-width: 992px){
  .splash-img {
    min-height:240px;
  }
}

@media (max-width: 992px){
  .aside-img {
    background-size: 45% !important;
  }
  h4{
    margin-top: -80px !important;
  }
  .aside-img {
    display: none !important;
  }
  @media (max-height: 700px){
      .splash-img {
        height: 210px;
      }
  }
  @media (min-height: 700px){
      .splash-img {
        height: 250px;
      }
  }
  @media (min-height: 1000px){
      .splash-img {
        height: 450px !important;
      }
  }
}

#togglePassword {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    width: 25px;
    position: relative;
    float: right;
    margin-top: -37px;
    margin-right: 20px;
    cursor: pointer;
}
.fa{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-eye::before {
    content: "\f06e";
}

.login_titre1 {
	color: #433939;
	font-family: var(--bs-body-font-family);
	font-size: 34px;
	font-weight: bold;
	text-align: center;	
}
.login_titre2 {
	color: #433939;
	font-family: var(--bs-body-font-family);
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.login_msg {
	color: #ffff4a;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}


.mr-3 {
    margin-right: 1rem !important;
}

#div_errror {
background-color: var(--bkg-color60);
}

.login_inscription_modalite {
	font-family: Candara;
    color: #00000F0;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    background: #FFFF99;
}