html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #d1dfea !important; /* Par exemple un gris clair */
}

.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;
}

#passwordOutput {
    font-family: monospace;
    font-size: 1rem;
}

#strengthBadge {
    font-size: 0.9rem;
}

.background-color-header {
    background: #258cfb;
}

.char-letter {
    color: #212529; /* noir */
}

.char-digit {
    color: #0d6efd; /* bleu Bootstrap */
}

.char-symbol {
    color: #d63384; /* magenta Bootstrap */
}

.btn-bubble {
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    font-size: 1.2em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: background 0.2s;
    aspect-ratio: 1 / 1;
}

    .btn-bubble:hover {
        background: #e2e6ea;
    }

.card.p-3 {
    min-height: 650px; /* Ajuste la valeur selon le rendu souhaité */
}
