
*{
    box-sizing:border-box;
}

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


/* HEADER PUBLIC */

.pm-news-public-header{
    min-height:76px;
    padding:10px 28px;

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

    gap:20px;

    background:#fff;
    border-bottom:1px solid #e3e5e7;
}

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

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

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

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

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

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

.pm-news-public-header nav{
    display:flex;
    align-items:center;
    gap:7px;
}

.pm-news-public-header nav a{
    padding:10px 13px;

    color:#202225;
    text-decoration:none;

    border-radius:8px;

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

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


/* PAGE */

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

    min-height:100vh;

    margin:0 auto;

    padding:65px 22px 50px;
}

.pm-news-connected{
    width:calc(100% - 250px);
    max-width:none;

    margin-left:250px;

    padding:110px 30px 50px;
}


/* INTRO */

.pm-news-intro{
    max-width:850px;

    margin:0 auto 30px;

    text-align:center;
}

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

    margin:0 auto;

    color:#73777d;

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


/* 3 POINTS */

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

    margin:20px auto 0;

    display:grid;

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

    gap:9px;
}

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


/* ANCIEN TITRE */

.pm-news-page > h2{
    margin:25px auto 7px !important;

    color:#202225 !important;

    font-size:23px !important;

    font-weight:900 !important;
}


/* AIDE SWIPE */

.pm-news-page .infos-swipe-hint{
    margin:7px auto 13px !important;

    color:#7a7e84 !important;

    font-size:13px !important;
}


/* FLECHES */

.pm-news-page .swipe-arrows{
    margin-bottom:10px !important;
}

.pm-news-page .swipe-arrows button{
    width:40px;
    height:40px;

    padding:0 !important;

    background:#202225 !important;

    border-radius:9px !important;

    font-size:15px !important;
}


/* CAROUSEL */

.pm-news-page .infos-swipe{
    gap:16px !important;

    padding:25px calc(50% - 360px) !important;
}


/* CARTES */

.pm-news-page .info-card{
    flex:0 0 720px !important;

    padding:26px !important;

    background:#fff !important;

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

    box-shadow:
        0 6px 20px rgba(0,0,0,.045) !important;
}

.pm-news-page .info-card > p{
    margin:0;

    color:#45494e !important;

    font-size:14px !important;

    line-height:1.75 !important;
}


/* ACTIONS */

.pm-news-page .info-actions{
    margin-top:20px !important;
    padding-top:14px;

    border-top:1px solid #eceef0;
}

.pm-news-page .info-actions small{
    color:#868a90;

    font-size:13px;
}


/* LIKE */

.pm-news-page .like-btn{
    min-height:35px;

    padding:0 11px !important;

    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-news-page .share-btn{
    min-height:35px;

    padding:0 11px !important;

    display:inline-flex !important;

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

    background:#202225 !important;

    color:#fff !important;

    border-radius:8px !important;

    font-size:13px !important;

    box-shadow:none !important;
}


/* BAS */

.pm-news-bottom{
    width:100%;

    padding:30px;

    text-align:center;
}

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

    margin-left:250px;
}

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

    margin:0 auto;
}


/* TABLETTE */

@media(max-width:1050px){

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

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

}


/* MOBILE */

@media(max-width:800px){

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

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

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

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

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

}



/* =========================================================
   LISIBILITE INFO & NOUVEAUTES - FINAL
   ========================================================= */

.pm-news-page .info-card > p{
    font-size:17px !important;
    line-height:1.65 !important;
}

.pm-news-page .info-actions small{
    font-size:14px !important;
}

.pm-news-page .like-btn,
.pm-news-page .share-btn{
    font-size:14px !important;
}


/* GSM */
@media(max-width:800px){

    .pm-news-page .info-card > p{
        font-size:17px !important;
        line-height:1.65 !important;
    }

    .pm-news-page .info-actions small{
        font-size:14px !important;
    }

    .pm-news-page .like-btn,
    .pm-news-page .share-btn{
        font-size:15px !important;
    }

}
