@media screen and (max-width: 995px) {
    body{padding: 0px;margin:0px;}
    .largeursite{width:100%;margin-top:0px;max-width: 100%;width: 100%;}
    .navbar{padding-left: 5px;padding-right: 5px;}
    .contenu{padding-left: 5px;padding-right: 5px}
    .logo{}
    
    /* flex cols */
    #colcontainer{}
    #colgauche{max-width:100%;padding-right: 0px}
    #coldroite{display: none}


    .onlypc{display: none;}
    .onlymobile{display: inline;}
    .sidebar, .populaires_accueil{display: none}
    div.toTop{display: none;visibility: hidden;}

    .followbar{overflow-x: auto;/*pour le slide*/}
    .followbar .container{padding-left: 0px;padding-right:0px;margin:0px 0px;display:block;text-align: left;min-width: 890px;/*pour le slide*/}
    .followbar .titre{display: none}
    .followbar .reactions{display: block;text-align: left;padding-left: 10px;height: 20px;min-width: 920px;}
    .followbar .social{display: block;float: none;margin-top: 10px}


    /* billet */
    #form_commentaire form{display: block}
    #form_commentaire #fakeform{display: none}
    #form_commentaire form input[type=text]{width:70px;}
    .partages_icones .boutons_votes{float: right;}
    .boutons_reaction a{margin-right: 5px}


    /* memes */
    .meme video{max-height: 300px;}



    /* commentaires */
    .top_commentaires img.billet_apercu{float:none;width:100%;height:135px;}
    .top_commentaires .bulle_commentaire{margin-left:0px;}

}