.PopUp_S {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.PopUp_S-content {
    background-color: #254177;
    margin: auto;
    width: 474px;
    height: 190px;
    padding: 20px;
    border-radius: 20px;
}

.PopUp_S_Text_Format {
    font-size: 32px;
    text-align: center;
    line-height:35px;
}

.txtForCheck{
    font-size: 25px;
    padding-top: 30px;
    color: #FFFFFF;
    margin-left: 60px;
}

.checkSTL{
    float: left;
    margin-top: 30px;
    width: 32px;
    height: 32px; 
}

.PopUp_S_N {
    display:inline-block;
    cursor: pointer;
    text-align: center;
    height: 38px;
    margin-top: -5px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px
}

#contentCheckSTL{
    margin-left: 37px;
}

#PopUp_S_N_Valider {
    float: right;
    width: 210px; 
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-top: 50px;
}

#PopUp_S_N_Annuler {
    float: left;
    width:210px;
    background-color: #97a9c3;
    border-radius: 8px;
    margin-top: 50px;
}

#PopUp_S_N_Btn_Valider {
    color: #254177;
}

#PopUp_S_N_Btn_Annuler {
    color: #FFFFFF;
}
#PopUp_S_I_T_Text{
    margin-top: -80px;
    margin-left: 90px;
    font-size: 28px;
    text-align: center;
    color: white;
}

#PopUp_S_In {
    border-radius: 5px;
    text-decoration: none;
    border: none;
    text-align: center;
    color: #254177;
    font-weight: bold;
    width: 340px;
    height: 36px;
    float: right;
    margin-right: 15px;
    margin-top: -20px;
    font-size: 22px;

}
#PopUp_S_In:focus {
   outline: none;
}