
*{
    box-sizing:border-box;
}

body{
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    background:#f4f5f6 !important;
    color:#202225 !important;
}


/* =========================================================
   HEADER PUBLIC
   ========================================================= */

.pm-public-topbar{
    min-height:72px;
    padding:10px 25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    background:#fff;
    border-bottom:1px solid #e6e7e9;
}

.pm-public-brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:#202225;
    text-decoration:none;
}

.pm-public-brand img{
    width:48px;
    height:48px;
    object-fit:contain;
}

.pm-public-brand strong{
    font-size:14px;
    font-weight:900;
}

.pm-public-topbar nav{
    display:flex;
    align-items:center;
    gap:8px;
}

.pm-public-topbar nav a{
    padding:9px 13px;
    color:#202225;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    border-radius:8px;
}

.pm-public-topbar .pm-public-register{
    background:#202225;
    color:#fff;
}


/* =========================================================
   PAGE
   ========================================================= */

.pm-top-vendors-page{
    width:100%;
    max-width:950px;
    min-height:100vh;
    margin:0 auto;
    padding:70px 25px 50px;
}

.pm-top-vendors-connected{
    width:calc(100% - 250px);
    max-width:none;
    margin-left:250px;
    padding:110px 30px 50px;
}


/* =========================================================
   INTRO
   ========================================================= */

.pm-top-vendors-intro{
    max-width:850px;
    margin:0 auto 32px;
    text-align:center;
}

.pm-top-vendors-kicker{
    display:inline-block;
    margin-bottom:11px;
    padding:7px 11px;
    background:#202225;
    color:#fff;
    border-radius:8px;
    font-size:13px;
    font-weight:900;
    letter-spacing:1.5px;
}

.pm-top-vendors-intro h1{
    max-width:800px;
    margin:0 auto 12px;
    color:#202225;
    font-size:clamp(32px,4vw,45px);
    line-height:1.08;
    letter-spacing:-1.7px;
    font-weight:900;
}

.pm-top-vendors-intro p{
    max-width:680px;
    margin:0 auto;
    color:#73777d;
    font-size:14px;
    line-height:1.7;
}

.pm-top-vendors-points{
    max-width:720px;
    margin:20px auto 0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:9px;
}

.pm-top-vendors-points span{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #e1e3e6;
    border-radius:10px;
    font-size:13px;
    font-weight:800;
}


/* =========================================================
   DEVENIR VENDEUR VERIFIE
   ========================================================= */

.pm-top-vendors-page a[href="/devenir-vendeur-verifie.php"]{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px !important;
    background:#202225 !important;
    color:#fff !important;
    border-radius:9px !important;
    box-shadow:none !important;
    animation:none !important;
    font-size:14px !important;
    font-weight:850 !important;
}


/* =========================================================
   ANCIEN TITRE TOP
   ========================================================= */

.pm-top-vendors-page .section-card--green{
    max-width:780px;
    margin:0 auto 20px !important;
    padding:24px !important;
    background:#202225 !important;
    color:#fff !important;
    border:1px solid #303237 !important;
    border-radius:15px !important;
    box-shadow:none !important;
    text-align:center;
}

.pm-top-vendors-page .section-card--green h2{
    margin-top:0;
    color:#fff !important;
    font-size:20px !important;
}

.pm-top-vendors-page .section-card--green p{
    margin-bottom:0;
    color:#c8cbd0;
    font-size:14px;
}


/* =========================================================
   VENDEURS
   ========================================================= */

.pm-top-vendors-page .section-card:not(.section-card--green){
    width:100%;
    max-width:780px;
    margin:0 auto 11px !important;
    padding:0 !important;
    background:#fff !important;
    border:1px solid #e1e3e6 !important;
    border-radius:13px !important;
    box-shadow:0 4px 14px rgba(0,0,0,.035) !important;
    overflow:hidden;
}

.pm-top-vendors-page .section-card:not(.section-card--green) > a{
    min-height:105px;
    padding:17px 20px !important;
    gap:18px !important;
    transition:.18s ease;
}

.pm-top-vendors-page .section-card:not(.section-card--green) > a:hover{
    background:#f8f8f8;
}


/* POSITION */

.pm-top-vendors-page .section-card > a > div:first-child{
    color:#202225 !important;
    font-size:22px !important;
    font-weight:900 !important;
    min-width:45px !important;
}


/* AVATAR */

.pm-top-vendors-page .top-vendeur-avatar{
    width:62px !important;
    height:62px !important;
    flex:0 0 62px !important;
    border:2px solid #202225 !important;
    border-radius:50% !important;
    box-shadow:none !important;
}

.pm-top-vendors-page .top-vendeur-avatar img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    border-radius:50% !important;
}


/* NOM */

.pm-top-vendors-page .section-card h3{
    color:#202225 !important;
    font-size:15px !important;
    font-weight:900 !important;
}


/* BADGE */

.pm-top-vendors-page .section-card h3 + p{
    color:#e91683 !important;
    font-size:10px !important;
}


/* VENTES */

.pm-top-vendors-page .section-card p{
    font-size:13px !important;
}


/* =========================================================
   PODIUM
   ========================================================= */

.pm-top-vendors-page .section-card:nth-of-type(3){
    border-color:#202225 !important;
}

.pm-top-vendors-page .section-card:nth-of-type(4),
.pm-top-vendors-page .section-card:nth-of-type(5){
    border-color:#cfd1d4 !important;
}


/* =========================================================
   BAS
   ========================================================= */

.pm-top-vendors-bottom{
    width:100%;
    padding:30px;
    text-align:center;
}

.pm-top-vendors-bottom-connected{
    width:calc(100% - 250px);
    margin-left:250px;
}

.pm-top-vendors-bottom-inner{
    max-width:1100px;
    margin:0 auto;
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media(max-width:1050px){

    .pm-top-vendors-connected,
    .pm-top-vendors-bottom-connected{
        width:100%;
        margin-left:0;
    }

    .pm-top-vendors-connected{
        padding:95px 14px 40px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:700px){

    .pm-public-topbar{
        flex-direction:column;
        padding:12px;
    }

    .pm-public-topbar nav{
        width:100%;
        justify-content:center;
        flex-wrap:wrap;
    }

    .pm-top-vendors-page{
        padding:45px 12px 35px;
    }

    .pm-top-vendors-points{
        grid-template-columns:1fr;
    }

    .pm-top-vendors-page .section-card:not(.section-card--green) > a{
        padding:14px !important;
        gap:11px !important;
    }

    .pm-top-vendors-page .top-vendeur-avatar{
        width:52px !important;
        height:52px !important;
        flex-basis:52px !important;
    }

}

