.PopUp_O {
    display: none;
    position: fixed;
    z-index: 1;
    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_O-content {
    background-color: #254177;
    margin: auto;
    width: 440px;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: auto;
    border: 6px solid #254177;
    max-height: calc(100% - 60px);
}

html.wait, html.wait * {
    cursor: wait !important;;
}

.PopUp_O_Text {
    font-size: 32px;
    text-align: center;
    line-height:35px;
}

#PopUp_O_N_Valider {
    float: right;
    width: 200px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-left: 10px;
}

#PopUp_O_N_Annuler {
    float: left;
    width:200px;
    background-color: #97a9c3;
    border-radius: 8px;
}

#PopUp_O_N_Btn_Valider {
    color: #254177;
}

#PopUp_O_N_Btn_Annuler {
    color: #FFFFFF;
}

.PopUp_O_N {
    display:inline-block;
    cursor: pointer;
    text-align: center;
    height: 38px;
    margin-top: 50px;
}

.PopUp_O_I {
    height: 60px;
    width: 408px;
    margin-top: 15px;
    background-image: url(../img/LACAIR_Menu_Input.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.PopUp_O_I_D {
    height: 60px;
    width: 408px;
    margin-top: 15px;
    background-image: url(../img/LACAIR_Input.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    box-shadow: 0 6px #999;
    border-radius: 20%;
}
/* .PopUp_O_I_D:hover{
    background-image: url(../img/LACAIR_Input_Hover.png);
    background-size: 100%;
    background-repeat: no-repeat;
} */
.PopUp_O_I_D:active{
    box-shadow: 0 4px #666;
    transform: translateY(2px);
}

.PopUp_O_I_I:focus{
    outline: none;
}
.PopUp_O_I_I {
    border: none;
    width: 75px;
    height: 48px;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    color: 1F345D;
    font-weight: bold;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 49px;
}

.PopUp_O_I_I::-webkit-inner-spin-button, .PopUp_O_I_I::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.PopUp_O_I_Text {
    line-height: 54px;
    color: white;
    float: right;
    margin-right: 25px;
    font-size: 24px;
    margin-bottom: -5px;
    text-align: center;
}

.PopUp_O_I_Text2 {
    margin-top: 0;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: -5px;
}

.PopUp_O_I_Text3 {
    margin-right: 30px;
    line-height: 26px;
    float: right;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: -4px;
}

#PopUp_O-content::-webkit-scrollbar-track{
    border-radius: 150px;
	background-color: #e2e2e2;
}

#PopUp_O-content::-webkit-scrollbar{
    width: 6px;
    border-radius: 150px;
	background-color: #F5F5F5;
}

#PopUp_O-content::-webkit-scrollbar-thumb{
	border-radius: 100px;
	background-color: #17294e;
}