
*{
    box-sizing:border-box;
}

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


/* HEADER PUBLIC */

.pm-public-auth-header{
    width:100%;
    min-height:76px;

    padding:10px 28px;

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

    gap:18px;

    background:#fff;

    border-bottom:1px solid #e1e3e6;
}

.pm-public-auth-brand{
    display:flex;
    align-items:center;
    gap:10px;

    color:#202225;
    text-decoration:none;
}

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

.pm-public-auth-brand div{
    display:flex;
    flex-direction:column;
}

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

.pm-public-auth-brand span{
    color:#85898e;
    font-size:13px;
    font-weight:700;
}

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

.pm-public-auth-nav a{
    min-height:38px;
    padding:0 13px;

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

    color:#202225;
    text-decoration:none;

    border-radius:8px;

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

.pm-public-auth-nav a:hover{
    background:#f2f3f4;
}

.pm-public-auth-primary{
    background:#202225 !important;
    color:#fff !important;
}


/* PAGE */

.pm-auth-public-page{
    width:100%;
    max-width:1100px;

    margin:0 auto;

    padding:55px 20px 45px;
}


/* INTRO */

.pm-auth-public-intro{
    max-width:850px;

    margin:0 auto 28px;

    text-align:center;
}

.pm-auth-public-kicker{
    display:inline-block;

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

    background:#202225;
    color:#fff;

    border-radius:8px;

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

.pm-auth-public-intro h1{
    margin:0 0 10px;

    font-size:clamp(32px,4vw,44px);
    line-height:1.08;

    font-weight:950;

    letter-spacing:-1.5px;
}

.pm-auth-public-intro p{
    max-width:650px;

    margin:0 auto;

    color:#73777d;

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

.pm-auth-public-points{
    max-width:720px;

    margin:20px auto 0;

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

    gap:9px;
}

.pm-auth-public-points span{
    min-height:46px;

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

    background:#fff;

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

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


/* BLOCS EXISTANTS */

.pm-inscription-info,
.section-card{
    max-width:900px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    border-radius:16px !important;

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

.pm-inscription-info{
    border:1px solid #e1e3e6 !important;
}

.pm-inscription-card{
    border-radius:12px !important;

    border:1px solid #e1e3e6 !important;
}

.pm-inscription-info h2,
.big-inscription-title,
.section-title-vert,
.section-title-rose{
    text-align:center !important;
}


/* FORMULAIRES */

.pm-form{
    max-width:760px !important;

    margin-left:auto !important;
    margin-right:auto !important;
}

.pm-row input,
.pm-row select{
    min-height:44px !important;

    border-radius:8px !important;

    border:1px solid #dfe2e5 !important;

    box-shadow:none !important;
}

.pm-row input:focus,
.pm-row select:focus{
    border-color:#202225 !important;

    box-shadow:
        0 0 0 3px rgba(32,34,37,.08) !important;
}

.plan-button{
    min-height:46px !important;

    border-radius:9px !important;

    box-shadow:none !important;
}


/* BAS */

.pm-auth-public-bottom{
    width:100%;

    padding:30px 20px;

    text-align:center;
}

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


/* FOOTER */

.pm-public-auth-footer{
    width:100%;

    margin-top:20px;

    padding:32px 20px;

    background:#fff;

    border-top:1px solid #e1e3e6;

    text-align:center;
}

.pm-public-auth-footer-inner{
    max-width:1100px;
    margin:0 auto;
}

.pm-public-auth-footer-brand{
    display:flex;
    flex-direction:column;

    gap:4px;

    margin-bottom:15px;
}

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

.pm-public-auth-footer-brand span{
    color:#777b80;
    font-size:13px;
}

.pm-public-auth-footer-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;

    gap:8px 14px;

    margin-bottom:16px;
}

.pm-public-auth-footer-links a{
    color:#202225;

    text-decoration:none;

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

.pm-public-auth-footer-copy{
    padding-top:14px;

    border-top:1px solid #eceef0;

    color:#777b80;

    font-size:13px;
}


/* TABLETTE */

@media(max-width:800px){

    .pm-public-auth-header{
        flex-direction:column;

        padding:12px;
    }

    .pm-public-auth-nav{
        justify-content:center;
    }

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

}


/* GSM */

@media(max-width:600px){

    .pm-auth-public-page{
        padding:35px 10px;
    }

    .pm-auth-public-header{
        align-items:center;
    }

    .pm-public-auth-nav{
        width:100%;
    }

    .pm-public-auth-nav a{
        flex:1 1 auto;
    }

}


/* =========================================================
   CONNEXION / INSCRIPTION - REDUCTION DU ROSE
   ========================================================= */

/* TITRES : NOIR */
.pm-inscription-info h2,
.big-inscription-title,
.section-title-vert,
.section-title-rose{
    color:#202225 !important;
}


/* BLOCS D'INFORMATION */
.pm-inscription-highlight{
    background:#202225 !important;
    color:#fff !important;
    border-radius:10px !important;
}


/* CARTES */
.pm-inscription-card{
    background:#f7f8f9 !important;
    border:1px solid #e1e3e6 !important;
}


/* LIENS */
.pm-link,
.pm-create-link{
    color:#202225 !important;
}

.pm-link:hover,
.pm-create-link:hover{
    color:#e91683 !important;
}


/* FLECHES */
.pm-arrow-down,
.pm-arrow-up,
.step-arrow{
    color:#202225 !important;
    -webkit-text-fill-color:#202225 !important;
}


/* ETAPES */
.step-item{
    background:#fff !important;
    border:1px solid #e1e3e6 !important;
    box-shadow:none !important;
}

.step-number{
    background:#202225 !important;
    color:#fff !important;
}


/* BOUTONS PRINCIPAUX */
.plan-button{
    background:#202225 !important;
    color:#fff !important;
    border:1px solid #202225 !important;
    box-shadow:none !important;
    transition:.18s ease !important;
}

.plan-button:hover{
    background:#e91683 !important;
    border-color:#e91683 !important;
}


/* CARTES ROSES/VERTE EXISTANTES */
.section-card--rose,
.section-card--green{
    background:#fff !important;
    border:1px solid #e1e3e6 !important;
}


/* INTRO */
.pm-auth-public-kicker{
    background:#202225 !important;
    color:#fff !important;
}


/* CHECKBOX */
input[type="checkbox"]{
    accent-color:#202225 !important;
}


/* ERREURS : ROSE UNIQUEMENT QUAND UTILE */
.pm-error{
    background:#fff3f8 !important;
    color:#c4126f !important;
    border:1px solid #efb6d4 !important;
}


/* FOOTER */
.pm-public-auth-footer{
    background:#fff !important;
    color:#202225 !important;
}


/* HEADER : PLUS PROCHE DE L'INDEX */
.public-header{
    background:#fff !important;
    border-bottom:1px solid #e1e3e6 !important;
}

.public-btn-dark{
    background:#202225 !important;
    border-color:#202225 !important;
}

.public-btn-dark:hover{
    background:#e91683 !important;
    border-color:#e91683 !important;
}

.public-header-search button{
    background:#202225 !important;
}

.public-header-search button:hover{
    background:#e91683 !important;
}


/* =========================================================
   SUPPRESSION DES 2 BARRES SOUS LE HEADER
   ========================================================= */

body::before,
body::after{
    display:none !important;
    content:none !important;
}

.pm-auth-public-page::before,
.pm-auth-public-page::after{
    display:none !important;
    content:none !important;
}

/* pas de séparation parasite sous le header */
.public-header{
    margin-bottom:0 !important;
}

/* zone principale propre */
main{
    border-top:0 !important;
}

