.inputClefInviteContainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    column-gap: 5px;
}


input.inputClefInvite {
    width: 70px;
    height: 70px;
    text-align: center;
    color:black;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    transition: none;
}

input.inputClefInvite:focus {
    border: 2px solid #1676b7;
    box-shadow: none;
}
input.inputClefInvite.red {
    border: 2px solid #df1d1d;
    box-shadow: none;
}

/* .inputClefInvite {
    width: 40px;
    height: 40px;
    text-align: center;
} */

#attente section {
    text-align: center;
}

#attente section h1 {
    margin-top: 50px;
    /* margin-bottom: 50px; */
}

@media (max-width: 600px) {
    #attente section h1 {
        margin-top: 20px;
        /* margin-bottom: 50px; */
    }
}
#attente section .detail {
    margin-bottom: 25px;
}

#attente #submitCle {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width:600px) {
    input.inputClefInvite {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
@media (max-width:350px) {
    input.inputClefInvite {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}