@charset "utf-8";
/* FEUILLE DE STYLE PAGE CONTENU NIVEAU 2 SITE INTERNET NANTES HABITAT */
/* AVRIL 2015 - TSRb ETUDES & DEV WYNIWYG */

/* --------------------------------------------------- */
/* ---------------------- MAIN ----------------------- */
/* --------------------------------------------------- */

/* -- contenu de la page -- */
.actualites .blocPrincipal .imgTypeDoc, 
.actualites .blocPrincipal .resumeList  {
    margin: 10px 0;	
}
.actualites .resumeList p.resume{
    font-size: 1.166em; /* 14pt */	
    line-height: 1.5;
}
.actualites .blocList{
    margin-top:20px;
    clear: both;
}
.actualites form#list-news-pager{clear: both;padding-top: 10px;}
.actualites form#list-news-pager .filtre{margin: auto;text-align: center;width: 280px;}
.actualites .alert{margin-top: 20px;}
.actualites a.btn{margin: 0px;}

/* ---------------------------------------------------------- */
/* --------------------- MEDIA QUERIES ---------------------- */
/* ---------------------------------------------------------- */


@media (max-width: 767px) {/* préfixe xs */
    .actualites img.imgTypeDoc {
        width:30%;
    }
    .actualites .blocList{
        margin-top:30px;	
    }
}


@media (min-width: 768px) and (max-width: 991px) { /* préfixe sm */
    .actualites .blocList{
        margin-top:30px;	
    }
}
@media (min-width: 992px) and (max-width: 1199px) { /* préfixe md */
}

@media (min-width: 1200px) { /* préfixe lg */
}
