.TPE{
    position: absolute;
    width: 100%;
    height: 1920px;
    background-color: #018241;
    top: 0;
    /*opacity: 0.9;*/
    z-index:1;
    display:none;
}     
.TPE #cnt{
    position: relative;
    background-color: #ffffff;
    width: 90%;
    top: 10%;
    height: 950px;
    margin: 20% auto 0;
    opacity: 1;
    border: 5px solid #ffffff;
    border-radius: 20px;
    /* background: url(/paiement.jpg); */
    background-image: url(../img/attente-tpe2-noloop.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 80px;
}   
.TPE #cnt2{
    position: relative;
    background-color: #ffffff;
    width: 90%;
    top: 10%;
    height: 950px;
    margin: 20% auto 0;
    opacity: 1;
    border: 5px solid #ffffff;
    border-radius: 20px;
    /* background: url(/paiement.jpg); */
    background-image: url(../img/image_processing.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

    
}      
.TPE #cnt h3,.TPE #cnt2 h3{
    color: #ffffff;
    text-align: center;
    font-size: 60px;
    line-height: 180px;
}
.TPE #cnt #logs,.TPE #cnt2 #logs{
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    height: 460px;
    width: 90%;
    margin: 10px auto 0;
    background-color: #000000;
    padding: 10px;
    border: 1px solid red;
    opacity: 0.5;
    display:none;
}   
.TPE #cnt span.close,.TPE #cnt2 span.close{
    position: absolute;
    top: -25px;
    right: -25px;
    border: 1px solid red;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    display:none;
} 
.TPE #cnt span.mnt,.TPE #cnt2 span.mnt {
    font-size: 120px;
    text-align: right;
    width: 95%;
    display: block;
    margin-top: 960px;
    font-weight: bold;
    font-family: fantasy;

    
    
    
}    
.TPE span.woocommerce-Price-amount.amount {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 50px 50px;
}    

.TPE span.ticket {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 100px;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    font-family: 'Raleway';
}    
.TPE #noclick,#SAVE #noclick{
    width: 100%;
    height: 1920px;
    top: 0;
    position: absolute;
    z-index: 10000;
}