/* ============================================================
   PAEEJ BUSINESS CENTER — Responsive Identification
   Redesign v2.0 — Mars 2026
   ============================================================ */

@media only screen and (max-width: 1200px) {
    .contener-bloc-connexion {
        width: 520px;
    }
}

@media only screen and (max-width: 1024px) {
    .contener-bloc-connexion {
        width: 500px;
    }
    .container_form_lightbox {
        padding: 0;
    }
    .wrap_lightbox {
        width: 100%;
        padding: 36px 30px 28px;
    }
}

@media only screen and (max-width: 768px) {
    .contener-bloc-connexion {
        width: 90%;
        max-width: 500px;
    }

    .wrapper-shopping-cart {
        padding: 30px 15px;
    }

    .wrap_lightbox {
        padding: 32px 24px 24px;
        border-radius: 14px;
    }

    .wrap_lightbox::before {
        width: 150px;
        height: 50px;
        margin-bottom: 22px;
    }

    /* Onglets */
    li.onglet-client {
        font-size: 12px;
        padding: 10px 0;
    }

    /* Champs */
    .class_select, .class_input {
        height: 46px !important;
        font-size: 14px;
    }

    .element_field i {
        line-height: 46px;
    }

    span.fixed-indicatif {
        line-height: 46px;
    }
}

@media only screen and (max-width: 600px) {
    .contener-bloc-connexion {
        width: 96%;
    }

    .wrapper-shopping-cart {
        padding: 20px 10px;
        align-items: flex-start;
        padding-top: 30px;
    }

    .wrap_lightbox {
        padding: 28px 20px 22px;
        border-radius: 12px;
    }

    .wrap_lightbox::before {
        width: 140px;
        height: 45px;
        margin-bottom: 20px;
    }

    /* Onglets */
    ul#wrap-onget-client {
        margin-bottom: 22px;
    }

    li.onglet-client {
        height: auto;
        font-size: 12px;
        padding: 10px 0;
    }

    /* Rangées → empilées */
    .field_double {
        flex-wrap: wrap;
        gap: 0;
    }

    .field_input {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .field_input.middle {
        width: 100% !important;
    }

    .content-two-elt.field-form {
        width: 100%;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .content-two-elt.field-form .field_input {
        width: 68% !important;
    }

    .content-select-type.middle {
        width: 30%;
    }

    /* Fil d'ariane */
    .fil-arian {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bloc-fil-arian {
        width: 33.33%;
        margin-bottom: 8px;
    }

    .bloc-fil-arian:before {
        display: none;
    }

    /* Partenaire */
    h1.top-title {
        font-size: 22px;
    }

    p.description-partenaire {
        font-size: 13px;
    }

    /* Footer */
    .signup_footer {
        flex-direction: column;
        gap: 8px;
    }

    .signup_footer a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 425px) {
    .wrap_lightbox {
        padding: 24px 16px 20px;
    }

    .wrap_lightbox::before {
        width: 120px;
        height: 40px;
        margin-bottom: 18px;
    }

    button.button_lightbox {
        font-size: 13px;
        padding: 14px 0;
    }

    label.label_field {
        font-size: 10px;
    }

    .class_select, .class_input {
        font-size: 13px;
        height: 44px !important;
    }

    .element_field i {
        line-height: 44px;
        font-size: 13px;
    }

    span.fixed-indicatif {
        line-height: 44px;
        font-size: 12px;
    }

    li.onglet-client {
        font-size: 11px;
        letter-spacing: 0.3px;
    }

    /* Sexe + Nom : empiler */
    .content-two-elt.field-form {
        flex-wrap: wrap;
    }

    .content-select-type.middle {
        width: 100%;
    }

    .content-two-elt.field-form .field_input {
        width: 100% !important;
    }
}

@media only screen and (max-width: 375px) {
    .contener-bloc-connexion {
        width: 100%;
    }

    .wrap_lightbox {
        padding: 20px 14px 18px;
        border-radius: 10px;
    }

    .wrapper-shopping-cart {
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 320px) {
    .wrap_lightbox::before {
        width: 100px;
        height: 35px;
    }

    button.button_lightbox {
        font-size: 12px;
        padding: 12px 0;
    }
}