/*
Theme Name:   La Crochardiere
Template:     generatepress
Version:      1.0.0
Text Domain:  lacrochardiere
*/
:root { --lc-accent:#6b7f5e; --lc-text:#2b2b2b; --lc-max-width:1100px; }

/* Grille region : hauteur de ligne identique + photos en couverture */
.lc-region .wp-block-media-text { min-height: 340px; }
.lc-region .wp-block-media-text__media { height: 100%; }
.lc-region .wp-block-media-text__media img { width:100%; height:100%; object-fit:cover; }
@media (max-width:781px){
  .lc-region .wp-block-media-text{ min-height:0; }
  .lc-region .wp-block-media-text__media img{ height:auto; }
}

/* Hauteur de l'en-tête : rembourrage haut/bas de la barre du logo/menu */
.site-header .inside-header {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Plafonner la hauteur du logo */
.site-header .site-logo img {
    max-height: 55px;
    width: auto;
}

/* En-tête plus fin sur mobile */
@media (max-width: 768px) {
    .site-header .inside-header { padding-top: 8px; padding-bottom: 8px; }
}