/*
 * Bandeau intérieur générique 2026.
 * Cette couche vise uniquement les titres Barista sans image dédiée.
 */

.edgtf-title:not(.edgtf-has-background) {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--lcd-home-cream, #f6f1e8) !important;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .02)) !important;
	border-top: 1px solid rgba(168, 111, 69, .13);
	border-bottom: 1px solid rgba(168, 111, 69, .16);
}

.edgtf-title:not(.edgtf-has-background)::before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	width: 220px;
	height: 220px;
	background: url("../images/title/bg-fleur.png") center / contain no-repeat;
	content: "";
	opacity: .68;
	pointer-events: none;
	transform: translate(-18%, -50%);
}

.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder {
	z-index: 1;
}

.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-container-inner {
	width: 100%;
}

.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-title-subtitle-holder {
	width: min(1360px, calc(100% - 80px));
	margin-right: auto;
	margin-left: auto;
}

.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder h1 {
	color: var(--lcd-home-green-primary, #17382f);
}

.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-breadcrumbs a,
.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-breadcrumbs span {
	color: var(--lcd-home-copper, #a86f45);
	font-family: var(--lcd-font-interface, "LCD Figtree", Arial, sans-serif);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .005em;
	line-height: 1.5;
}

.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-breadcrumbs a:hover,
.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-breadcrumbs a:focus-visible {
	color: var(--lcd-home-green-primary, #17382f);
}

@media (max-width: 1024px) {
	.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-title-subtitle-holder {
		width: 100%;
		padding-right: 28px !important;
		padding-left: 28px !important;
	}

	.edgtf-title:not(.edgtf-has-background)::before {
		width: 190px;
		height: 190px;
		opacity: .58;
	}
}

@media (max-width: 768px) {
	.edgtf-title:not(.edgtf-has-background) {
		min-height: 142px;
	}

	.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-title-subtitle-holder {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.edgtf-title:not(.edgtf-has-background)::before {
		width: 160px;
		height: 160px;
		transform: translate(-32%, -50%);
	}

	.edgtf-title:not(.edgtf-has-background).edgtf-standard-type .edgtf-breadcrumbs-holder {
		margin-top: 10px;
	}
}

@media (max-width: 460px) {
	.edgtf-title:not(.edgtf-has-background) .edgtf-title-holder .edgtf-title-subtitle-holder {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.edgtf-title:not(.edgtf-has-background)::before {
		opacity: .46;
	}
}
