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 {
    margin-bottom: 60px;
}


.FlexHorizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.FlexVertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}


.TitreStrate {
    font-size: 45px;
    letter-spacing: 6.75px;
    color: #181717;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.text-danger {
    --bs-text-opacity: 1;
    color: #dc3545 !important;
}

input[type="text"], input[type="password"] {
    font-size: 14px;
    color: #2b2b2b;
    background-color: #fafafa;
    height: 20px;
    padding: 6px 2px 6px 7px;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.05);
    box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.05);
}

    input:focus {
        border: 1px solid #515151;
    }

input[type="button"], input[type="submit"] {
    width: 250px;
    height: 40px;
    cursor: pointer;
    letter-spacing: 1.5px;
}

        input[type="button"]:hover, input[type="submit"]:hover {
            background-color: #d1d1d1;
        }


.TextBoxDefault {
    width: 300px;
    text-align: left;
}
