.login-pf body {
    background: none;
    background-color: #f5f6f7;
    height: 100%;
    font-size: 0.75rem;
}

/* Override PatternFly fixed px font-sizes for accessibility (text zoom) */
.pf-c-form__label {
  --pf-c-form__label--FontSize: 0.75rem;
}

#kc-info-wrapper {
  font-size: 0.8125rem;
}

.heightbody{
  min-height: calc(100vh - 6em);
}

.card-pf {
  margin: 0 auto;
  max-width: 500px;
  background:#f5f6f7;
  box-shadow: none;
  border-top: none;
}

.pf-c-form-control:not(textarea){
  height: 2.5em;
}

.pf-c-form-control[aria-invalid=true]{
  --pf-c-form-control--BorderBottomColor:red;
  --pf-c-form-control--BorderTopColor:red;
  --pf-c-form-control--BorderLeftColor:red;
  --pf-c-form-control--BorderRightColor:red;
}

.label_style{
  margin-bottom: 0.5em;
  font-weight: 800;
  color: #000;
}

.pf-c-form-control {
	height: auto;
  font-size: 1rem;
  --pf-c-form-control--BackgroundColor: #f5f6f7;
  --pf-c-form-control--BorderTopColor: #b6adad;
  --pf-c-form-control--BorderRightColor: #b6adad;
  --pf-c-form-control--BorderBottomColor: #b6adad;
  --pf-c-form-control--BorderLeftColor: #b6adad;
  --pf-c-form-control--BorderRadius: 7px;
  --pf-c-form-control--hover--BorderBottomColor:none;
}

.pf-c-form-control:focus {
  outline: none;
  border: 2px solid #225490;
}

.pf-c-button.pf-m-control {
  background-color: #f5f6f7;
  margin-left: auto;
  --pf-c-button--after--BorderWidth: 0px;
  --pf-c-button--after--BorderWidth: none;
  width: 0px;
}


.chevron1 {
  color: #225490;
}

.ahref{
  color: #225490;
}

.ahref:hover{
  color: #000;
}
.requiredField-title{
  margin-top: 20px;
  color: #494e57;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.subtitle{
  padding-left: 0;
  margin-top: 20px;
  color: #2c2b2b;
  font-weight: 500;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.required{
  color: red;
}

.required-asterix{
  color: #225490;
  font-weight: 900;
}

.backToLoginLink{
  text-align: center;
  margin-right: 10px;
}

.container-button{
  text-align: center;
}

.registerLoginButton {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  background-color: #225490;
}

.registerLoginButton:hover {
  background-color: #225490;
}

.resendOTPButton{
  width: 40%;
  font-size: 0.875rem;
  border-color: #225490;
  line-height: 2.5;
  padding: 6px 6px 6px 6px;
  font-weight: 700;
  text-align: center;
  color: #225490;
  border-radius: 7px;
  background-color: #f5f6f7;
}


.otp-text-info-customer{
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1.2em;
}



.otp-text-info-default{
  color: #FFF;
}

.otp-form-title-customer{
  color: #000;
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 0.8em;
}



.otp-form-title-default{
  color: #000;
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 0.8em;
}
.chevron-default{
  color: #000;
}

.validOTPButton{
  width: 35%;
  border-color: #225490;
  line-height: 2.5;
  padding: 6px 6px 6px 6px;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  background-color:#225490 ;
}

#infoOTPContainer {
  display: none;
  margin-top: 10px;
}

#resendTextOTP{
  display: block;
  margin: 0 auto;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #225490;
  text-align: center;
  font-weight: 700;
}

.input-otp{
  border-color: #000;
  width: 35%;
  text-align: center;
  font-weight: 600;
}

#message-otp-bottom{
  font-weight: 700;
}

.title-form-resetPassword{
  color: #000;
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0.8em;
}

.hideBorderfocus{
  outline: none;
}


#tooltip-button {
  position: relative;
  background: #f5f6f7;
  border: none;
  margin-left: auto;
  width: 31px;
  padding: 6px 16px;
}

.tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  color: #000;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: normal;
  line-height: 1.5;
}

#tooltip-button:hover .tooltiptext {
  visibility: visible;
}

.astuce-tooltip{
  font-size: 0.875rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.pf-c-radio {
  background-color: #f5f6f7;
  width: 50%;
}

.hidden {
  display: none;
}

.show-more {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.asterix-required{
  color: #225490;
  margin-right: 5px;
}

.zou-logo{
  max-width: 15%;
}

.header-container-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.625rem;
}

.welcome-login{
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .welcome-login{
    font-size: 1.2rem;
  }
}

.input-login{
  font-weight: 900;
}

.errors-forms{
  font-weight: 600;
}

.language-button{
   background-color: #225490;
   color: #f5f6f7;
   font-weight: 600;
   border: none;
   cursor: pointer;
   text-align: right;
   font-size: 0.875rem;
   border-radius: 4px;
   padding: 0.5em 1em;
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   gap: 0.5em;
}
.language-button i {
  font-size: 1em;
}
#kc-current-locale-link::before,
#kc-current-locale-link::after {
  content: none !important; /* Supprime le contenu généré */
  display: none !important; /* Cache complètement le pseudo-élément */
}

.iAcceptTerms{
  color: #000;
  font-weight: 600;
  font-size: 0.8125rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  margin-top: 25px;
}
#logout-sessions {
  accent-color: #225490 !important;
}

#instruction1-custom{
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#instruction2-custom{
  color: #000;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#kc-form-options .checkbox{
  color: #494e57;
}

.login-pf-page .login-pf-signup {
  color: #494e57;
  margin: 0 !important;
}

.kc-social-gray h2 {
  color: #494e57;
}

/*
FOOTER's CSS
*/
footer {
  background-color: #f0f0f0;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  width: 100%;
  bottom: 0;
}

.footer-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.footer-name {
  margin: 0;
}

.zou-logo-footer{
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}

.rs-logo-footer{
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}
/* Responsive Styles */
@media (min-width: 600px) {
  .footer-container {
      flex-direction: row;
  }

  .footer-logo {
      margin-right: 10px;
      margin-bottom: 0;
  }

}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.password-criteria {
  color: #3c3f44;
}

