
/* =========================================================
   PMPRO FIELD PRICING
   ========================================================= */

/*#pmpro_pricing_fields{
    display:none;
}*/

/*
============================================================
    BOUTTON DE SOUMISSION POUR ADHESION MULTIPLE
============================================================
*/

/*#pmpro_btn-submit-paypalexpress.btn-hidden{
    display: none;
}
*/

/* =========================================================
   PMPRO WIZARD
   ========================================================= */



#pmpro_form .pmpro-form-wizard {
    max-width: 680px;
    margin: 30px auto;
}


/* Progression */

#pmpro_form .pmpro-wizard-progress {
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

#pmpro_form .pmpro-wizard-progress-bar {
    width: 25%;
    height: 100%;
    /*background: #1a73e8;*/
    background : #bf2487
    transition: width .35s ease;
}


/* Indicateur */

#pmpro_form .pmpro-wizard-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 35px;
}

#pmpro_form .pmpro-wizard-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dadce0;
    transition: all .3s ease;
}

#pmpro_form .pmpro-wizard-dot.active {
    width: 24px;
    border-radius: 10px;
    background: #bf2487;
}

#pmpro_form .pmpro-wizard-dot.completed {
    /*background: #1a73e8;*/
    background: #bf2487;
}


/* Etape */

#pmpro_form .pmpro-wizard-step {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 12px;
    padding: 35px;
    box-sizing: border-box;
}


/* Titre */

#pmpro_form .pmpro-wizard-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 8px;
    color: #202124;
}

#pmpro_form .pmpro-wizard-description {
    color: #5f6368;
    font-size: 15px;
    margin: 0 0 35px;
}


/* Champs */

#pmpro_form .pmpro-wizard-step .pmpro_checkout-field {
    margin-bottom: 24px;
/*    border-radius: 20 px;*/
}

#pmpro_form .pmpro-wizard-step .pmpro_checkout-field label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #202124;
}

.pmpro_checkout-field input, .pmpro_checkout-field select{
    border-radius: 20px !important;
}

/* Inputs */

#pmpro_form .pmpro-wizard-step input.input,
#pmpro_form .pmpro-wizard-step select.input {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    transition: border-color .2s,
                box-shadow .2s;
}
/*
#pmpro_form .pmpro-wizard-step input.input:focus,
#pmpro_form .pmpro-wizard-step select.input:focus {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 1px #1a73e8;
}

*/
/* Erreur */

#pmpro_form .pmpro-wizard-invalid {
    border-color: #d93025 !important;
}

#pmpro_form .pmpro-wizard-error {
    color: #d93025;
    font-size: 13px;
    margin-top: 6px;
}


/* Navigation */

#pmpro_form .pmpro-wizard-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}


/* Boutons */

#pmpro_form .pmpro-wizard-button {
    border: 0;
    border-radius: 4px;
    padding: 12px 22px;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s;
}

#pmpro_form .pmpro-wizard-submit {
     background: #e5554e;
    color: #fff;
}
/*
#pmpro_form .pmpro-wizard-next:hover,
#pmpro_form .pmpro-wizard-submit:hover {
    background: #e5554e;
}
*/

#pmpro_form .pmpro-wizard-next,
#pmpro_form .pmpro-wizard-previous {
    background: transparent;
    color: #e5554e;
}

#pmpro_form .pmpro-wizard-counter {
    color: #5f6368;
    font-size: 14px;
}

/* =========================================================
   PMPRO FIELD EMPTY IN FOOTER
   ========================================================= */

#chex_box, .checkout2, #pmpro_message_bottom, #pmpro_btn-submit{
    display: none;
}




/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    #pmpro_form .pmpro-form-wizard {
        margin: 15px 0;
    }

    #pmpro_form .pmpro-wizard-step {
        padding: 22px 18px;
        border-radius: 8px;
    }

    #pmpro_form .pmpro-wizard-title {
        font-size: 24px;
    }

    #pmpro_form .pmpro-wizard-navigation {
        margin-top: 25px;
    }

}

