:root {
	--cnvs-themecolor: var(--bs-success);
	--cnvs-themecolor-rgb: var(--bs-success-rgb);

	--cnvs-themecolor-darker: #1d4e38;

	--cnvs-body-bg: var(--cnvs-themecolor-darker);

	--cnvs-body-font: "area-normal", sans-serif;
	--cnvs-primary-font: "campaign-serif", sans-serif;
	;

	--cnvs-side-header-width: 300px;

	--cnvs-side-panel-size: 360px;
}

.shape-divider-fill {
	fill: var(--bs-white);
}

#content {
	background-color: var(--bs-white);
}

.dark {
	--cnvs-header-bg: var(--cnvs-header-tertiary-bg);
	--cnvs-header-sticky-bg: transparent;
	--cnvs-footer-bg: var(--cnvs-header-tertiary-bg);
}

#header {
	--cnvs-primary-menu-font: var(--cnvs-body-font);
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-primary-menu-color: var(--cnvs-contrast-800);
	--cnvs-primary-menu-hover-color: var(--cnvs-contrast-1000);
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 0;
	--cnvs-primary-menu-font-size: 1rem;
	--cnvs-header-misc-icons-size: 1.5rem;
}

.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-x: 20px;
}

.slider-element {
	margin-top: -1px;
	background-color: var(--cnvs-header-tertiary-bg);
}

.slider-background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.slider-element .shape-divider {
	z-index: 4;
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.slider-background {
		min-height: 480px;
	}
}

#side-panel {
	--cnvs-side-panel-bg: var(--cnvs-themecolor);
}

.hero-diagonal {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	clip-path: polygon(0 82%, 100% 0, 100% 100%, 0% 100%);
	background-color: var(--cnvs-themecolor);
	;
}

.iconlist li i {
	--cnvs-iconlist-size: 1.5rem;
	--cnvs-iconlist-offset: 4px;
	font-size: var(--cnvs-iconlist-size);
}

.header-misc-element,
.header-misc-icon {
	margin: 0 12px;
}

.side-panel-trigger a {
	background-color: #FFF;
	color: var(--cnvs-themecolor);
	;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
}

body:not(.is-expanded-menu) .side-panel-trigger a {
	margin-right: 0.5rem;
}

.swiper-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition-timing-function: linear !important;
}

:not(.active) .tab-icon-active img:last-child,
.active .tab-icon-active img:first-child {
	display: none;
}

.active .tab-icon-active img:last-child {
	display: block;
}

.testimonial .flex-control-nav {
	position: relative;
	justify-content: flex-start;
	top: 0;
	left: 0;
	right: auto;
	margin-top: 20px;
}

.nav-link span {
	font-weight: 600;
}

.nav-link.active span {
	font-weight: 700;
}

.canvas-alt-tabs.tabs-bb .nav-link.active {
	position: relative;
	border-bottom: 0;
	padding-bottom: 1rem;
}

.canvas-alt-tabs.tabs-bb .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10%;
	height: 0.25rem;
	border-radius: 2rem;
	background-color: var(--cnvs-themecolor);
	transform: translateX(-50%);
}

#oc-portfolio.single-article-carousel .owl-stage {
	display: flex;
	justify-content: center;
}

#oc-portfolio.single-article-carousel .owl-item {
	width: min(100%, 420px) !important;
}

#oc-portfolio.single-article-carousel .portfolio-item {
	width: 100%;
}

.shape-divider svg {
	opacity: 1 !important;
}

.shape-divider svg.op-ts {
	transition: none;
}

.page-title .shape-divider[data-position="bottom"] {
	bottom: -1px;
}

.page-title .shape-divider[data-position="bottom"] svg {
	height: 160px;
}

.video-gallery-grid {
	row-gap: 2.75rem;
}

.video-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(2, 0, 0, 0.08);
	/* box-shadow: 0 24px 55px rgba(6, 12, 18, 0.55); */
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.video-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at -10% -5%, rgba(235, 64, 64, 0.45), transparent 52%), radial-gradient(circle at 110% 10%, rgba(242, 149, 37, 0.35), transparent 60%);
	opacity: 0.65;
	pointer-events: none;
	z-index: 0;
}

.video-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 32px 65px rgba(5, 10, 16, 0.6);
}

.video-card__media {
	position: relative;
	z-index: 1;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.video-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.video-card:hover .video-card__image {
	transform: scale(1.08);
}

.video-card__badge {
	position: absolute;
	top: 1.1rem;
	left: 1.1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	background: var(--cnvs-header-bg);
	backdrop-filter: blur(6px);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.video-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 2.1rem 2.15rem 2.35rem;
	color: #fff;
}

.video-card__title {
	margin: 0;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.35;
	text-shadow: 0 6px 25px rgba(5, 10, 16, 0.65);
}

.video-card__actions {
	display: flex;
	justify-content: flex-start;
}

.video-card__button {
	align-items: center;
	gap: 0.6rem;
	padding: 0.65rem 1.4rem;
	font-weight: 600;
	color: #fff;
	background: var(--cnvs-body-bg);
	border-radius: 999px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(2px);
}

.video-card__button i {
	font-size: 1rem;
}

.video-gallery-grid__col {
	display: flex;
}

@media (max-width: 991.98px) {
	.video-card__content {
		padding: 1.9rem 1.85rem 2.1rem;
	}

	.video-card__title {
		font-size: 1.45rem;
	}
}

@media (max-width: 767.98px) {
	.video-card {
		border-radius: 18px;
	}

	.video-card__content {
		padding: 1.75rem 1.6rem 1.9rem;
		gap: 1.25rem;
	}

	.video-card__title {
		font-size: 1.35rem;
	}

	.video-card__button {
		width: 100%;
		justify-content: center;
	}
}

.christmas-article {
	height: 100%;
}

.christmas-article__media {
	position: relative;
	height: 100%;
	min-height: 370px;
	border-radius: 18px;
	overflow: hidden;
	background: radial-gradient(circle at top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 55%);
	transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.christmas-article__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.1);
	transition: transform 0.6s ease;
}

.christmas-article:hover .christmas-article__image {
	transform: scale(1.05);
}

.christmas-article__overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2.75rem 2.25rem;
	color: #fff;
	gap: 1.5rem;
	background: linear-gradient(180deg, rgba(6, 17, 28, 0.1) 0%, rgba(6, 17, 28, 0.82) 55%, rgba(6, 17, 28, 0.96) 100%);
}

.christmas-article__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.8rem 1.6rem;
	margin-top: 0.5rem;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(10, 28, 43, 0.82), rgba(15, 36, 54, 0.65));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 32px rgba(5, 12, 18, 0.55);
	backdrop-filter: blur(12px);
}

.christmas-article__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: #ffffff;
	text-shadow: 0 4px 18px rgba(5, 12, 18, 0.7);
}

.christmas-article__excerpt {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 32ch;
	color: rgba(244, 246, 248, 0.9);
}

.christmas-article__button {
	align-items: center;
	gap: 0.6rem;
	padding: 0.65rem 1.4rem;
	font-weight: 600;
	color: #fff;
	background: var(--cnvs-header-bg);
	border-radius: 999px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(2px);
}

/* Colonne : flex pour centrer verticalement et horizontalement */
.partner-col {
	display: flex;
	align-items: center;
	/* centrage vertical */
	justify-content: center;
	/* centrage horizontal (au cas où) */
	min-height: 120px;
	/* hauteur commune pour bien voir le centrage */
	padding: 12px 8px;
	/* marge respirable */
}

/* Image : responsive et contenue dans la hauteur */
.clients {
	max-width: 100%;
	max-height: 90px;
	/* ajuste si besoin */
	height: auto;
	width: auto;
	display: block;
}


@media (max-width: 991.98px) {
	.christmas-article__overlay {
		padding: 2.25rem 1.9rem;
	}

	.christmas-article__content {
		padding: 1.6rem 1.45rem;
	}

	.christmas-article__title {
		font-size: 1.45rem;
	}

	.christmas-article__excerpt {
		font-size: 0.95rem;
	}
}

@media (max-width: 767.98px) {
	.christmas-article__media {
		min-height: 280px;
	}

	.christmas-article__overlay {
		padding: 2.3rem 1.55rem 1.6rem;
	}

	.christmas-article__content {
		padding: 1.9rem 1.35rem 1.45rem;
		margin-top: 0.9rem;
		gap: 0.75rem;
	}

	.christmas-article__title {
		font-size: 1.35rem;
	}
}

/* Ajout */
/* Désactive tout séparateur/liseré ajouté par le thème sur la section héro */
.page-title.no-sep {
	border: 0 !important;
	box-shadow: none !important;
	position: relative;
	/* déjà présent, on confirme */
	overflow: hidden;
	/* déjà présent, on confirme */
}

.entry-meta li {
	color: var(--cnvs-font-color) !important;
	opacity: 65%;
}

.button.button-border {
	--cnvs-btn-border-color: var(--cnvs-btn-color-dark);
	border: var(--cnvs-btn-border-width) solid var(--cnvs-heading-block-font-color);
	background: var(--cnvs-themecolor);
	color: var(--cnvs-font-color);
}

.form-control {
	background-color: var(--cnvs-themecolor);
	border: var(--cnvs-input-btn-border-width) solid var(--cnvs-font-color);
}

/* Container de la liste */
#mapListUl {
	list-style: none;
	display: grid;
	gap: 12px;
}

/* Card */
.map-card {
	background: var(--cnvs-themecolor);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	padding: 12px 14px;
	backdrop-filter: blur(4px);
	transition: transform .12s ease, box-shadow .12s ease, border-color .12s;
}

.map-card:focus-within {
	outline: 2px solid #0a58ca;
	outline-offset: 2px;
}

.map-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
	border-color: rgba(255, 255, 255, 0.35);
}

/* Titre + index badge */
.map-card__head {
	display: flex;
	align-items: center;
	gap: .6rem;
	margin-bottom: .25rem;
}

.map-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .15);
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
}

/* Ligne adresse */
.map-card__addr {
	display: flex;
	align-items: center;
	gap: .5rem;
	opacity: .95;
}

.map-card__addr i {
	opacity: .85;
}

/* Texte */
.map-card p {
	margin: .35rem 0 0;
}

/* Actions */
.map-card__actions {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	margin-top: .5rem;
}

.map-card__actions .button {
	line-height: 1.2;
}

/* Couleurs fallback pour thèmes sombres */
#mapList,
#mapList * {
	color: var(--bs-body-color, #fff);
}
