/*
Theme Name: Paris Est Ludique
Author: Paris Est Ludique
Author URI: https://parisestludique.fr/
Description: Thème WordPress pour Paris Est Ludique.
Version: 1.0.9
Requires at least: 6.6.2
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paris-est-ludique
*/

.main-nav::after {
	width: 0px;
}

footer #menu-pied-de-page-1 {
	column-count: 2;
	column-gap: 20px;
	width: 100%;
}
footer #menu-pied-de-page-1 .menu-item {
	break-inside: avoid;
	margin-bottom: 10px;
}
footer .nav-holder {
	grid-column: span 2;
}

.block-map .leaflet-container {
	height: 600px !important;
	z-index: 0 !important;
}

.block-hero-body {
    backdrop-filter: blur(40px) brightness(150%) opacity(100%);
    background-color: rgba(255, 255, 255, 0.5);
}

.block-hero-body img {
    padding: 40px;
}

.block-text p {
	text-align: justify;
}

.block-text-picture .text-image-grid .image {
	text-align: center;
}

@media screen and (min-width: 601px) {
	.admin-bar .site-header {
		top: 46px;
	}
}
@media screen and (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

@media screen and (max-width: 767px) {
	.block-hero.size-21-9 {
		min-height: calc(100vh - 250px);
	}
	.block-hero-body {
		grid-area: auto;
	}
}
