/* ── Kocoon Popup — Design compact ───────────────────────────────────────── */

[data-elementor-id="3780"] .dialog-widget-content {
	padding: 0 !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	max-width: 100vw !important;
	background: transparent !important;
	box-shadow: 0 24px 64px rgba(26,20,14,.4) !important;
}
[data-elementor-id="3780"] .e-con-inner,
[data-elementor-id="3780"] .elementor-widget-container {
	padding: 0 !important;
	margin: 0 !important;
}

/* Carte */
.kp-card {
	width: 600px;
	max-width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	font-family: inherit;
}

/* Zone image */
.kp-image-zone {
	position: relative;
	height: 900px;
	overflow: hidden;
	background: #F0EDE6;
}
.kp-main-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: opacity .3s ease;
}

/* Badge */
.kp-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #C8963A;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 20px;
	letter-spacing: .3px;
	line-height: 1.5;
	z-index: 2;
	pointer-events: none;
}

/* Bouton fermer */
.kp-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255,255,255,.75);
	border: none;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1A1A1A;
	z-index: 3;
	transition: background .2s;
	padding: 0;
}
.kp-close-btn:hover { background: #fff; }

/* Dots */
.kp-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 2;
}
.kp-dot {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: rgba(255,255,255,.35);
	cursor: pointer;
	transition: width .25s ease, background .25s ease;
}
.kp-dot.is-active {
	width: 20px;
	background: #fff;
}

/* Bandeau bas — masqué */
.kp-bottom {
	display: none;
}
.kp-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.kp-counter {
	font-size: 11px;
	color: #C8963A;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.kp-title-text {
	font-size: 15px;
	font-weight: 700;
	color: #1A1A1A;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Navigation */
.kp-nav {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}
.kp-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s, border-color .2s;
	padding: 0;
}
.kp-btn-prev {
	background: transparent;
	border: 1.5px solid #1A1A1A;
	color: #1A1A1A;
}
.kp-btn-prev:hover { background: #F0EDE6; }
.kp-btn-next {
	background: #4A6B52;
	border: 1.5px solid #4A6B52;
	color: #fff;
}
.kp-btn-next:hover { background: #3d5a44; border-color: #3d5a44; }

@media (max-width: 480px) {
	.kp-card { width: 100%; border-radius: 12px; }
	.kp-image-zone { height: 360px; }
	[data-elementor-id="3780"] .dialog-widget-content { border-radius: 12px !important; }
}
