.masonry-layout .masonry-item{
    background-color: #fff;
    border: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    margin: 0;
}

.views-exposed-form fieldset.form-group{
    max-width: 100%;
}
.views-exposed-form .form-radios div.custom-radio{
    margin-top: 10px;
}

@media screen and (max-width: 993px){
    .masonry-layout .masonry-item{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .masonry-layout .masonry-item{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .path-actualites-ce-cse .container{
        max-width: 100%!important;
    }
    .view-toute-l-actualite form fieldset{
        display: block;
        flex: none;
        width: 100%;
    }
    .view-toute-l-actualite form legend{
        display: none;
    }
    .views-exposed-form .form-radios div.custom-radio{
        margin-top: 10px;
    }
    .metadata.text-small, .metadata .btn{
        font-size: 11px;
        line-height: 15px;
    }
    .node--view-mode-teaser .node__content{
        font-size: 14px!important;
    }
}
@media screen and (max-width: 576px){
    .path-actualites-ce-cse .container{
        max-width: 100%!important;
    }
}