.region.header {
	/* Avoid being on top of the modal backdrop */
	z-index: 1000;
}

.map-container {
	width: 100%;
	height: 40vh;
	display: flex;
	flex-direction: column;
}

.script:has(#full-size-map),
.map-container.fill-space {
	height: 100%;
	width: 100%;
	right: 0px;
	left: unset;
}

.map-canvas {
	flex-grow: 1;
}

.sticky {
	top: 0;
	position: sticky;
}

.fromagerie-img {
	width: 100%;
	min-height: 100%;
	height: auto;
	object-fit: cover;
	overflow-clip-margin: unset;
}

.fromagerie-img-container {
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
	border-radius: 20px;
}

.map-container:has(.map-error-container) {
	background-color: #dcdcdc;
}

.map-error-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


.fromagerie-list-item {
	padding-bottom: 75px;
}

.fromagerie-list-item h3,
.fromagerie-list-item p,
.map-error-container p,
.modal-body p {
	color: #000;
}

.yellow-box {
	width: 28px;
	min-width: 28px;
	background-color: #ffb000;
	border-radius: 5px;
	margin-right: 5px;
}

.fromagerie-name-container {
	display: flex;
	align-content: center;
	/* align-items: center; */
	align-items: stretch;
	margin-bottom: 10px;
}

.fromagerie-name-container h3 {
	margin-bottom: 3px;
}

.fromagerie-list-item h3 {
	font-family: "Playfair Display", serif;
	font-size: 30px;
}

#google-maps-url-text {
	text-align: end;
}

.fromagerie-list-item p,
.map-error-container p,
#google-maps-url-text a,
.modal-body p {
	font-family: "Montserrat", sans-serif;
}

.modal .path {
	right: 0;
	bottom: 0;
	height: 70%;
	width: 80%;
	background-image: URL("/owebo-votresite/sites/default/files/images/ligne-noir.png");
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.15;
	pointer-events: none;
}


.fromagerie-characteristics img.fermier {
	max-height: 95px;
}

.fromagerie-characteristics img {
	padding-right: 5px;
	max-height: 75px;
}

.modal-body .fromagerie-characteristics {
	padding-top: 5px;
}

.time-distance-text {
	color: #fff;
}

#map-info-container {
	padding-top: 10px;
}

#map-info {
	margin: 0;
}

.time-distance-text,
.fromagerie-description,
#google-maps-url-text,
#map-info {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: normal;
}

@media only screen and (max-width: 979px) {
	.time-distance-text {
		font-size: 14px;
	}

	.fromagerie-name,
	.fromagerie-description,
	.fromagerie-characteristics {
		padding: 0;
	}

	#map-info-container {
		padding-top: 10px;
		padding: 10px 20px 0 20px;
	}



	#fromageries-container .fromagerie-list-item:nth-child(1) {
		padding-top: 0;
	}

	#fromageries-container .fromagerie-list-item:nth-last-child(1) {
		padding-bottom: 55px;
		border-bottom: 0;
	}

	.fromagerie-list-item {
		padding-bottom: 35px;
		padding-top: 35px;
		border-bottom: 2px dashed #ff7a39;
	}
}




@media (min-width: 800px) {
	.right-side-container {
		/* padding-left: 35px; */
		padding-left: 65px;
	}
}

