/*list of posts : try to have same height images on post lists*/

.page-id-186 .liste-posts article img,
.page-id-184 .liste-posts article img,
.page-id-207 .liste-posts article img,
.page-id-161 .liste-posts article img,
.page-id-659 .liste-posts article img,
.page-id-1982 .liste-posts article img,
.page-id-2047 .liste-posts article img,
.page-id-1997 .liste-posts article img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 310px;
    background-color: #ffffff;
}


/*155 not enough for 2 line excerpts*/
/* réintégrée dans la .scss */
/*html .liste-posts .liste-post .inner {
    height: 185px;
}*/


/* lectures utiles: try to make blurbs having same height*/

.page-id-641 .et_pb_blurb_content {
    min-height: 480px;
}


/*also images*/

.page-id-641 .et_pb_row .et_pb_main_blurb_image img {
    height: 310px;
    width: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-color: #ffffff;
}

.page-id-227 .et_pb_section_sticky .et_pb_column_4_4 .et_pb_image_0 {
    position: relative!important;
    bottom: -80%!important;
}

/*#page-container #main-header .et_search_outer {
    z-index: -4!important;
}*/

body.search-no-results .entry,
body.search-no-results h1 {
    color: #fff;
}

body.search-no-results .entry {
    margin-bottom: 40px;
}
.hidden{display: none!important;}