@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

 p, h3, span, label{
     font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
 }
.bai_wrapper {
    background: rgba(255, 255, 255, 0.23);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border-radius:14px;
    padding:20px;
    box-shadow:0 22px 50px rgba(0,0,0,.06);
    max-width:720px;
    margin:20px auto;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

@media(max-width:767px){
    .title_haut{
        display: none ;
    }
}

.bai_steps {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.357);
    padding: 10px;
    border-radius: 999px;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}


.bai_step {
    flex:1;
    background:#e9f1ff;
    border-radius:999px;
    padding:8px 12px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#092c88;
    transition:.2s;
}
.bai_step span {
    background:#092c88;
    width:26px;
    height:26px;
    border-radius:999px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:600;
}
.bai_step.bai_active {
    background:#0046ad;
    color:#fff;
    box-shadow:0 10px 30px rgba(0,70,173,.25);
    transform:translateY(-2px);
}
.bai_step-panel {
    display:none;
    animation:fade .2s ease-out;
}
.bai_step-panel.bai_active {
    display:block;
}
@keyframes fade {
    from {opacity:0; transform:translateY(5px);}
    to {opacity:1; transform:translateY(0);}
}
.bai_field {
    margin-bottom:14px;
}
.bai_toggle-wrap {
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom: 40px;
}
.bai_toggle-input {
  display:none;
}
input.bai_radio {
    width: 30px;
    height: 30px;
}
.bai_radio-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bai_radio-group label{
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bai_toggle-label {
  width:46px;
  height:26px;
  background:#d5dbea;
  border-radius:999px;
  position:relative;
  cursor:pointer;
  transition:.2s;
}
textarea.bai_textarea {
    font-size: 15px !important;
}

.bai_toggle-knob {
  width:20px;
  height:20px;
  background:#fff;
  border-radius:50%;
  position:absolute;
  top:3px;
  left:3px;
  transition:.2s;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
.bai_toggle-input:checked + .bai_toggle-label {
  background:#0046ad;
}
.bai_toggle-input:checked + .bai_toggle-label .bai_toggle-knob {
  transform:translateX(16px);
}
.bai_toggle-text {
  font-size:14px;
  color:white !important;
  font-weight: 700;
}

.bai_blur {
  filter: blur(4px);
  pointer-events: none;
  opacity: .6;
}

.bai_masked {
  letter-spacing: 2px;
}

#grve-theme-wrapper select{
     background: #ffffffc7 !important;
     color:#0046ad !important;
     border-radius: 10px !important;
}
#grve-theme-wrapper input[type="text"],#grve-theme-wrapper input[type="email"]{
    background: #ffffffc7 !important;
     color:#0046ad !important;
     border-radius: 10px !important;
     font-weight: 700;
     font-size:15px !important
}
.bai_label {
    display:block;
    font-weight:900;
    margin-bottom:6px;
    color:#0046ad;
    font-size: 19px;
}
.bai_input,
.bai_select,
.bai_textarea {
    width:100%;
    border:1px solid rgba(0,70,173,.25);
    border-radius:10px;
    padding:10px 12px;
    font-size:14px;
    outline:none;
    background:#fff;
}
.bai_input:focus,
.bai_select:focus,
.bai_textarea:focus {
    border-color:#0046ad;
    box-shadow:0 0 0 2px rgba(0,70,173,.15);
}
.bai_textarea-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.bai_counter {
    font-size:12px;
    color:#092c88;
}
.bai_error {
    color:#c62828;
    font-size:12px;
    margin-top:4px;
}
.continuer_wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

input.bai_checkbox-input {
    width: 24px;
    height: 24px;
}

#bai_form .bai_nav .bai_prev{
    background: none !important;
    text-decoration: underline !important;
    color: 0046ad !important;
    font-size: 12px !important;
}
#bai_form .bai_btn {
    background: #0046ad !important;
    color: #fff !important;
    border: none !important;
    padding: 16px 36px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: .2s !important;
    font-size: 14px !important;
}
.bai_btn:hover {
    background:#092c88;
}
.bai_nav {
    display:flex;
    justify-content:space-between;
    gap:10px;
}
.bai_prev {
    background:rgba(0,70,173,.1);
    color:#092c88;
}
.bai_dropzone {
    border:2px dashed rgba(0,70,173,.25);
    border-radius:12px;
    background:#ffffffc7;
    min-height:120px;
}
.bai_hint {
    font-size:12px;
    color:white !important;
    margin-top:5px;
}

.bai_summary {
    text-align: center;
}

.bai_thankyou {
    text-align:center;
    padding:30px 10px;
}

.rocket{
        width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 4px;
}

h3.bai_title {
    text-align: center;
    padding-top: 50px;
    color: white;
    font-size: 35px;
}

.ty{
    color: white !important;
    font-size: 23px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 700;
}



.bai_loader {
    width:38px;
    height:38px;
    border:4px solid rgba(0,70,173,.1);
    border-top-color:#0046ad;
    border-radius:50%;
    margin:0 auto 14px;
    animation:spin 1s linear infinite;
}
@keyframes spin {
    to {transform:rotate(360deg);}
}
.bai_counter {
    /* color: #fff !important; */
    padding: 0px 9px;
    border-radius: 14px;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    color: white !important;
    width: 100%;
    text-align: right;
    position: relative;
    top: -20px;
}
.bai_counter-number {
    font-size:32px;
    font-weight:700;
    line-height:1;
}
.bai_public-list {
    display:grid;
    gap:18px;
}
.bai_public-item {
    background:#fff;
    border:1px solid rgba(0,70,173,.09);
    border-radius:14px;
    padding:16px;
}
.bai_public-meta {
    display:flex;
    justify-content:space-between;
    margin-bottom:8px;
}
.bai_theme {
    background:rgba(0,70,173,.1);
    color:#092c88;
    padding:4px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
}
.bai_rgpd{
    font-size:11px !important;
    line-height: 16px;
    color:#0046ad !important;
    margin-top: 0px;
}

textarea.bai_textarea {
    background: #ffffffc7 !important;
    border-radius: 10px !important;
    color: black !important;
    border: none !important;
    outline:none !important
}



textarea.bai_textarea :focus{
    outline: none !important;
    border:none !important
}

.dz-filename{
    display: none !important;
}


@media (max-width:600px){
   
    .bai_nav {flex-direction:column;}
}

@media (max-width:767px){

    .bai_rgpd {
        margin-top: 0px;
    }

    .dropzone {
    min-height: 100px !important;
    border: 1px solid rgba(0, 0, 0, .8);
    border-radius: 10px !important;
    padding: 0px 20px !important;
    background: #ffffffc7 !important;
}


   

  .bai_step.bai_active{
    background: #092c88 !important;
     padding: 2px 8px;
  }
 .bai_step.bai_active span{
     background: #092c88 !important;
 }
.bai_step {
    flex: 1;
    justify-content: center;
    background: transparent !important;
    border-radius: 999px;
    padding: 2px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #092c88;
    transition: .2s;
}
.dropzone {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.dropzone .dz-preview {
    background: transparent !important;
    margin:8px !important;
    min-height:100px
}

.dropzone .dz-preview .dz-image {
    border-radius: 6px !important;
    overflow: hidden;
    width: 60px !important;
    height: 60px !important;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s 
ease-in;
    max-width: 60px !important;
}

.dropzone .dz-preview .dz-remove {
    font-size: 12px !important;
}

.dropzone .dz-preview .dz-progress {
    height: 10px !important;
    top: 50%;
    margin-top: -10px;
    left: 0% !important;
    right: 15%;
    border: 1px solid rgba(0, 0, 0, .8) !important;
    background: rgba(0, 0, 0, .8);
    border-radius: 4px !important;
}

}






