html {
  box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
} 

*, *:after, *:before{
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  height: 100vh; /* Utilisation de 100vh */
  height: 100%; /* Utilisation de 100% */
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

body {
  flex-grow: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-height: 100vh;
  /*margin: 0 0 0 0;*/
  display:flexbox;
  align-items: center;
  justify-content: center;
}

.container-fluid{
  margin-top: 5vh;
  width: 100%;
  height: 100%;
}

.container-change-password{
  margin: 0;
  padding: 0;
}

div.container-fluid + hr {
  position: fixed;
  bottom: 2vh;
  width: 100%;
  margin-bottom: 10px;
}

div.container-fluid-bottom.d-flex.justify-content-center {
  position: fixed;
  bottom: 2vh;
  width: 100%;
  height: 6.25vh; /* Hauteur désirée entre hr et le div */
  margin-bottom: -5vh; /* Combinaison de la hauteur désirée et la hauteur de l'élément div */
}

.container-fluid-bottom{
  width: 90%;
  margin-top: -10px;
}

.col{
  margin: 20px;
  padding-top: 3%;
}

.row{
  width: initial;
}

.row-bottom{
  width:inherit;
}

.oddities_h1 {
  color: blueviolet;
  font-size: 72px;
  font-weight: bolder;
  margin-top: 20%;
}

input {
  margin: 3% 3% 0% 3%;
  width: 94%;
  padding: 0.325rem 0.75rem;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2.5;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.login-btn {
  margin-top: 0%;
  line-height: 3.25;
  height: 20%;
  font-weight: bold;
  /*width: -webkit-fill-available;*/
  width: 94%;
}

input::placeholder {
  color: #999;
  font-size: 16px;
}

fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: double 5px #ced4da;
  margin: 20px;
  /*margin-top: 6px;*/
  background-color: #fdfbfb;
  padding: 20px;
  box-sizing: border-box;
  height: max-content;
  box-shadow: 3px 3px 3px silver;
}

.merged-fieldset{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: 100%;
}

a {
  text-decoration: none;
}

.display_text_0023odd_0006odm_0023ody_computer {
  margin-top: 10px;
  margin-left: 0.7px;
  font-family: SFProDisplay-Regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  overflow-y: auto;
}

.display_text_0023odd_0006odm_0023ody_mobile {
  margin-top: 1%;
  margin-left: 0;
  margin-right: 0;
  font-family: SFProDisplay-Regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  overflow-y: auto;
}

.success{
  color: green;
  font-size: small;
  font-family: 'Courier New', Courier, monospace;
}

.error{
  color: red;
  font-size: small;
  font-family: 'Courier New', Courier, monospace;
}

.language{
  margin-left: inherit;
}
.dimension_language{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.btn_in_input{
  width: 100%;
}

.merged-class {
  margin-left: 10px;
  text-indent: 0px;
}

/*.second-line-unique{
  padding-left: 4%;
}*/

.merged-class > .second-line {
  margin-left: 3%;
  padding-left: 3%;
}

.merged-class .third-line {
  margin-left: 10px;
  text-indent: 0px;
  padding-left: 2px;
}

form{
  height: 100%;
}

.toggle-password {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.toggle-password-create-account {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.toggle-password i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: large;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(-50%);
  color: #999;
  font-size: large;
}

.div_foot_lang{
  width: fit-content;
  /*padding-top: 10px;*/
  padding-left: 10px;
}

.div_row_foot_lang{
  display: inherit;
}

fieldset form {
  width: -webkit-fill-available; /* Pour les navigateurs WebKit */
  width: 100%; /* Pour les autres navigateurs */
}

.password-suggestion {
  display: none;
  cursor: pointer;
  color:#000;
  text-decoration: none;
  background-color: #d3eaf9;
  border: 2px solid #f67e9e; /*f0006a;*/
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

#passwordColor{
  color: #0066cc;
}

#error-message{
   margin-bottom: 35px;;
}

#inscriptionForm, #connexionForm {
  display: none;

  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  /*background-color: #f2f2f2;*/
}

@media (max-width: 768px) {
  .form-container {
    max-width: 100%;
  }
}