/*
 Theme Name:   Kentwood Child
 Theme URI:    https://wordpress.com/theme/kentwood/
 Description:  Kentwood Child Theme
 Author:       Automattic
 Author URI:   https://automattic.com/
 Template:     kentwood
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, education, one-column, wide-blocks, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready, food-and-drink
 Text Domain:  kentwood-child
*/

.uagb-post__image-position-background .uagb-post__image img {
	object-fit: cover !important;
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.uagb-post__inner-wrap {
	display: flex !important;
	flex-direction: column !important;
	height: 320px !important; /* Ou min-height si besoin */
	justify-content: flex-end !important; /* Dock en bas */
	padding-bottom: 30px;
}

.wp-block-navigation__responsive-dialog {
	margin-right: 20px;
}

.no-pointer-container {
  pointer-events: none;
}

.children-pointer-container > * {
  pointer-events: auto;
}

.absolute-position {
	position: absolute !important;
}

.header-lang-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  background: transparent;
}

.header-lang-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}

.header-lang-switcher ul li {
  display: inline-block;
}

.header-lang-switcher ul li a img {
  width: 24px !important;
  height: 16px !important;
}

.pll-lang-switcher-flags {
  display: flex;      
  gap: 5px;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  background: transparent;
}

.pll-lang-switcher-flags > * > img {
  width: 24px !important;
  height: 16px !important;
}

.href-white a {
  color: #fff !important;
  text-decoration: underline;
}
