body.single-wl_hommages .elementor-heading-title {
	color: var(--wl_theme_color_main, #464646);
}

body.single-wl_hommages .swiper-pagination-bullet-active {
	background: var(--wl_theme_color_main, #000);
}

body.single-wl_hommages button,
body.single-wl_hommages [type=button],
body.single-wl_hommages input[type="submit"],
body.single-wl_hommages .elementor-button {
	background-color: var(--wl_theme_color_main, #CA9A57);
	border-color: var(--wl_theme_color_main, #CA9A57);
	color: #FFFFFF;
	padding: 7px;
	border-radius: 3px!important;
}

/* Hero */
	body.single-wl_hommages .wl-hero-bg {
		background-image: var(--wl_theme_hero_img);
		background-position: center center;
		background-size: cover;
	}
/* Hero */

/* Hero Alignment */
	body.single-wl_hommages.wl-theme-hero-center .wl-hero-sub>.e-con-inner {
		flex-direction: column;
		align-items: center;
	}
	body.single-wl_hommages.wl-theme-hero-center .wl-hero-meta {
		align-items: center;
	}
	body.single-wl_hommages.wl-theme-hero-center .wl-hero-bg-txt {
		margin-top: -100px!important;
	}
	
	@media screen and (min-width: 1025px) {
		body.single-wl_hommages.wl-theme-hero-right .wl-hero-img {
			order: 2;
		}
	}
/* /Hero Alignment */

/* Avatar */
	body.single-wl_hommages .wl-hero-img img {
		border-radius: var(--wl_theme_style_avatar, 0px)!important;
	}
/* /Avatar */

/* Galerie Médias */
body.single-wl_hommages .wl-hommage-gallery__item {
	position: relative;
	overflow: hidden;
}

body.single-wl_hommages .wl-hommage-gallery__item img,
body.single-wl_hommages .wl-hommage-gallery__item video,
body.single-wl_hommages .wl-hommage-gallery__item iframe {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* Format uniforme pour toutes les vignettes */
body.single-wl_hommages .wl-hommage-gallery__item a.wl-lightbox {
	display: block;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 8px;
	background: #000;
}

body.single-wl_hommages .wl-video-thumb,
body.single-wl_hommages .wl-embed,
body.single-wl_hommages .wl-embed-fallback {
	position: absolute;
	inset: 0;
}

body.single-wl_hommages .wl-video-thumb img,
body.single-wl_hommages .wl-hommage-gallery__item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.single-wl_hommages .wl-embed iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Icône Play */
body.single-wl_hommages .wl-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	pointer-events: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

body.single-wl_hommages .wl-lightbox:hover .wl-play-icon {
	background: rgba(0, 0, 0, 0.8);
	transform: translate(-50%, -50%) scale(1.08);
}

body.single-wl_hommages .wl-play-icon svg {
	width: 22px;
	height: 22px;
	fill: #fff;
	margin-left: 2px;
}

/* Swiper : flèches + pagination */
body.single-wl_hommages .wl-hommage-gallery__swiper {
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 22px;
	--swiper-pagination-color: #000;
	padding-bottom: 50px; /* espace pour la pagination sous le carrousel */
}

body.single-wl_hommages .wl-hommage-gallery__swiper .swiper-button-prev,
body.single-wl_hommages .wl-hommage-gallery__swiper .swiper-button-next {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

body.single-wl_hommages .wl-hommage-gallery__swiper .swiper-button-prev:after,
body.single-wl_hommages .wl-hommage-gallery__swiper .swiper-button-next:after {
	font-size: 16px;
}

body.single-wl_hommages .wl-hommage-gallery__swiper .swiper-pagination {
	bottom: 0;
}

/* GLightbox (inchangé) */
body.single-wl_hommages .glightbox-container .gclose,
body.single-wl_hommages .glightbox-container .gnext,
body.single-wl_hommages .glightbox-container .gprev {
	filter: none !important;
	opacity: 1 !important;
}

body.single-wl_hommages .glightbox-container .gclose svg,
body.single-wl_hommages .glightbox-container .gnext svg,
body.single-wl_hommages .glightbox-container .gprev svg {
	width: 22px;
	height: 22px;
}

body.single-wl_hommages .glightbox-container .gclose {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

body.single-wl_hommages .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
}

body.single-wl_hommages .swiper-button-next, 
body.single-wl_hommages .swiper-button-prev {
	margin-top: -40px;
}
/* /Galerie Médias */

/* Témoignages et pensées */
body.single-wl_hommages .wl-hommage-testimonials {
	width: 100%;
}

body.single-wl_hommages .wl-hommage-testimonials-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

body.single-wl_hommages .wl-hommage-testimonials-grid .wl-hommage-testimonial {
	width: calc(33.333% - 20px);
}

body.single-wl_hommages .wl-hommage-testimonials-card .wl-hommage-testimonial {
	margin: auto;
}

body.single-wl_hommages .wl-hommage-testimonial {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body.single-wl_hommages .wl-hommage-testimonial-image {
	margin-bottom: 20px;
}

body.single-wl_hommages .wl-hommage-testimonial-image img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

body.single-wl_hommages .wl-hommage-testimonial-title {
	font-size: 22px;
	margin: 0 0 15px;
}

body.single-wl_hommages .wl-hommage-testimonial-text,
body.single-wl_hommages .wl-hommage-testimonial-text p {
	font-family: "Playfair Display";
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	text-transform: initial;
	font-style: italic;
}

body.single-wl_hommages .wl-hommage-testimonial-text {
	position: relative;
	padding: 10px 35px 20px;
}
body.single-wl_hommages .wl-hommage-testimonial-text:before,
body.single-wl_hommages .wl-hommage-testimonial-text:after {
	position: absolute;
	color: var(--wl_theme_color_main, #464646);
	font-size: 40px;
	width: 40px;
	height: 40px;
}
body.single-wl_hommages .wl-hommage-testimonial-text:before {
	content: '«';
	left: 0;
	top: 0;
}
body.single-wl_hommages .wl-hommage-testimonial-text:after {
	content: '»';
	right: 0;
	bottom: 0;
}

body.single-wl_hommages .wl-hommage-testimonial-text > *:first-child {
	margin-top: 0;
}

body.single-wl_hommages .wl-hommage-testimonial-text > *:last-child {
	margin-bottom: 0;
}

body.single-wl_hommages .wl-hommage-testimonials-swiper {
	padding-bottom: 50px;
}
body.single-wl_hommages .wl-hommage-testimonials-swiper .wl-hommage-testimonial {
	margin: 0 auto;
	width: calc(100% - 100px);
}
body.single-wl_hommages .wl-hommage-testimonials-swiper .swiper-button-next, 
body.single-wl_hommages .wl-hommage-testimonials-swiper .swiper-button-prev {
	color: var(--wl_theme_color_main, #464646);
	height: 25px;
	width: 25px;
}
body.single-wl_hommages .wl-hommage-testimonials-swiper .swiper-button-next:after, 
body.single-wl_hommages .wl-hommage-testimonials-swiper .swiper-button-prev:after {
	font-size: 30px;
}
body.single-wl_hommages .wl-hommage-testimonials-swiper .swiper-button-prev {
	left: 0;
}
body.single-wl_hommages .wl-hommage-testimonials-swiper .swiper-button-next {
	right: 0;
}

@media screen and (max-width:1024px) {
	body.single-wl_hommages .wl-hommage-testimonials-grid .wl-hommage-testimonial {
		width: calc(50% - 15px);
	}
}

@media screen and (max-width:767px) {
	body.single-wl_hommages .wl-hommage-testimonials-grid .wl-hommage-testimonial {
		width: 100%;
	}
}
/* /Témoignages et pensées */

/* Comments */
body.single-wl_hommages #reply-title,
body.single-wl_hommages .comment-form-url {
	display: none;
}

body.single-wl_hommages .wl-tribute-bar {
	margin: 24px 0;
	padding: 16px;
	border: 1px solid #e0d8d0;
	border-radius: 8px;
	background: #faf7f4;
	text-align: center;
}

body.single-wl_hommages .wl-tribute-bar-title {
	margin: 0 0 12px;
	font-weight: 600;
}

body.single-wl_hommages .wl-tribute-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

/*
body.single-wl_hommages .wl-tribute-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1px solid #c9b8a8;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.single-wl_hommages .wl-tribute-btn:hover:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.single-wl_hommages .wl-tribute-btn:disabled {
	opacity: 0.5;
	cursor: default;
}
*/
body.single-wl_hommages .wl-tribute-icon {
	font-size: 18px;
}

body.single-wl_hommages .wl-tribute-feedback {
	margin-top: 10px;
	min-height: 18px;
	font-size: 13px;
}

body.single-wl_hommages .wl-tribute-feedback.wl-success {
	color: #2e7d32;
}

body.single-wl_hommages .wl-tribute-feedback.wl-error {
	color: #c0392b;
}

body.single-wl_hommages .wl-tribute-login-required {
	text-align: center;
	font-size: 14px;
	color: #6b6b6b;
}

/* Badge affiché au-dessus d'un commentaire "tribute" */
body.single-wl_hommages .wl-tribute {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f1ece6;
	font-size: 13px;
	margin-bottom: 6px;
}

/* Photo souvenir jointe à un commentaire */
body.single-wl_hommages .wl-comment-photo-souvenir {
	margin-top: 10px;
}

body.single-wl_hommages .wl-comment-photo-souvenir img.wl-photo-souvenir {
	max-width: 240px;
	height: auto;
	border-radius: 6px;
	display: block;
}

body.single-wl_hommages .comment-form-photo-souvenir input[type='file'] {
	display: block;
	margin-top: 4px;
}
/* /Comments */