#page-pages-signup div#Botsonic-wrapper{
    display: none;
}
.rui-login-layout--1 .rui-login-box {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}
.inscrit-panel {
    border: none;
    box-shadow: none;
}
.stepper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
#page-login .card {
    border: none;
}
.stepper ul.nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: auto;
}
.stepper .nav-tabs > li {
    width: 33%;
    text-align: center;
    position: relative;
    list-style: none;
    z-index: 9;
}
.stepper .nav-tabs > li > a {
    border: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    z-index: 9;
}
.stepper .nav-tabs .nav-link.active, 
.stepper .nav-tabs .nav-item.show .nav-link{
    background-color:transparent !important;
}
.stepper .nav-tabs > li > a .round-tab {
    background-color: #ddd; 
    color: #fff; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    z-index: 9;
    position: relative;
}
.stepper .nav-tabs > li > a.completed .round-tab ,
.stepper .nav-tabs > li a.active .round-tab,
.stepper .nav-tabs > li.active .round-tab 
.nav-tabs .nav-item.show .nav-link {
    background-color: #f7b400 !important;
    color: #fff;
    border: 2px solid #f7b400;
}
.stepper .nav-tabs .nav-link li a{
    position: relative;
    z-index: 99;
}
.nav-tabs .nav-link.disabled{
    opacity: 1 !important;
}
.nav-tabs .nav-item{
    justify-content: center;
}
.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0%;
    transform: translateX(50%);
    width: 100%;
    height: 4px;
    background-color: #f1f1f1;
    z-index: 1;
}
.stepper .nav-tabs > li:last-child::after{
    display: none;
    width: auto;
}
.stepper .nav-tabs > li.disabled > a .round-tab {
    background-color: #e0e0e0;
    color: #aaa;
    cursor: not-allowed;
}
.stepper .tab-content {
    padding-top: 20px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
#step-1 {
    margin: auto;
}
#step-1 .sous-bloc{
    margin-top: 100px;
    text-align: center;
}
.stepper form{
    width: 90%;
}
.items-input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
div#id_error_password {
    position: initial;
}
.items-input .form-inline{
    width: 100%;
}
.fade:not(.show){
    display: none !important;
}
.rui-login-box .rui-login-content {
    width: 100% !important;
    max-width: 100%;
}
.frm_error_style {
    padding: 0px 15px 45px 15px;
    text-align: center;
}
#emailexists_error{
    font-size: 16px;
}
#emailexists_error span{
    font-weight: 500;
    margin-bottom: 15px;
}
#emailexists_error a,
.stepper form a {
    text-decoration: none;
    color: #f7b400;
    font-weight: 700;
}
#emailexists_error a:hover,
.stepper form  a:hover{
    color: #000;
}
.rui-login-form button.btn.btn-primary.next-step,
.rui-login-form button.btn.btn-secondary.prev-step {
    border: none;
}
a.wp-block-button__link.btn.btn-primary:hover{
    background: #f7b400;
}
a.wp-block-button__link.btn.btn-primary,
.rui-login-form .btn.next-step:hover,
.rui-login-form button.btn.btn-primary.next-step:hover,
.rui-login-form button.btn.btn-primary.next-step:focus{
    background: rgba(0, 0, 0, .4);
}
.rui-login-form button.btn.btn-secondary.prev-step:hover{
    background: linear-gradient(90deg,#f7b400 0%,#f0c248 95%);
}
.rui-loginpage-intro-titre  h3 {
        font-size: 1.5em;
        font-weight: 400;
}
.fitem {
    width: 100%;
    margin-top: 0 !important;
}
div#fitem_id_city {
    width: 100%;
}
#id_category_2container{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
}
#id_category_2container .item-checkbox{
    width: 100%;
    margin: 0 4px;
}
div#frm_field_1211_container {
    font-size: 14px;
}
.rui-login-top-btn {
   display: none !important;
}
.succs-bloc{
    background: #fef8e6;
    color: #000;
    margin-top: 10px;
    text-align: center;
    padding: 20px 10px 5px;
}
.succs-bloc a{
    color: #f7b400 !important;
    font-weight: 700;
    text-decoration: underline;
}
.succs-bloc a:hover{
    color: #000 !important;
}
.password-complexity-message {
    font-size: 11px;
}
input#id_password,input#id_password2{
    position: relative;
}
.toggle-password2{
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 40px;
}
.toggle-password{
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 40px;
}
@media (min-width: 320px) {
    .tab-pane.tab-pane2 .form-inline .custom-select {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    #step-1 .sous-bloc{
        margin-top: 60px;
    }
    #id_category_2container{
        flex-direction: column;
        gap: 0px;
    }
    #id_category_2container .item-checkbox{
        width: 100%;
    }
   
    .stepper .nav-tabs {
        align-items: center;
    }
    .stepper .nav-tabs{
        max-width: 100%;
        text-align: center;
    }
    .rui-login-layout--1 .rui-login-box {
        margin:  0;
        padding-inline: 0 !important;
    }
    .wrapper-xl,
    .stepper form {
        width: 100% !important;
    }
    .rui-login-form.card-body {
        padding-inline: 0;
    }
    .items-input{
        flex-direction: column;
        gap: 0;
    }
}
@media screen and (max-width:1200px) and (min-width:993px) {
    .span-titre{
        display: none;
    }
}
@media screen and (max-width:520px) {
    .stepper .nav-tabs > li > a .round-tab{
        width: 40px;
    height: 40px;
    line-height: 35px;
    }
}
