.iframe-section {
    min-height: 60vh!important;
}

.logo-section {
    background-color: #0A1628;
}

.status-title {
    font-size: 2rem;
    font-weight: bold;
}

.status-description {
    font-size: 14px;
    font-weight: bold;
    color: #E8E8E8;
}

.status-description a {
    font-size: 20px;
    font-weight: bold;
    color: #00D9FF;
}

.success-page .status-title {
    color: #00CB51;
}
.error-page .status-title {
    color: #EB001B;
}

@font-face {
    font-family: Comfortaa;
    src: url('../fonts/Comfortaa-VariableFont_wght.ttf');
}

body {
    font-family: Comfortaa;
    background-color: #0A1628;
    color: #E8E8E8;
}

@keyframes bg-move {
    0% {
        background-position: center;
    }
    25% {
        background-position: 30% 30%;
    }
    50% {
        background-position: 75% 75%;
    }
    75% {
        background-position: 30% 75%;
    }
    100% {
        background-position: center;
    }
}

.bg-full {
    background-image: url(../images/gradient_desktop.jpg);
    background-size: 140%;
    background-repeat: no-repeat;
    animation: bg-move 22s infinite alternate ease-in-out;
}

.payment-form{
    width: 30em;
    margin: 0 auto 25px;
    padding: 25px;
    /*border-radius: 10px;
    background: #0F1E32;
    box-shadow: 0 2px 7px rgba(0, 217, 255, 0.1);*/
    color: #E8E8E8;
}
.champ {
    /*padding: 10px;*/
    position: relative;
}

label {
    display: block;
    color: #E8E8E8;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 5px;
    font-weight: bolder;
}
input[type="text"], select {
    width: 100%;
    height: 45px;
    font-family: "raleway";
    font-size: 19px;
    color: #E8E8E8;
    padding: 12px 10px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #0A1628;
    border: solid 1px #1A2F4A;
}

input[type="text"]:focus, select:focus {
    border-color: #00D9FF;
    outline: none;
}

.date_cvc_container{
    display: flex;
}
.champ2 {
    /*padding: 10px;*/
    width: 50%;
}
.champ3 {
    width: 33%;
}

.flex{
    display: flex;
}

@keyframes animateBackground {
    0% {
        background-image: url(/design/fo/images/providers/10.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    8% {
        background-image: url(/design/fo/images/providers/11.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    16% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    24% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    32% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    40% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    49% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    57% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    65% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    74% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    89% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
    100% {
        background-image: url(/design/fo/images/providers/12.svg);
        background-position: right;
        background-repeat: no-repeat;
    }
}

#cartenumber{
    /*animation: animateBackground 180s ease infinite;*/
}

h2.checkout-title {
    text-align: center;
    font-size: 35px;
    color: #FFFFFF;
}
table.checkout-table {
    width: 100%;
    /*margin: 0 10px;*/
    margin-bottom: 15px;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.checkout-table tr {
    border-bottom: solid 2px #1A2F4A;
}
.checkout-table tr :nth-child(2) {
    text-align: right;
}
.flex :nth-child(1) {
    /*margin-right: 5px;*/
}
.flex :nth-child(2) {
    padding-left: 6px;
}
.flex :nth-child(3) {
    margin-left: 6px;
}
svg#ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}
svg#ccicon {
    height: 55px;
    position: absolute;
    right: 0px;
    /* top: calc(50% - 27px); */
    width: 70px;
    top: -5px;
}

@media screen and (max-width: 990px) {
    .payment-form{
        width: 24em;;
    }
}

input.error, select.error {
    color: #EB001B;
    border: #EB001B solid 2px;
    font-weight: bold;
    background-color: rgba(235, 0, 27, 0.05);
}

.error_message{
    color: #EB001B;
    font-size: 12px;
    font-weight: bold;
}
.error_message.hide{
    display: none;
}
.hide-elt{
    display: none;
}

.multi-ripple {
    width: 7rem;
    height: 10rem;
    /* margin: 2rem; */
    position: relative;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

.multi-ripple div {
    position: absolute;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: 1.3rem solid #00D9FF;
    animation: 1.5s ripple infinite;
}

.multi-ripple div:nth-child(2) {
    animation-delay: 0.7s;
}

@keyframes ripple {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

.loading-message{
    font-weight: bolder;
    text-align: center;
    padding-top: 7em;
    font-size: 18px;
    color: #E8E8E8;
}

.iframe-section{
    background: #0A1628;
    /*box-shadow: 0 4px 7px rgba(0, 0, 0, 1.03);*/
    color: #E8E8E8;
}

.payment-content-action.hide{
    display: none !important;
}

.payment-content-action.ripple{
    width: 100%;
    height: 100%;
}

.pay-btn{
    min-width: 150px;
    height: 40px;
    padding: 12px 35px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    color: #0A1628;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer !important;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #00D9FF;
    background: -moz-linear-gradient(left, #00D9FF 0%, #00B8D9 100%);
    background: -webkit-linear-gradient(left, #00D9FF 0%, #00B8D9 100%);
    background: linear-gradient(to right, #00D9FF 0%, #00B8D9 100%);
    box-shadow: 0 4px 15px rgba(0, 217, 255, 0.3);
    font-weight: bolder;
}

.pay-btn:hover {
    box-shadow: 0 6px 20px rgba(0, 217, 255, 0.5);
    transform: translateY(-2px);
}

#card-img{
    color: #E8E8E8;
    border-radius: 35px;
}
.error-message{
    color: #EB001B;
    font-size: 12px;
    font-weight: bold;
}
.table-container{
    color: #E8E8E8;
}

.error-div-champ svg#ccicon {
    top: 19px;
}
#blocpopup.open {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}
#blocpopup {
    display: none;
    overflow: auto;
    position: fixed;
    top: 50vh;
    right: 50vw;
    bottom: 50vh;
    left: 50vw;
    padding: 20px;
    opacity: 0;
    z-index: 50000;
    background: rgba(10, 22, 40, 0.95);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#blocpopup #popup {
    width: 100%;
    max-width: 580px;
    margin: auto;
    padding: 30px 35px 20px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0F1E32;
    border: 1px solid #1A2F4A;
}

@font-face {
    font-family: icomoon;
    src: url({/literal}"{$URL_STATIC_DESIGN}{literal}/fonts/fontello/icomoon.woff");
}
.icon-croix:before {
    content: "\e910";
    font-family:icomoon ;
}
#blocpopup .close:hover, #blocpopup .close:focus {
    opacity: 0.3;
    color: #00D9FF;
}
#blocpopup .close {
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #E8E8E8;
    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;
}
.fa {
    font-family: "fontello";
    font-size: 10px;
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
}
.popup-message {
    text-align: center;
    color: #EB001B;
    font-weight: bolder;
    font-size: 20px;
}


.security{
    display: flex;
    margin: 10px auto;
    width: max-content;
    vertical-align: middle;
}

.form-container{
    width: 100%;
    height: 100%;
}
.security span {
    height: 22px;
    display: block;
    align-self: baseline;
    margin: 0 2px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: #B8B8B8 !important;
}

.security img{
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
}
.complete-title{
    color: #00D9FF;
    margin: 10px 1px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: bold;
}