@charset "UTF-8";
/*
Theme Name: Blocksy Child
Description: Child theme for Blocksy. You can now safely customize it and not risk losing your customizations.
Author: Equinoxal
Author URI: equinoxal.fr
Template: blocksy
Version: 1.0
*/
.grid-align figure {
  margin: auto;
}
/* Uniformiser la hauteur des blocs d'article */
ul.wp-block-post-template > li.wp-block-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Assure que chaque carte ait la même hauteur */
.wp-block-group.is-style-surface {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* La partie contenant le titre s'étire pour remplir */
.wp-block-group.is-vertical {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
