.voilebp-elementor-widget-vbp-jeu-arkea{
    display:flex;
}

.form-vbp-jeu-arkea--right,
.form-vbp-jeu-arkea--left{   
    flex:1;  
    background-size: cover;
    background-position: center center; 
    background-repeat:no-repaet;
}

.form-vbp-jeu-arkea--left{
    padding:50px;
    display:flex;
    flex-direction: column;    
    background-image:url(/wp-content/themes/voilebp/widgets/WSWidgetJeuArkea/images/bg-map.jpg);
    gap:25px;
}
.form-vbp-jeu-arkea--right{
    overflow: hidden;
    position: relative;
    background-image:url(/wp-content/themes/voilebp/widgets/WSWidgetJeuArkea/images/bg-form.jpg);
}

/* --- */

.form-vbp-jeu-arkea--container{
    gap:30px;    
    flex-direction: column;
    background-size: cover;
    background-position: center center; 
    background-repeat:no-repeat;
    transform: translateX(-100%);
}
.form-vbp-jeu-arkea--container.inited{
    transition:transform 0.3s ;
}
.form-vbp-jeu-arkea--container.open{   
    display:flex; 
    height: 100%;
    justify-content: center;
    transform: translateX(0);
}
.form-vbp-jeu-arkea--form_code_container{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}


/* --- */

.form-vbp-jeu-arkea--left--title{
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color:white;
    text-transform: uppercase;
}
.form-vbp-jeu-arkea--left--title::before{
    content:'#VR';
    color:var(--vbp-color-2);
    font-style:italic;
}
.form-vbp-jeu-arkea--left--content{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color:white;
}
.form-vbp-jeu-arkea--left--content span{
    color:var(--vbp-color-2);
}
.form-vbp-jeu-arkea--left--images{
    display:flex;
    gap:20px;
    justify-content: space-between;
}
.form-vbp-jeu-arkea--left--images img{
    display:flex;
    gap:20px;
    justify-content: space-between;
}

/* --- */


.form-vbp-jeu-arkea--right--title{
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
.form-vbp-jeu-arkea--right--title svg,
.form-vbp-jeu-arkea--right--title i{
    color:var(--vbp-color-2);
    margin-right:10px;
}


.form-vbp-jeu-arkea-error{
    opacity:0;
    visibility: hidden;
    transition: all 0.2s;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.9);
    font-weight:900;
    font-size:22px;
}
.form-vbp-jeu-arkea-error.open{
    opacity:1;
    visibility: visible;
}

/* ---- */

.form-vbp-jeu-arkea--form_code-logo{
    text-align:center;
}

/* -- */

.form-vbp-jeu-arkea--form_code--fields{
    display:flex;
    gap:10px;
    align-items: center;
    justify-content: center;
}
.form-vbp-jeu-arkea--form_code--fields input{
    width:80px;
    height:80px;
    padding:10px;
    font-weight:bold;
    text-align:center;
    color:#BDBDBD;
    font-family: "GillSansStd";
    font-size: 36px;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 0em;
    -moz-appearance: textfield;
}
.form-vbp-jeu-arkea--form_code--fields input::-webkit-outer-spin-button,
.form-vbp-jeu-arkea--form_code--fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.form-vbp-jeu-arkea-form_container .acf-form-submit,
.form-vbp-jeu-arkea--form_code--button{
    text-align:center;
    margin-top:20px;
}

.form-vbp-jeu-arkea-form_container .acf-form-submit button,
.form-vbp-jeu-arkea--form_code--button button{
    padding: 12px 16px 12px 16px;
    border-radius: 5px;
    gap: 10px;
    display: inline-flex;
    font-family: "GillSansStd";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;  
    color:#369AD4;
    width:100%;
    max-width: 300px;
    justify-content: center;
    background-color: var(--vbp-color-3);
    transition: background-color 0.2s;
}
.form-vbp-jeu-arkea-form_container .acf-form-submit button:hover,
.form-vbp-jeu-arkea--form_code--button button:hover{    
    background-color: var(--vbp-color-5);
}
.form-vbp-jeu-arkea--form_code--logo-virtualregatta{
    width:70px;
    display: block;
    margin:0 auto;
}

/* --- */

.form-vbp-jeu-arkea-form_container .acf-fields {
    display:flex;
    flex-wrap: wrap;
    gap:10px;
}
.form-vbp-jeu-arkea-form_container .acf-fields>.acf-field {
    position: relative;
    margin: 0;
    padding: 0;
    border:none;
    width:calc(50% - 5px);
}
.form-vbp-jeu-arkea-form_container .acf-fields>.acf-field .acf-label{
    display:none;
} 

.form-vbp-jeu-arkea-form_container .acf-fields>.acf-field[data-type="true_false"]{
    width: 100%;
    text-align: center;
}

.form-vbp-jeu-arkea-form_container .acf-fields>.acf-field[data-type="true_false"] label{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.form-vbp-jeu-arkea-form_container .acf-form,
.form-vbp-jeu-arkea-form_container .acfe-form{
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.form-vbp-jeu-arkea--right--text1{
    font-family: "GillSansStd";
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color:#369AD4;
    margin:12px 0 10px 0;
}

.form-vbp-jeu-arkea--right--text2{   
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color:var(--vbp-color-3);
    margin-bottom:20px;
}

.form-vbp-jeu-arkea--container,
.form-vbp-jeu-arkea-form_container{
    padding: 50px;
}
@media screen and (max-width:1100px) {   
    .form-vbp-jeu-arkea--form_code--fields input{
        width:50px;
        height:50px;
        font-size: 28px;
    }
}
@media screen and (max-width:768px) {
    .voilebp-elementor-widget-vbp-jeu-arkea{
        flex-direction: column;
    }    
    .form-vbp-jeu-arkea--left {
        padding: 30px;
    }
    .form-vbp-jeu-arkea--container,
    .form-vbp-jeu-arkea-form_container{
        padding: 30px;
    }
    .form-vbp-jeu-arkea-form_container .acf-fields>.acf-field {
        width:100%;
    }
}