#txtExplain {
    font-family: "Arial";
}
#tdAskId{
    text-align: center;
}
#tblAskId{
    margin: auto;
    width: 60%;
}
#divCode, #idCode, #noCode{
    width: fit-content;
    display: flex;
    background-color: #b6edff;
    margin: 20px;
    border-radius: 8px;
}
#allCode{
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 20%;
    width: 60%;
}
#idCode, #noCode{
    font-weight: bolder;
    font-size: 16px;
    border: 2px;
    padding: 8px;
    border-style: solid;
    box-shadow: 10px 5px 5px #007ba4;
    border-radius: 8px;
    text-align: center;
}
#noCode{
    background-color: #cda8ac;
}
#saisieEmail{
    background-color: #d6dabb;
}
#titreAsk{
    position: absolute;
    top: 50px;
    color: white;
    width: 100%;
    left: 35%;
}
#titreAskText {
    font-size: 30px;
    font-family: Arial;
    font-weight: bolder;
    color: white;
    margin: auto;
    left: 40%;
}
#idCode{
    position: absolute;
    top: 300px;
}
#noCode{
    position: absolute;
    top: 300px;
}


