/* Homepage — ajustements theme-15 LeaseCare (palette verte, assets manquants) */

/* Cards métiers — pas d'effet penché / zoom sur la photo au survol */
.page-home .offers-item-fifteen:hover .offers-overlay .overlay-img {
	transform: none;
}

.page-home .offers-item-fifteen .offers-overlay .overlay-img {
	transition: none;
}

.page-home .offers-item-fifteen:hover .btn-icon,
.page-home .offers-item-fifteen .offers-content .btn-icon:hover {
	transform: none;
}

/* Hero — slider photo + overlay lisibilité */
.page-home .hero-section-fifteen {
	position: relative;
	min-height: 640px;
	overflow: hidden;
}

.page-home .hero-section-fifteen .hero-slider-fifteen {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(135deg, #043833 0%, #103a36 50%, #1f6f5f 100%);
}

.page-home .hero-section-fifteen .slide-item {
	position: relative;
	height: 100%;
}

.page-home .hero-section-fifteen .slide-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(4, 56, 51, 0.72) 0%, rgba(16, 58, 54, 0.5) 55%, rgba(31, 111, 95, 0.35) 100%);
	pointer-events: none;
}

.page-home .hero-section-fifteen .slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-home .hero-section-fifteen .banner-section-fifteen {
	position: relative;
	z-index: 2;
}

.page-home .hero-section-fifteen .header-fifteen {
	z-index: 3;
}

.page-home .banner-section-fifteen .banner-content-fifteen {
	background: rgba(4, 56, 51, 0.82);
	border-bottom-color: #aad440;
	backdrop-filter: blur(16px);
}

.page-home .company-section-fifteen .sub-title {
	color: #103a36;
}

/* Pourquoi LeaseCare — titres sur fond clair */
.page-home .whychoose-section-fifteen .section-header-fifteen .section-sub-title {
	color: #103a36;
	border-bottom: 4px solid #aad440;
	width: fit-content;
}

.page-home .whychoose-section-fifteen .section-header-fifteen .section-title {
	color: #043833;
}

.page-home .whychoose-section-fifteen .section-header-fifteen .section-title span {
	color: #1f6f5f;
}

/* À propos — texte lisible sur fond blanc */
.page-home .about-section-fifteen .about-kicker {
	color: #103a36;
	font-size: 1.25rem;
	font-weight: 700;
	border-bottom: 4px solid #aad440;
	width: fit-content;
	line-height: 1.2;
	padding-bottom: 4px;
	margin-bottom: 0;
}

.page-home .about-section-fifteen .about-lead {
	color: #043833;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0;
}

.page-home .about-video-fifteen {
	position: relative;
}

.page-home .about-video-fifteen .img-1 {
	object-fit: cover;
	width: 100%;
	min-height: 280px;
	border-radius: 10px;
}

.page-home .about-video-fifteen .video-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

/* Support — palette verte au lieu du cyan template */
.page-home .support-section-fifteen {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #103a36 0%, #0a5c4f 100%);
}

/* Témoignages — image de fond absente */
.page-home .testimonial-section-fifteen {
	background: linear-gradient(135deg, #043833 0%, #103a36 55%, #1f6f5f 100%);
	border-top-color: #aad440;
}

/* Guides — fond sombre (offer-section-fifteen), titres clairs */
.page-home .guides-section-fifteen .section-header-fifteen {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.page-home .guides-section-fifteen .section-header-fifteen .section-sub-title {
	color: #fff;
	border-bottom: 4px solid #aad440;
	width: fit-content;
}

.page-home .guides-section-fifteen .section-header-fifteen .section-title {
	color: #fff;
}

.page-home .guides-section-fifteen .section-header-fifteen .section-title span {
	color: #aad440;
}

.page-home .guides-section-fifteen .section-header-fifteen .description {
	color: rgba(255, 255, 255, 0.88);
}

/* Équipe — sous-titre visible */
.page-home .team-section-fifteen .section-header-fifteen .section-sub-title {
	color: #103a36;
	border-bottom: 4px solid #aad440;
	width: fit-content;
}

.page-home .team-section-fifteen .section-header-fifteen .section-title {
	color: #043833;
}

.page-home .team-section-fifteen .section-header-fifteen {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

/* FAQ — palette verte (remplace le bleu primary du template) */
.page-home .faq-section-fifteen {
	background: linear-gradient(135deg, #043833 0%, #103a36 50%, #1f6f5f 100%);
}

.page-home .faq-section-fifteen .section-header-fifteen .section-title {
	color: #fff;
}

.page-home .faq-section-fifteen .section-header-fifteen .section-title span {
	color: #aad440;
}

.page-home .faq-info-fifteen .accordion-item {
	background: rgba(255, 255, 255, 0.95);
}

.page-home .faq-info-fifteen .accordion-button::before {
	display: none;
}

.page-home .faq-info-fifteen .accordion-button:not(.collapsed)::after {
	background: #aad440;
	color: #103a36;
}

.page-home .faq-info-fifteen .accordion-item.active {
	background: #fff;
}

.page-home .faq-info-fifteen .accordion-item.active .accordion-button {
	color: #103a36;
}

.page-home .support-section-fifteen::before,
.page-home .support-section-fifteen::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(170, 212, 64, 0.2);
	pointer-events: none;
}

.page-home .support-section-fifteen::before {
	width: 280px;
	height: 280px;
	top: 10%;
	left: 5%;
}

.page-home .support-section-fifteen::after {
	width: 200px;
	height: 200px;
	bottom: 15%;
	right: 8%;
}

@media (prefers-reduced-motion: reduce) {
	.page-home .wow,
	.page-home .horizontal-slide .slide-list {
		animation: none !important;
		transition: none !important;
	}

	.page-home .testimonial-details-fifteen .testimonial-item-fifteen {
		opacity: 1 !important;
		transform: none !important;
	}
}
