

@media screen and (max-width: 1250px) {

    .blocLeft {
        width: 23%;
        margin-left: -23%;
    }

    .blocLeftNav {
        width: 13%;
    }

    .blocRight {
        width: 87%;
    }
    #content.open .blocRight {
        width: 64%;
    }

    .profilPublic .grid-sizer, .profilPublic .grid-item {
        width: 49%;
        padding: 0.5%;
    }
    .eventList .event.infos .bt {
        position: absolute;
        bottom: 0;
    }
    .event.infos .description {
        height: 85px;
    }

    .content.open .blocuser.demi{
        width: 100%;
    }

    .blocuser.demi.saisonArtiste, .blocuser.demi.saisonGaleriste{
        padding-right: 0;
        width: 100%;
    }

    .bandeauPub.owl-carousel .owl-item img {
        height: 150px;
        width: auto;
    }

}