
*{
    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;
    gap:8px;
    align-items:center;
}

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

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


/* PAGE */

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

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


/* INTRO */

.pm-experience-intro{
    max-width:850px;
    margin:0 auto 28px;
    text-align:center;
}

.pm-experience-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-experience-intro h1{
    max-width:800px;
    margin:0 auto 12px;
    color:#202225;
    font-size:clamp(32px,4vw,44px);
    line-height:1.08;
    letter-spacing:-1.7px;
    font-weight:900;
}

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


/* POINTS */

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

.pm-experience-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;
}


/* PUBLIER */

.pm-experience-publish-wrap{
    text-align:center;
    margin:0 auto 25px;
}

.pm-experience-publish{
    min-height:46px;
    padding:0 18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#202225;
    color:#fff;
    border-radius:9px;
    text-decoration:none;
    font-size:14px;
    font-weight:850;
}

.pm-experience-public-cta{
    max-width:650px;
    margin:0 auto 25px;
    padding:15px;
    text-align:center;
    background:#fff;
    border:1px solid #e1e3e6;
    border-radius:11px;
}

.pm-experience-public-cta strong{
    margin-right:10px;
    font-size:14px;
}

.pm-experience-public-cta a{
    color:#e91683;
    font-size:14px;
    font-weight:850;
    text-decoration:none;
}


/* PALIER */

.pm-experience-page .pm-palier{
    max-width:850px !important;
    margin:20px auto 22px !important;
}

.pm-experience-page .pm-palier-text{
    color:#202225 !important;
    font-size:14px !important;
}

.pm-experience-page .pm-palier-line{
    background:linear-gradient(
        90deg,
        transparent,
        rgba(32,34,37,.25),
        transparent
    ) !important;
}


/* TITRE */

.pm-experience-page > h2{
    margin:0 auto 7px !important;
    color:#202225 !important;
    font-size:23px !important;
    font-weight:900 !important;
}

.pm-experience-page .infos-swipe-hint{
    color:#7a7e84 !important;
    font-size:13px !important;
}


/* FLECHES */

.pm-experience-page .swipe-arrows button{
    width:40px;
    height:40px;
    padding:0 !important;
    background:#202225 !important;
    border-radius:9px !important;
    font-size:15px !important;
}


/* SLIDER */

.pm-experience-page .infos-swipe{
    gap:16px !important;
    padding:25px calc(50% - 360px) !important;
}


/* CARTE */

.pm-experience-page .info-card{
    flex:0 0 720px !important;
    padding:25px !important;
    background:#fff !important;
    border:1px solid #e1e3e6 !important;
    border-radius:16px !important;
    box-shadow:0 6px 20px rgba(0,0,0,.045) !important;
}


/* AUTEUR */

.pm-experience-page .gm-author{
    gap:11px !important;
    margin-bottom:14px !important;
}

.pm-experience-page .gm-author img{
    width:44px !important;
    height:44px !important;
    border:2px solid #202225;
}

.pm-experience-page .gm-author strong{
    color:#202225;
    font-size:14px !important;
    font-weight:900 !important;
}


/* TEXTE */

.pm-experience-page .info-card > p{
    margin:0;
    color:#45494e !important;
    font-size:14px !important;
    line-height:1.7 !important;
}


/* ACTIONS */

.pm-experience-page .info-actions{
    margin-top:20px !important;
    padding-top:14px;
    border-top:1px solid #eceef0;
}

.pm-experience-page .info-actions small{
    color:#868a90;
    font-size:13px;
}


/* LIKE */

.pm-experience-page .like-btn,
.pm-like-public{
    min-height:35px;
    padding:0 11px !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f5f6f7 !important;
    color:#202225 !important;
    border:1px solid #e1e3e6 !important;
    border-radius:8px !important;
    font-size:13px !important;
    font-weight:800 !important;
}


/* PARTAGER */

.pm-experience-page .share-btn{
    min-height:35px;
    padding:0 11px !important;
    background:#202225 !important;
    color:#fff !important;
    border-radius:8px !important;
    box-shadow:none !important;
    font-size:13px !important;
}


/* SIGNALER */

.pm-experience-page .signal-btn{
    min-height:35px;
    padding:0 11px !important;
    background:#fff !important;
    color:#777 !important;
    border:1px solid #ddd !important;
    border-radius:8px !important;
    font-size:13px !important;
}


/* BAS */

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

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

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


/* TABLETTE */

@media(max-width:1050px){

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

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


/* MOBILE */

@media(max-width:800px){

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

    .pm-experience-page .infos-swipe{
        padding:20px 5vw !important;
    }

    .pm-experience-page .info-card{
        flex:0 0 90vw !important;
    }

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

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

