.et_blog_grid_equal_height .post-meta a {
    pointer-events: none !important;
}
.et_blog_grid_equal_height .et_pb_image_container {
    overflow: hidden;
    max-height: 300px;
    display: flex;
    align-items: center;
}
.et_blog_grid_equal_height .et_pb_image_container a img {
    transition: var(--rox-transition);
}
.et_blog_grid_equal_height .et_pb_image_container a:hover img {
    transform: scale(0.95);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.2);
}

.form_nom_event_scolaire {
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
    position: absolute;
}
#wpforms-686-field_4-container,
#wpforms-686-field_4-container label {
    height: 0;
}

#module_blog_scolaire .post-meta {
    background-color: var(--rouge);
    color: white;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 700;
}
#module_blog_scolaire .post-meta a {
    color: white !important;
}
