/*
body {
    background-image: url("../images/testblurbackground.png");
}
 */
/*
#backgroundImg {
    height: 100vh;
    position: absolute;
    background-image: url("../images/testblurbackground.png");
    width: 100%;
    transition: all 6s ease-in-out;
    animation: Scaling 30s ease-in infinite;
}

@keyframes Scaling {
    0% { transform: scale(1)}
    50% { transform: scale(1.25)}
    100% { transform: scale(1)}
}
*/
#divConnection {
    text-align: center;
}

.errorMessage {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.errorMessagesChangePwd{
    margin-top: 10px;
    margin-bottom: 0;
    justify-content: center;
    display: flex;
}

.divLogoEntreprise {
    text-align: center;
}

.divFormConnexion {
    margin-top: 15px;
    background: var(--bg-color-bandeau-menu);
    text-align: center;
    padding: 15px;
}

.divFormConnexion input[type='text'],
.divFormConnexion input[type='password'] {
    padding-left: 5px;
    margin: 10px auto;
    border: none;
    background: rgb(166, 166, 166);
    color: white;
    border-radius: 10px;
    width: 100%;
}

.labelPass {
    color: white;
    font-size: 18px;
}

.buttonSubmitCo {
    background: var(--bg-color-menu);
    margin-top: 5px;
    padding: 0 30px;
    font-size: 20px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.labelTitre {
    color: white;
    font-size: 20px;
}

.labelTitreAppairage2fa {
    color: white;
    font-size: 18px;
}

.labelAppairage2fa {
    color: white;
    font-size: 16px;
    margin-top:10px;
}

.labelScanAppairage2fa {
    color: white;
    font-size: 16px;
    margin-bottom:20px;
}

.divQrCode2fa{
    background:white;
    padding:20px;
    border-radius:12px;
    display:inline-block;
    margin-bottom:25px;
}

.qrCode2fa{
    width:140px;
    height:140px;
}

.labelCleAppairage2fa {
    color: white;
    font-size: 16px;
    margin-bottom:2px;
}

.divCle2fa{
    font-size: clamp(10px, 3vw, 16px);
    font-weight: bold;
    letter-spacing: 2px;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 5px;
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
    text-align: center;
    margin-bottom:30px
}

#otp-form {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
#otp-form input {
    border: none;
    background-color: rgb(166, 166, 166);
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 70px;
    height: 65px;
    border-radius: 4px;
    outline: 2px solid rgb(166, 166, 166);
}
#otp-form input:focus-visible {
    outline: 2px solid white;
}
#otp-form input.filled {
    outline: 2px solid rgb(0, 0, 0);
}

.divForm {
    border-radius: 12px;
    width: 23%;
    max-width: 500px;
    /* padding: 20px 20px; */
    text-align: center;
}

.divSection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#mainFooter {
    position: fixed !important;
}
.store-badge {
    width: 180px;
    max-width: 80%;
    transition: transform .2s;
    cursor: pointer;
    height: 60px; /* coupe automatiquement en haut/bas */
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 8px;
}

.store-badge:hover {
    transform: scale(1.05);
}

.buttonSubmitCo2 {
    background: #F0535A;
    margin-top: 5px;
    padding: 0 30px;
    font-size: 20px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
}
