








/* DÉBUT PAGE MON COMPTE */
/* DÉBUT PAGE MON COMPTE */
/* DÉBUT PAGE MON COMPTE */


.as_form_mon_compte_grid{
    display:grid;
    grid-template-columns:minmax(640px, 1fr) 360px;
    column-gap:56px;
    align-items:start;
    width:100%;
    max-width:1280px;
}

.as_mc_left{
    min-width:0;
    max-width:920px;
}

.as_mc_right{
    width:100%;
    display:flex;
    justify-content:flex-end;
    align-items:flex-start;
}

.as_mc_left input[type="text"],
.as_mc_left input[type="date"],
.as_mc_left input:not([type]),
.as_mc_left .inputadresse{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
}

.as_avatar_card{
    width:360px;
    max-width:360px;
    background:#dfe8f8;
    border-radius:24px;
    padding:28px 24px;
    box-sizing:border-box;
    text-align:center;
    position:sticky;
    top:24px;
    margin-left:auto;
}

.as_avatar_visual{
    width:180px;
    height:180px;
    margin:0 auto 18px auto;
    border-radius:50%;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    border:6px solid rgba(255,255,255,.75);
}

.as_avatar_visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.as_avatar_title{
    font-size:32px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:10px;
    color:#08285c;
}

.as_avatar_help{
    font-size:15px;
    line-height:1.45;
    color:#08285c;
    opacity:.92;
    margin-bottom:18px;
}

.as_avatar_help a{
    color:#08285c;
    font-weight:700;
    text-decoration:underline;
}

.as_avatar_upload_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:12px;
    background:#06285f;
    color:#fff;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    margin:0 auto 12px auto;
    min-width:210px;
}

.as_avatar_hint{
    font-size:14px;
    line-height:1.4;
    color:#08285c;
    opacity:.85;
    margin-top:8px;
}

.as_avatar_mail{
    margin-top:16px;
    font-size:14px;
    line-height:1.4;
    color:#08285c;
    opacity:.9;
    word-break:break-word;
}

.as_avatar_ok,
.as_avatar_err{
    margin:16px 0 0 0;
    padding:12px 14px;
    border-radius:12px;
    font-weight:700;
}

.as_avatar_ok{
    background:#edf8ef;
    color:#1f6b2c;
    border:1px solid #bfe0c6;
}

.as_avatar_err{
    background:#fff3f3;
    color:#9b1c1c;
    border:1px solid #efc2c2;
}

.main-container3.app_serta > .cat-titre{
    max-width:none !important;
    width:100% !important;
}

form.as_form_mon_compte_grid{
    width:100% !important;
    max-width:none !important;
}





.as_factures_notice{
    margin:18px 0 18px 0;
}

.as_factures_notice_kicker{
    font-size:18px;
    font-weight:700;
    line-height:1.3;
    color:#08285c;
    margin-bottom:8px;
}

.as_factures_notice_title{
    font-size:24px;
    font-weight:800;
    line-height:1.15;
    color:#08285c;
    margin:0 0 8px 0;
}

.as_factures_notice_text{
    font-size:16px;
    line-height:1.45;
    color:#08285c;
}

.as_factures_notice_text a{
    color:#08285c;
    font-weight:700;
    text-decoration:underline;
}




.as_mc_depots_note{
    margin-top:18px;
    font-size:15px;
    line-height:1.45;
    font-style:italic;
    color:#08285c;
}

@media (max-width: 767px){
    .as_mc_depots_note{
        font-size:14px;
        line-height:1.45;
        margin-top:16px;
    }
}



@media (max-width: 1180px){
    .as_form_mon_compte_grid{
        grid-template-columns:1fr;
        row-gap:28px;
    }

    .as_mc_right{
        justify-content:flex-start;
    }

    .as_avatar_card{
        position:static;
        margin-left:0;
        max-width:420px;
        width:100%;
    }
}





.as_form_mon_compte_grid{
    display:grid;
    grid-template-columns:minmax(640px, 1fr) 360px;
    column-gap:56px;
    align-items:start;
    width:100%;
    max-width:1280px;
}

.as_mc_left{
    min-width:0;
    max-width:920px;
}

.as_mc_right{
    width:100%;
    display:flex;
    justify-content:flex-end;
    align-items:flex-start;
}

.as_mc_left input[type="text"],
.as_mc_left input[type="date"],
.as_mc_left input:not([type]),
.as_mc_left .inputadresse{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
}

.as_avatar_card{
    width:360px;
    max-width:360px;
    background:#dfe8f8;
    border-radius:24px;
    padding:28px 24px;
    box-sizing:border-box;
    text-align:center;
    position:sticky;
    top:24px;
    margin-left:auto;
}

.as_avatar_visual{
    width:180px;
    height:180px;
    margin:0 auto 18px auto;
    border-radius:50%;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    border:6px solid rgba(255,255,255,.75);
}

.as_avatar_visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.as_avatar_title{
    font-size:32px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:10px;
    color:#08285c;
}

.as_avatar_help{
    font-size:15px;
    line-height:1.45;
    color:#08285c;
    opacity:.92;
    margin-bottom:18px;
}

.as_avatar_help a{
    color:#08285c;
    font-weight:700;
    text-decoration:underline;
}

.as_avatar_upload_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:12px;
    background:#06285f;
    color:#fff;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    margin-bottom:12px;
}

.as_avatar_hint{
    font-size:14px;
    line-height:1.4;
    color:#08285c;
    opacity:.85;
    margin-top:8px;
}

.as_avatar_mail{
    margin-top:16px;
    font-size:14px;
    line-height:1.4;
    color:#08285c;
    opacity:.9;
    word-break:break-word;
}

.as_avatar_ok,
.as_avatar_err{
    margin:16px 0 0 0;
    padding:12px 14px;
    border-radius:12px;
    font-weight:700;
}

.as_avatar_ok{
    background:#edf8ef;
    color:#1f6b2c;
    border:1px solid #bfe0c6;
}

.as_avatar_err{
    background:#fff3f3;
    color:#9b1c1c;
    border:1px solid #efc2c2;
}

.main-container3.app_serta > .cat-titre{
    max-width:none !important;
    width:100% !important;
}

form.as_form_mon_compte_grid{
    width:100% !important;
    max-width:none !important;
}

/* un peu plus propre sur desktop intermédiaire */
.as_mc_left h2,
.as_mc_left h4{
    margin-top:0;
}

.as_mc_left h2{
    line-height:1.12;
}

.as_mc_left h4{
    line-height:1.25;
}

/* TABLETTE / PETIT DESKTOP */
@media (max-width: 1180px){
    .as_form_mon_compte_grid{
        grid-template-columns:1fr;
        row-gap:28px;
    }

    .as_mc_right{
        justify-content:flex-start;
        order:-1;
    }

    .as_avatar_card{
        position:static;
        margin-left:0;
        max-width:420px;
        width:100%;
    }
}

/* MOBILE */
@media (max-width: 767px){
    .main-container3.app_serta{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .main-container3.app_serta > .cat-titre{
        padding-left:14px !important;
        padding-right:14px !important;
        box-sizing:border-box;
    }

    .as_form_mon_compte_grid{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .as_mc_left,
    .as_mc_right{
        width:100%;
        max-width:none;
    }

    .as_mc_right{
        order:2; /* avatar en dessous du formulaire sur mobile */
        justify-content:stretch;
    }

    .as_mc_left{
        order:1;
    }

    .as_mc_left h2{
        font-size:28px !important;
        line-height:1.12 !important;
        margin:0 0 12px 0 !important;
    }

    .as_mc_left h4{
        font-size:18px !important;
        line-height:1.3 !important;
        margin:0 0 10px 0 !important;
    }


    .as_mc_left input[type="text"],
    .as_mc_left input[type="date"],
    .as_mc_left input:not([type]),
    .as_mc_left .inputadresse{
        height: 58px;
        font-size: 18px;
        border-radius: 18px;
        padding: 0 18px;
        margin: 8px 0 6px 0;
    }

    .as_mc_left .blue_button{
        width:100%;
        height:58px;
        border-radius:18px;
        font-size:18px;
        margin:8px 0 10px 0;
    }

    .as_avatar_card{
        width:100%;
        max-width:none;
        border-radius:22px;
        padding:20px 16px;
        margin:0;
    }

    .as_avatar_visual{
        width:120px;
        height:120px;
        margin:0 auto 14px auto;
        border-width:4px;
    }

    .as_avatar_title{
        font-size:24px;
        margin-bottom:8px;
    }

    .as_avatar_help{
        font-size:14px;
        line-height:1.4;
        margin-bottom:14px;
    }

.as_avatar_upload_btn{
    display:inline-flex;
    width:auto;
    min-width:220px;
    max-width:100%;
    min-height:50px;
    padding:0 22px;
    border-radius:14px;
    font-size:16px;
    margin:6px auto 10px auto;
}

    .as_avatar_hint,
    .as_avatar_mail{
        font-size:13px;
        line-height:1.4;
    }

    .as_avatar_ok,
    .as_avatar_err{
        font-size:14px;
        margin-top:12px;
    }

    /* labels texte simples */
    .as_mc_left{
        font-size:16px;
        line-height:1.4;
    }

    /* évite les énormes blancs avant/après le bloc commercial */
    .as_mc_left small{
        font-size:13px;
        line-height:1.4;
        display:block;
    }

    /* si mon_compte_commercial injecte des gros blocs */
    .as_mc_left .bloc-commercial,
    .as_mc_left .commercial-card,
    .as_mc_left .card,
    .as_mc_left .box,
    .as_mc_left .alert{
        max-width:100% !important;
        box-sizing:border-box;
    }

    /* sécurité images */
    .as_mc_left img,
    .as_mc_right img{
        max-width:100%;
        height:auto;
    }

    .as_factures_notice{
        margin:14px 0 16px 0;
    }

    .as_factures_notice_kicker{
        font-size:16px;
        margin-bottom:6px;
    }

    .as_factures_notice_title{
        font-size:20px;
        line-height:1.2;
        margin-bottom:6px;
    }

    .as_factures_notice_text{
        font-size:15px;
        line-height:1.4;
    }



}

/* TRÈS PETIT MOBILE */
@media (max-width: 420px){
    .as_mc_left h2{
        font-size:24px !important;
    }

    .as_mc_left h4{
        font-size:17px !important;
    }

    .as_mc_left input[type="text"],
    .as_mc_left input[type="date"],
    .as_mc_left input:not([type]),
    .as_mc_left .inputadresse{
        font-size:17px;
        height:54px;
        padding:0 16px;
    }

    .as_mc_left .blue_button{
        height:54px;
        font-size:17px;
    }

    .as_avatar_card{
        padding:18px 14px;
    }
}






.mon_compte_commercial .commercial_depot_full{
    width:100%;
    max-width:100%;
    display:block;
}


.mon_compte_commercial .commercial_depot_kicker{
    margin:0 0 6px 0;
}

.mon_compte_commercial .commercial_depot_title{
    margin:0 0 12px 0;
}

.mon_compte_commercial .as_depot{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 18px;
    border-radius:14px;
    font-weight:700;
    font-size:18px;
}

@media (max-width: 767px){
    .mon_compte_commercial .commercial_depot_card{
        padding:22px 18px;
        border-radius:20px;
        width:100%;
    }

    .mon_compte_commercial .commercial_depot_title{
        font-size:18px;
        line-height:1.25;
    }

    .mon_compte_commercial .as_depot{
        min-height:48px;
        font-size:17px;
        padding:0 16px;
    }
}


.mon_compte_commercial{
    width:100%;
}

.mon_compte_commercial > div{
    max-width:100%;
    box-sizing:border-box;
}

.mon_compte_commercial h3{
    line-height:1.2;
}

.mon_compte_commercial .as_points_gold{
    display:inline-block;
    max-width:100%;
    box-sizing:border-box;
    border-radius:12px;
    padding-top:12px;
    padding-bottom:12px;
}

@media (max-width: 767px){
    .mon_compte_commercial .as_points_gold{
        display:block;
        width:100%;
        padding-left:16px !important;
        padding-right:16px !important;
    }

    .mon_compte_commercial{
        font-size:16px;
        line-height:1.4;
    }
}



/* FIN PAGE MON COMPTE */
/* FIN PAGE MON COMPTE */
/* FIN PAGE MON COMPTE */
