
*{
    box-sizing:border-box;
}

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


/* PAGE */

.pm-help-page{
    width:calc(100% - 250px) !important;
    max-width:none !important;

    margin:0 0 0 250px !important;

    padding:110px 30px 55px !important;
}


/* INTRO */

.pm-help-intro{
    width:100%;
    max-width:850px;

    margin:0 auto 30px;

    text-align:center;
}

.pm-help-kicker{
    display:inline-block;

    margin-bottom:11px;
    padding:7px 12px;

    background:#202225;
    color:#fff;

    border-radius:8px;

    font-size:13px;
    font-weight:900;
    letter-spacing:1.5px;
}

.pm-help-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-help-intro p{
    max-width:680px;

    margin:0 auto;

    color:#73777d;

    font-size:14px;
    line-height:1.7;
}


/* 3 BLOCS */

.pm-help-points{
    max-width:720px;

    margin:20px auto 0;

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:9px;
}

.pm-help-points span{
    min-height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:10px;

    background:#fff;

    border:1px solid #e1e3e6;
    border-radius:10px;

    font-size:13px;
    font-weight:800;
}


/* CONTENEUR GUIDE */

.pm-help-page{
    font-family:Poppins,Arial,sans-serif !important;
}


/* RECHERCHE */

.pm-help-page .pm-help-search{
    width:100%;
    max-width:900px;

    margin:0 auto 25px !important;

    padding:24px !important;

    background:#202225 !important;

    color:#fff !important;

    border:1px solid #303237 !important;
    border-radius:15px !important;

    box-shadow:none !important;
}

.pm-help-page .pm-help-search h2{
    margin-top:0 !important;

    color:#fff !important;

    font-size:17px !important;

    font-weight:900 !important;
}

.pm-help-page .pm-help-input{
    width:100% !important;

    min-height:48px;

    padding:0 15px !important;

    background:#fff !important;
    color:#202225 !important;

    border:1px solid #fff !important;
    border-radius:9px !important;

    box-shadow:none !important;

    font-size:14px !important;
}

.pm-help-page .pm-help-input:focus{
    border-color:#ff1684 !important;

    box-shadow:
        0 0 0 3px rgba(255,22,132,.14) !important;
}

.pm-help-page .pm-help-hint{
    margin-bottom:0 !important;

    color:#bfc2c6 !important;

    font-size:13px !important;
}


/* LISTE FAQ */

.pm-help-page #pmHelpList{
    width:100%;
    max-width:900px;

    margin:0 auto !important;

    gap:11px !important;
}


/* CARTES */

.pm-help-page .pm-faq-item{
    padding:22px !important;

    background:#fff !important;

    border:1px solid #e1e3e6 !important;
    border-radius:13px !important;

    box-shadow:
        0 4px 14px rgba(0,0,0,.035) !important;

    transition:.18s ease !important;
}

.pm-help-page .pm-faq-item:hover{
    transform:none !important;

    border-color:#202225 !important;

    box-shadow:
        0 7px 18px rgba(0,0,0,.055) !important;
}


/* TITRES FAQ */

.pm-help-page .pm-faq-item h2{
    margin-top:0 !important;

    color:#202225 !important;

    font-size:15px !important;

    font-weight:900 !important;
}

.pm-help-page .pm-faq-item h3{
    margin-top:16px !important;

    color:#202225 !important;

    font-size:14px !important;

    font-weight:850 !important;
}

.pm-help-page .pm-faq-item h4{
    color:#202225 !important;

    font-size:14px !important;

    font-weight:850 !important;
}


/* TEXTES */

.pm-help-page .pm-faq-item p,
.pm-help-page .pm-faq-item ul,
.pm-help-page .pm-faq-item li{
    color:#60646a !important;

    font-size:13px !important;

    line-height:1.65 !important;
}

.pm-help-page .pm-faq-item strong{
    color:#202225 !important;
}


/* NOTES */

.pm-help-page .pm-note{
    margin-top:12px !important;

    padding:11px 13px !important;

    background:#f6f7f8 !important;

    border-left:3px solid #202225;

    border-radius:8px;

    color:#55595e !important;
}


/* BAS */

.pm-help-bottom{
    width:calc(100% - 250px);

    margin-left:250px;

    padding:30px;

    text-align:center;
}

.pm-help-bottom-inner{
    max-width:1100px;

    margin:0 auto;
}


/* TABLETTE */

@media(max-width:1050px){

    .pm-help-page,
    .pm-help-bottom{
        width:100% !important;

        margin-left:0 !important;
    }

    .pm-help-page{
        padding:95px 14px 40px !important;
    }

}


/* MOBILE */

@media(max-width:650px){

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

    .pm-help-page .pm-faq-item{
        padding:17px 14px !important;
    }

}

