/*
Theme Name: Webecode FSE
Theme URI: https://webecode.be
Author: Webecode
Author URI: https://webecode.be
Description: Thème Full Site Editing de Webecode. Dédié aux projets vitrine avec bibliothèque de patterns Gutenberg. Stack : FSE natif, theme.json, block patterns.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webecode-fse
Tags: full-site-editing, block-patterns, custom-colors, custom-typography, eco-conception
*/

footer {
	margin-top: 0;
}

/* Section large */
@media (min-width: 1441px) {
  .large-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Padding horizontal cohérent */
.contact-section .wp-block-group {
  padding-left: clamp(16px, 5vw, 120px) !important;
  padding-right: clamp(16px, 5vw, 120px) !important;
}

/* catégories dans images mise en avant */
.post-card {
  position: relative;
}
.post-card .wp-block-post-featured-image {
  margin: 0;
}
.post-card .wp-block-post-terms {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  display: flex;
  gap: 0.25rem;
}
.post-card .wp-block-post-terms a {
  background: var(--wp--preset--color--background-gris);
  padding: 0.4rem 0.6rem;
  font-size: 0.85rem;
  text-decoration: none;
  color: #000;
}

/* Cards même hauteurs - Réalisations */
.wp-block-post-template {
  align-items: stretch;
}
.wp-block-post-template > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-post-template > li > .wp-block-group:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}