#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.alertUiBox {
    border: none !important;
    padding: 15px !important;
    background-color: #000 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    opacity: 0.8 !important;
    color: #fff !important;
}

/* popup */
#blocpopup {
    display: none;
    overflow: auto;
    position: fixed;
    top: 50vh;
    right: 50vw;
    bottom: 50vh;
    left: 50vw;
    padding: 20px;
    opacity: 0;
    z-index: 50000;
    background: rgba(38, 38, 38, 0.8);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
#blocpopup.open {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1; }
#blocpopup #popup {
    width: 100%;
    max-width: 580px;
    margin: auto;
    padding: 30px 35px 40px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff; }
#blocpopup #popup.popuplittle {
    max-width: 300px; }
#blocpopup #popup.popupmiddle {
    max-width: 800px; }
#blocpopup #popup.popuplarge {
    max-width: 1000px; }
#blocpopup #popup.popupfull {
    max-width: 1000px; }
#blocpopup #popup #contentpopup {
    max-height: 100%; }
#blocpopup #popup #contentpopup > section {
    height: auto;
    max-height: calc(100vh - 40px);
    overflow: hidden; }
#blocpopup .close {
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #797979;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 3000;
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
#blocpopup .close:hover, #blocpopup .close:focus {
    opacity: 0.3; }
#blocpopup .fond-popup {
    display: none; }

.code-input{
    font-size: 33px;
    width: 80px;
    color: #797979;
    text-align: center;
    background: #eeeeee;
    border: solid 1px #eeeeee;
    height: 65px;
}

.code-input:hover,.code-input:active {
    text-align: center;
    border: solid 1px #c745ff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.grecaptcha-badge {
    opacity: 0;
}

.popup-messege{
    color: #797979;
    font-weight: 600;
    text-align: center;
}

.popup-link{
    color: #973fbd;
    font-weight: 600;
}

#login #contenu .welcome .reset{
    font-weight: bold !important;
    color: #1bab1b !important;
    padding-top: 12px !important;
    display: block !important;
    font-size: 17px !important;
}

#blocpopup #popup.munzen-popup{
    padding: 15px;
}

#munzenPopupPayFrame{
    width: 100%;
    border: none;
    height: 550px;
}
.welcome-payment{
    margin: 5px;
    display: block;
    width: 85%;
    left: 50%;
    position: relative;
    translate: -50% 0;
}

.payment-description{
    font-size: 14px;
    color: #797979;
    text-align: center;
    font-weight: 600;
    /*margin-bottom: 20px;*/
    display: block;
}

#blocpopup2 {
    display: none;
    overflow: auto;
    position: fixed;
    top: 50vh;
    right: 50vw;
    bottom: 50vh;
    left: 50vw;
    padding: 20px;
    opacity: 0;
    z-index: 60000;
    background: rgba(38, 38, 38, 0.8);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#blocpopup2.open {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}
#blocpopup2 #popup2 {
    width: 100%;
    max-width: 580px;
    margin: auto;
    padding: 30px 35px 40px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
#blocpopup2 #popup2 #contentpopup2 {
    max-height: 100%;
}

.bolder{
    font-weight: bolder;
    font-size: 16px;
}