html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100vh;

  background-image: url('/img/manesoft_Background_blanc.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  color: white;
}

.navbar {
    background: transparent !important;
}

.navbar-brand, footer.text-muted > div {
    color: white;
}


p > a {
    color: black;
}

p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

footer.text-muted > div {
    color: white;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.field-validation-error{
    font-size: 14px;
    color: red;
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

.modal-content{
    color: black;
}