.bsc-elementor {
	--bsc-elementor-accent: #00d1b4;
	--bsc-elementor-secondary: #bd009f;
	--bsc-elementor-overlay: rgba(0, 0, 0, 0.58);
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
}

.bsc-elementor *,
.bsc-elementor *::before,
.bsc-elementor *::after {
	box-sizing: border-box;
}

.bsc-elementor-empty {
	background: #f3f3f3;
	border-inline-start: 5px solid #bd009f;
	color: #222;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 18px 20px;
}

/* Titre & photo à la une ---------------------------------------------- */

.bsc-elementor-hero {
	align-items: flex-end;
	background-color: #bd009f;
	color: #fff;
	display: flex;
	isolation: isolate;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.bsc-elementor-hero__link {
	color: inherit;
	inset: 0;
	position: absolute;
	text-decoration: none;
	z-index: 2;
}

.bsc-elementor-hero__link:focus-visible {
	outline: 4px solid var(--bsc-elementor-accent);
	outline-offset: -4px;
}

.elementor-editor-active .bsc-elementor-hero__link {
	pointer-events: none;
}

.bsc-elementor-hero__media,
.bsc-elementor-hero__media::after {
	inset: 0;
	position: absolute;
}

.bsc-elementor-hero__media {
	background: #161616;
	overflow: hidden;
	z-index: 0;
}

.bsc-elementor-hero__media::after {
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, transparent 72%),
		var(--bsc-elementor-overlay);
	content: "";
	z-index: 1;
}

.bsc-elementor-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transform: scale(1.001);
	transition: transform 450ms cubic-bezier(0.2, 0.65, 0.3, 1);
	width: 100%;
}

.bsc-elementor-hero:hover .bsc-elementor-hero__image,
.bsc-elementor-hero:focus-within .bsc-elementor-hero__image {
	transform: scale(1.045);
}

.bsc-elementor-hero--no-image {
	background:
		linear-gradient(135deg, transparent 0 45%, rgba(0, 0, 0, 0.09) 45% 55%, transparent 55% 100%),
		#bd009f;
	background-size: 36px 36px;
}

.bsc-elementor-hero__content {
	display: flex;
	padding: 40px;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 3;
}

.bsc-elementor-hero__content-inner {
	max-width: 82%;
}

.bsc-elementor-hero__featured-label {
	background: var(--bsc-elementor-accent);
	color: #000;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-block-end: 12px;
	padding: 0.55em 0.75em;
	text-transform: uppercase;
}

.bsc-elementor-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-block-end: 14px;
}

.bsc-elementor-hero__badge {
	background: #000;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.5em 0.65em;
	text-transform: uppercase;
}

.bsc-elementor-hero__badge:nth-child(even) {
	background: #fff;
	color: #000;
}

.bsc-elementor-hero__title {
	color: #fff;
	font: inherit;
	font-size: clamp(2.7rem, 7vw, 6.7rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.9;
	margin: 0;
	max-width: 19ch;
	overflow-wrap: anywhere;
	text-transform: uppercase;
	text-wrap: balance;
}

.bsc-elementor-hero__date {
	color: #fff;
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-block-start: 24px;
	opacity: 0.88;
	text-transform: uppercase;
}

.bsc-elementor-hero-align-center .bsc-elementor-hero__content {
	justify-content: center;
	text-align: center;
}

.bsc-elementor-hero-align-center .bsc-elementor-hero__badges {
	justify-content: center;
}

.bsc-elementor-hero-align-right .bsc-elementor-hero__content {
	justify-content: flex-end;
	text-align: right;
}

.bsc-elementor-hero-align-right .bsc-elementor-hero__badges {
	justify-content: flex-end;
}

.bsc-elementor-hero-v-start .bsc-elementor-hero {
	align-items: flex-start;
}

.bsc-elementor-hero-v-center .bsc-elementor-hero {
	align-items: center;
}

.bsc-elementor-hero-v-end .bsc-elementor-hero {
	align-items: flex-end;
}

/* Article / publication ---------------------------------------------- */

.bsc-elementor-publication {
	--bsc-elementor-accent: #00d1b4;
	--bsc-elementor-secondary: #bd009f;
	color: #222;
	max-width: 900px;
}

.bsc-elementor-publication__header {
	border-block-start: 8px solid var(--bsc-elementor-accent);
	margin-block-end: 38px;
	padding-block-start: 18px;
}

.bsc-elementor-publication__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-block-end: 14px;
}

.bsc-elementor-publication__badge {
	background: #000;
	color: #fff;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.55em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.bsc-elementor-publication__badge:nth-child(even) {
	background: var(--bsc-elementor-secondary);
}

.bsc-elementor-publication__badge:hover,
.bsc-elementor-publication__badge:focus-visible {
	background: var(--bsc-elementor-accent);
	color: #000;
}

.bsc-elementor-publication__meta {
	align-items: center;
	color: #111;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76rem;
	font-weight: 750;
	gap: 8px 22px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.bsc-elementor-publication__meta > span {
	position: relative;
}

.bsc-elementor-publication__meta > span + span::before {
	background: var(--bsc-elementor-secondary);
	content: "";
	height: 7px;
	inset-inline-start: -14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
}

.bsc-elementor-publication__excerpt {
	color: #111;
	font-size: clamp(1.25rem, 2.4vw, 1.65rem);
	font-weight: 650;
	letter-spacing: -0.018em;
	line-height: 1.35;
	margin: 0 0 34px;
}

.bsc-elementor-publication__content {
	color: #222;
	font-size: 1.08rem;
	line-height: 1.72;
}

.bsc-elementor-publication__content > :first-child {
	margin-block-start: 0;
}

.bsc-elementor-publication__content > :last-child {
	margin-block-end: 0;
}

.bsc-elementor-publication__content p {
	margin-block: 0 1.35em;
}

.bsc-elementor-publication__content :is(h2, h3, h4, h5, h6) {
	color: #111;
	font: inherit;
	font-size: clamp(1.65rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin: 1.6em 0 0.65em;
	text-transform: uppercase;
	text-wrap: balance;
}

.bsc-elementor-publication__content h3 {
	font-size: clamp(1.35rem, 3vw, 2.2rem);
}

.bsc-elementor-publication__content a {
	color: var(--bsc-elementor-secondary);
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.16em;
}

.bsc-elementor-publication__content :is(img, video, iframe) {
	height: auto;
	max-width: 100%;
}

.bsc-elementor-publication__content figure {
	margin: 2.2em 0;
	max-width: 100%;
}

.bsc-elementor-publication__content blockquote {
	background: var(--bsc-elementor-secondary);
	border: 0;
	border-block-start: 8px solid var(--bsc-elementor-accent);
	color: #fff;
	font-size: 1.18em;
	font-weight: 700;
	margin: 2em 0;
	padding: 1.5em;
}

.bsc-elementor-publication__content blockquote > :last-child {
	margin-block-end: 0;
}

.bsc-elementor-publication__content :is(ul, ol) {
	margin: 0 0 1.35em;
	padding-inline-start: 1.35em;
}

.bsc-elementor-publication__content li::marker {
	color: var(--bsc-elementor-secondary);
	font-weight: 900;
}

/* Auteurs & avatars --------------------------------------------------- */

.bsc-elementor-authors {
	color: #111;
}

.bsc-elementor-authors__heading {
	color: #111;
	font: inherit;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.bsc-elementor-authors__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.bsc-elementor-author {
	align-items: center;
	display: flex;
	gap: 13px;
	min-width: 0;
}

.bsc-elementor-author__avatar-link {
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	position: relative;
	text-decoration: none;
	transition: transform 180ms ease;
}

.bsc-elementor-author__avatar-link:hover,
.bsc-elementor-author__avatar-link:focus-visible {
	outline: 0;
	transform: translateY(-3px);
	z-index: 3;
}

.bsc-elementor-author__avatar {
	align-items: center;
	background: #bd009f;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	overflow: hidden;
	text-transform: uppercase;
	transition: box-shadow 180ms ease;
	width: 58px;
}

.bsc-elementor-author__avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bsc-elementor-author__identity {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.bsc-elementor-author__name {
	color: #111;
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none;
}

a.bsc-elementor-author__name:hover,
a.bsc-elementor-author__name:focus-visible {
	color: #bd009f;
}

.bsc-elementor-author__role {
	color: #666;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	margin-block-start: 4px;
	text-transform: uppercase;
}

.bsc-elementor-author__bio {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 12px 0 0;
}

.bsc-elementor-authors--stack .bsc-elementor-authors__items {
	gap: 0;
}

.bsc-elementor-authors--stack .bsc-elementor-author {
	gap: 0;
}

.bsc-elementor-authors--stack .bsc-elementor-author + .bsc-elementor-author {
	margin-inline-start: -12px;
}

.bsc-elementor-authors--stack .bsc-elementor-author__identity {
	display: none;
}

.bsc-elementor-authors--stack.bsc-elementor-authors--show-names .bsc-elementor-authors__items {
	gap: 24px;
}

.bsc-elementor-authors--stack.bsc-elementor-authors--show-names .bsc-elementor-author {
	gap: 13px;
}

.bsc-elementor-authors--stack.bsc-elementor-authors--show-names .bsc-elementor-author + .bsc-elementor-author {
	margin-inline-start: 0;
}

.bsc-elementor-authors--stack.bsc-elementor-authors--show-names .bsc-elementor-author__identity {
	display: flex;
}

.bsc-elementor-authors--cards .bsc-elementor-authors__items {
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.bsc-elementor-authors--cards .bsc-elementor-author {
	align-items: flex-start;
	background: #f4f4f4;
	border-block-start: 6px solid #00d1b4;
	padding: 22px;
}

.bsc-elementor-authors-align-center .bsc-elementor-authors {
	text-align: center;
}

.bsc-elementor-authors-align-center .bsc-elementor-authors__items {
	justify-content: center;
}

.bsc-elementor-authors-align-right .bsc-elementor-authors {
	text-align: right;
}

.bsc-elementor-authors-align-right .bsc-elementor-authors__items {
	justify-content: flex-end;
}

/* Navigation de contenu ----------------------------------------------- */

.bsc-elementor-navigation {
	--bsc-navigation-accent: #00d1b4;
	--bsc-navigation-overlay: rgba(0, 0, 0, 0.58);
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bsc-elementor-navigation__item {
	--bsc-navigation-background: #bd009f;
	--bsc-navigation-text: #fff;
	min-width: 0;
}

.bsc-elementor-navigation__item--next {
	--bsc-navigation-background: #00d1b4;
	--bsc-navigation-text: #000;
	text-align: end;
}

.bsc-elementor-navigation__item--has-image {
	--bsc-navigation-text: #fff;
}

.bsc-elementor-navigation__link {
	background: var(--bsc-navigation-background);
	color: var(--bsc-navigation-text);
	display: block;
	min-height: 260px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.bsc-elementor-navigation__media,
.bsc-elementor-navigation__media::after {
	inset: 0;
	position: absolute;
}

.bsc-elementor-navigation__media {
	background: #161616;
	overflow: hidden;
}

.bsc-elementor-navigation__media::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), var(--bsc-navigation-overlay));
	content: "";
}

.bsc-elementor-navigation__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 320ms ease;
	width: 100%;
}

.bsc-elementor-navigation__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: inherit;
	padding: 28px;
	position: relative;
	z-index: 1;
}

.bsc-elementor-navigation__arrow {
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	margin-block-end: auto;
}

.bsc-elementor-navigation__label {
	display: block;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.055em;
	margin-block-end: 12px;
	text-transform: uppercase;
}

.bsc-elementor-navigation__title {
	display: block;
	font-size: clamp(1.15rem, 2.2vw, 2rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.02;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.bsc-elementor-navigation__link:hover,
.bsc-elementor-navigation__link:focus-visible {
	box-shadow: 0 8px 0 var(--bsc-navigation-accent);
	color: var(--bsc-navigation-text);
	transform: translateY(-4px);
}

.bsc-elementor-navigation__link:focus-visible {
	outline: 4px solid var(--bsc-navigation-accent);
	outline-offset: -4px;
}

.bsc-elementor-navigation__link:hover .bsc-elementor-navigation__image,
.bsc-elementor-navigation__link:focus-visible .bsc-elementor-navigation__image {
	transform: scale(1.035);
}

.elementor-editor-active .bsc-elementor-navigation__link {
	pointer-events: none;
}

/* Commentaires -------------------------------------------------------- */

.bsc-elementor-comments {
	color: #222;
	margin-inline: auto;
	max-width: 1000px;
}

.bsc-elementor-comments__header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-block-end: 32px;
}

.bsc-elementor-comments__heading {
	color: #111;
	font: inherit;
	font-size: clamp(2.2rem, 5.5vw, 5rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.bsc-elementor-comments__count {
	align-items: center;
	background: #00d1b4;
	color: #000;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding-inline: 12px;
}

.bsc-elementor-comments__list,
.bsc-elementor-comment .children {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bsc-elementor-comment .children {
	margin-block-start: 20px;
	padding-inline-start: clamp(18px, 5vw, 68px);
}

.bsc-elementor-comment__body {
	background: #f4f4f4;
	border-inline-start: 6px solid var(--bsc-comment-accent, #bd009f);
	padding: 24px;
}

.bsc-elementor-comment:nth-child(even) > .bsc-elementor-comment__body {
	border-inline-start-color: var(--bsc-comment-accent-alt, #00d1b4);
}

.bsc-elementor-comment__header {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-block-end: 16px;
}

.bsc-elementor-comment__avatar {
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #bd009f;
	flex: 0 0 auto;
	height: 52px;
	overflow: hidden;
	width: 52px;
}

.bsc-elementor-comment__avatar img {
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.bsc-elementor-comment__identity {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.bsc-elementor-comment__author,
.bsc-elementor-comment__author a {
	color: #111;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

.bsc-elementor-comment__meta {
	color: #666;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	margin-block-start: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.bsc-elementor-comment__content {
	color: #222;
	font-size: 1rem;
	line-height: 1.6;
}

.bsc-elementor-comment__content > :first-child {
	margin-block-start: 0;
}

.bsc-elementor-comment__content > :last-child {
	margin-block-end: 0;
}

.bsc-elementor-comment__moderation {
	background: #fff3cd;
	color: #5f4b00;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 10px 12px;
}

.bsc-elementor-comment__reply {
	margin-block-start: 18px;
}

.bsc-elementor-comment__reply a {
	color: #666;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 0.2em;
}

.bsc-elementor-comments__empty,
.bsc-elementor-comments__closed {
	background: #f4f4f4;
	border-inline-start: 6px solid #00d1b4;
	font-weight: 700;
	margin: 0;
	padding: 22px;
}

.bsc-elementor-comments__respond {
	background: #111;
	color: #fff;
	margin-block-start: 42px;
	padding: 32px;
}

.bsc-elementor-comments__form-title {
	color: inherit;
	font: inherit;
	font-size: clamp(1.7rem, 4vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.bsc-elementor-comments__form-title small {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-block-start: 10px;
	text-transform: none;
}

.bsc-elementor-comments__notes,
.bsc-elementor-comments__form .logged-in-as,
.bsc-elementor-comments__form .comment-notes {
	font-size: 0.82rem;
	opacity: 0.78;
}

.bsc-elementor-comments__form p {
	margin: 0 0 18px;
}

.bsc-elementor-comments__form label {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-block-end: 7px;
	text-transform: uppercase;
}

.bsc-elementor-comments__form :is(input[type="text"], input[type="email"], input[type="url"], textarea) {
	appearance: none;
	background: #fff;
	border: 2px solid #555;
	border-radius: 0;
	color: #111;
	font: inherit;
	line-height: 1.45;
	padding: 13px 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.bsc-elementor-comments__form :is(input[type="text"], input[type="email"], input[type="url"], textarea):focus {
	border-color: #00d1b4;
	box-shadow: 0 0 0 2px #00d1b4;
	outline: 1px solid #00d1b4;
	outline-offset: 0;
}

.bsc-elementor-comments__form textarea {
	min-height: 170px;
	resize: vertical;
}

.bsc-elementor-comments__form .comment-form-cookies-consent {
	align-items: flex-start;
	display: flex;
	gap: 9px;
}

.bsc-elementor-comments__form .comment-form-cookies-consent label {
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}

.bsc-elementor-comments__submit {
	appearance: none;
	background: #00d1b4;
	border: 0;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.045em;
	padding: 1em 1.35em;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bsc-elementor-comments__submit:hover,
.bsc-elementor-comments__submit:focus-visible {
	background: #bd009f;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 767px) {
	.bsc-elementor-hero {
		min-height: 420px;
	}

	.bsc-elementor-hero__content {
		padding: 24px;
	}

	.bsc-elementor-hero__content-inner {
		max-width: 100%;
	}

	.bsc-elementor-hero__title {
		font-size: clamp(1.95rem, 8.5vw, 3.3rem);
	}

	.bsc-elementor-publication__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.bsc-elementor-publication__meta > span + span::before {
		display: none;
	}

	.bsc-elementor-authors--list .bsc-elementor-authors__items {
		align-items: flex-start;
		flex-direction: column;
	}

	.bsc-elementor-navigation {
		grid-template-columns: minmax(0, 1fr);
	}

	.bsc-elementor-navigation__link {
		min-height: 220px;
	}

	.bsc-elementor-comments__header {
		align-items: flex-start;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.bsc-elementor-comments__heading {
		font-size: clamp(1.45rem, 6.3vw, 2.8rem);
		overflow-wrap: anywhere;
	}

	.bsc-elementor-comment .children {
		padding-inline-start: 16px;
	}

	.bsc-elementor-comment__body {
		padding: 19px;
	}

	.bsc-elementor-comments__respond {
		padding: 24px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bsc-elementor *,
	.bsc-elementor *::before,
	.bsc-elementor *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Utilitaires --------------------------------------------------------- */

.bsc-elementor-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

/* Compte à rebours ---------------------------------------------------- */

.bsc-elementor-countdown {
	--bsc-countdown-accent: #00d1b4;
	background: #111;
	color: #fff;
	overflow: hidden;
	padding: 48px;
	position: relative;
}

.bsc-elementor-countdown::after {
	background: var(--bsc-countdown-accent);
	content: "";
	height: 10px;
	inset: auto 0 0;
	position: absolute;
}

.bsc-elementor-countdown__eyebrow {
	background: var(--bsc-countdown-accent);
	color: #000;
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 18px;
	padding: 9px 12px 8px;
	text-transform: uppercase;
}

.bsc-elementor-countdown__title {
	color: #fff;
	font-size: clamp(2rem, 5vw, 4.6rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.95;
	margin: 0;
	max-width: 14ch;
	text-transform: uppercase;
}

.bsc-elementor-countdown__units {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 38px;
}

.bsc-elementor-countdown__unit {
	display: grid;
	gap: 9px;
	min-width: 92px;
}

.bsc-elementor-countdown__value {
	background: #fff;
	color: #111;
	display: block;
	overflow: hidden;
	padding: 16px 18px;
}

.bsc-elementor-countdown__number {
	display: block;
	font-size: clamp(2rem, 5vw, 4rem);
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.85;
}

.bsc-elementor-countdown__number.is-changing {
	animation: bsc-countdown-roll 0.32s ease both;
}

.bsc-elementor-countdown__unit-label {
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.bsc-elementor-countdown__complete {
	color: #fff;
	font-size: clamp(1.7rem, 4vw, 3.5rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 34px 0 0;
	text-transform: uppercase;
}

.bsc-elementor-countdown__cta {
	background: var(--bsc-countdown-accent);
	color: #000;
	display: inline-flex;
	font-weight: 900;
	margin-top: 28px;
	padding: 14px 19px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bsc-elementor-countdown__cta:hover,
.bsc-elementor-countdown__cta:focus-visible {
	background: #bd009f;
	color: #fff;
	transform: translateY(-2px);
}

@keyframes bsc-countdown-roll {
	0% { opacity: 0; transform: translateY(-42%); }
	100% { opacity: 1; transform: translateY(0); }
}

/* Phrase déroulante --------------------------------------------------- */

.bsc-elementor-marquee {
	--bsc-marquee-gap: 42px;
	background: #bd009f;
	color: #fff;
	overflow: hidden;
	padding: 18px 0;
}

.bsc-elementor-marquee__track {
	animation: bsc-marquee-left 22s linear infinite;
	animation-duration: var(--bsc-marquee-duration, 22s);
	display: flex;
	width: max-content;
	will-change: transform;
}

.bsc-elementor-marquee--right .bsc-elementor-marquee__track {
	animation-name: bsc-marquee-right;
}

.bsc-elementor-marquee--pause-hover:hover .bsc-elementor-marquee__track,
.bsc-elementor-marquee--pause-hover:focus-within .bsc-elementor-marquee__track {
	animation-play-state: paused;
}

.bsc-elementor-marquee__group {
	align-items: center;
	display: flex;
	flex-shrink: 0;
}

.bsc-elementor-marquee__item {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	gap: var(--bsc-marquee-gap);
	padding-inline-end: var(--bsc-marquee-gap);
}

.bsc-elementor-marquee__text {
	color: inherit;
	font-size: clamp(1.45rem, 3vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.bsc-elementor-marquee__separator {
	color: #00d1b4;
	font-size: 1.4em;
	font-weight: 900;
	line-height: 0;
}

@keyframes bsc-marquee-left {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

@keyframes bsc-marquee-right {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}

/* Carrousel d’articles ------------------------------------------------ */

.bsc-elementor-post-carousel {
	--bsc-post-card-background: #bd009f;
	--bsc-post-card-overlay: rgba(0, 0, 0, 0.62);
	--bsc-post-carousel-accent: #00d1b4;
	--bsc-post-carousel-columns: 3;
	--bsc-post-carousel-gap: 24px;
	background: #fff;
	color: #111;
	position: relative;
}

.bsc-elementor-post-carousel__header {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.bsc-elementor-post-carousel__heading {
	font-size: clamp(1.8rem, 4vw, 3.4rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

.bsc-elementor-post-carousel__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.bsc-elementor-post-carousel__button {
	align-items: center;
	background: #111;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.45rem;
	height: 52px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 52px;
}

.bsc-elementor-post-carousel__button:hover,
.bsc-elementor-post-carousel__button:focus-visible {
	background: #00d1b4;
	color: #000;
}

.bsc-elementor-post-carousel__button:disabled {
	cursor: default;
	opacity: 0.35;
}

.bsc-elementor-post-carousel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: #bd009f #e7e7e7;
	scrollbar-width: thin;
}

.bsc-elementor-post-carousel__viewport:focus-visible {
	outline: 4px solid #00d1b4;
	outline-offset: 4px;
}

.bsc-elementor-post-carousel__track {
	display: flex;
	gap: var(--bsc-post-carousel-gap);
}

.bsc-elementor-post-card {
	background: var(--bsc-post-card-background);
	color: #fff;
	display: flex;
	flex: 0 0 calc((100% - (var(--bsc-post-carousel-columns) - 1) * var(--bsc-post-carousel-gap)) / var(--bsc-post-carousel-columns));
	flex-direction: column;
	isolation: isolate;
	min-height: 420px;
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
}

.bsc-elementor-post-card__link {
	inset: 0;
	position: absolute;
	z-index: 4;
}

.bsc-elementor-post-card__link:focus-visible {
	box-shadow: inset 0 0 0 4px var(--bsc-post-carousel-accent);
	outline: 0;
}

.elementor-editor-active .bsc-elementor-post-card__link {
	pointer-events: none;
}

.bsc-elementor-post-card__media {
	background: #2a2a2a;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.bsc-elementor-post-card__media::after {
	background: var(--bsc-post-card-overlay);
	content: "";
	inset: 0;
	position: absolute;
	pointer-events: none;
}

.bsc-elementor-post-card__image {
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.bsc-elementor-post-card:hover .bsc-elementor-post-card__image {
	transform: scale(1.045);
}

.bsc-elementor-post-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
	position: relative;
}

.bsc-elementor-post-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 15px;
}

.bsc-elementor-post-card__badge {
	background: var(--bsc-post-carousel-accent);
	color: #000;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 6px 8px 5px;
	text-transform: uppercase;
}

.bsc-elementor-post-card__title {
	color: inherit;
	font-size: clamp(1.35rem, 2.5vw, 2.25rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.bsc-elementor-post-card__excerpt {
	color: inherit;
	font-size: 0.93rem;
	line-height: 1.55;
	margin: 18px 0 0;
}

.bsc-elementor-post-card__meta {
	align-items: center;
	color: inherit;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 0.06em;
	margin-top: auto;
	padding-top: 24px;
	text-transform: uppercase;
}

.bsc-elementor-post-card__author {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.bsc-elementor-post-card__author img {
	border: 2px solid var(--bsc-post-carousel-accent);
	border-radius: 50%;
	height: 28px;
	object-fit: cover;
	width: 28px;
}

/* Mise en avant d’application ---------------------------------------- */

.bsc-elementor-app {
	--bsc-app-accent: #00d1b4;
	--bsc-app-secondary: #bd009f;
	align-items: center;
	background: #111;
	color: #fff;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	overflow: hidden;
	padding: 64px;
	position: relative;
}

.bsc-elementor-app::before {
	background: var(--bsc-app-secondary);
	content: "";
	height: 42%;
	position: absolute;
	right: -6%;
	top: -13%;
	transform: rotate(-9deg);
	width: 36%;
}

.bsc-elementor-app--media-left .bsc-elementor-app__visual {
	order: -1;
}

.bsc-elementor-app__content,
.bsc-elementor-app__visual {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.bsc-elementor-app__icon {
	background: var(--bsc-app-accent);
	display: inline-flex;
	height: 92px;
	margin-bottom: 24px;
	overflow: hidden;
	width: 92px;
}

.bsc-elementor-app__icon-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bsc-elementor-app__eyebrow {
	color: #000;
	display: table;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 17px;
	padding: 8px 11px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}

.bsc-elementor-app__eyebrow::before {
	background: var(--bsc-app-accent);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.bsc-elementor-app__title {
	color: #fff;
	font-size: clamp(2.2rem, 5vw, 5.3rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.88;
	margin: 0;
	max-width: 10ch;
	text-transform: uppercase;
}

.bsc-elementor-app__description {
	color: #fff;
	font-size: 1rem;
	line-height: 1.65;
	margin: 25px 0 0;
	max-width: 58ch;
}

.bsc-elementor-app__download {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 32px;
}

.bsc-elementor-app__stores {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.bsc-elementor-store-button {
	align-items: center;
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #fff;
	display: inline-flex;
	gap: 12px;
	min-height: 58px;
	padding: 9px 16px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.bsc-elementor-store-button:hover,
.bsc-elementor-store-button:focus-visible {
	background: var(--bsc-app-secondary);
	color: #fff;
	transform: translateY(-2px);
}

.bsc-elementor-store-button__icon {
	font-size: 1.35rem;
	line-height: 1;
}

.bsc-elementor-store-button__copy {
	display: grid;
	line-height: 1;
	text-align: left;
}

.bsc-elementor-store-button__copy small {
	font-size: 0.61rem;
	margin-bottom: 4px;
}

.bsc-elementor-store-button__copy strong {
	font-size: 1rem;
}

.bsc-elementor-app__qr {
	background: #fff;
	display: inline-flex;
	height: 112px;
	padding: 7px;
	width: 112px;
}

.bsc-elementor-app__qr-image {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.bsc-elementor-app__visual {
	display: flex;
	justify-content: center;
}

.bsc-elementor-app__device {
	background: #202020;
	border: 10px solid #050505;
	border-radius: 34px;
	box-shadow: 24px 24px 0 var(--bsc-app-accent);
	max-width: 360px;
	overflow: hidden;
	position: relative;
	transform: rotate(3deg);
	width: 100%;
}

.bsc-elementor-app__device::before {
	background: #050505;
	border-radius: 0 0 14px 14px;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 36%;
	z-index: 2;
}

.bsc-elementor-app__device-image {
	display: block;
	height: auto;
	width: 100%;
}

.bsc-elementor-app__device--placeholder {
	aspect-ratio: 9 / 18;
	display: grid;
	place-items: center;
}

.bsc-elementor-app__device--placeholder span {
	color: var(--bsc-app-accent);
	font-size: clamp(3rem, 8vw, 7rem);
	font-weight: 900;
	letter-spacing: -0.08em;
}

/* Carrousel d’images UNTAPDD ----------------------------------------- */

.bsc-elementor-untapdd-carousel {
	--bsc-untapdd-accent: #00d1b4;
	--bsc-untapdd-duration: 28s;
	--bsc-untapdd-edge: #111;
	--bsc-untapdd-edge-width: min(8vw, 80px);
	--bsc-untapdd-halo: 3px;
	--bsc-untapdd-size: 92px;
	--bsc-untapdd-spacing: -12px;
	background: #111;
	isolation: isolate;
	overflow: hidden;
	padding: 22px 0;
	position: relative;
}

.bsc-elementor-untapdd-carousel::before,
.bsc-elementor-untapdd-carousel::after {
	content: "";
	inset-block: 0;
	pointer-events: none;
	position: absolute;
	width: var(--bsc-untapdd-edge-width);
	z-index: 4;
}

.bsc-elementor-untapdd-carousel::before {
	background: linear-gradient(to right, var(--bsc-untapdd-edge), transparent);
	inset-inline-start: 0;
}

.bsc-elementor-untapdd-carousel::after {
	background: linear-gradient(to left, var(--bsc-untapdd-edge), transparent);
	inset-inline-end: 0;
}

.bsc-elementor-untapdd-carousel__track {
	animation: bsc-untapdd-carousel-right var(--bsc-untapdd-duration) linear infinite;
	display: flex;
	pointer-events: none;
	user-select: none;
	width: max-content;
	will-change: transform;
}

.bsc-elementor-untapdd-carousel--pause-hover:hover .bsc-elementor-untapdd-carousel__track {
	animation-play-state: paused;
}

.bsc-elementor-untapdd-carousel__group {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.bsc-elementor-untapdd-carousel__item {
	background: #bd009f;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 var(--bsc-untapdd-halo) var(--bsc-untapdd-accent);
	display: block;
	flex: 0 0 var(--bsc-untapdd-size);
	height: var(--bsc-untapdd-size);
	margin: 0 var(--bsc-untapdd-spacing) 0 0;
	overflow: hidden;
	position: relative;
	width: var(--bsc-untapdd-size);
}

.bsc-elementor-untapdd-carousel__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

@keyframes bsc-untapdd-carousel-right {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 1024px) {
	.bsc-elementor-post-carousel { --bsc-post-carousel-columns: 2; }
	.bsc-elementor-untapdd-carousel { --bsc-untapdd-size: 76px; }

	.bsc-elementor-app {
		gap: 44px;
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr);
		padding: 44px;
	}
}

@media (max-width: 767px) {
	.bsc-elementor-countdown { padding: 30px 22px 36px; }
	.bsc-elementor-countdown__units { gap: 8px; margin-top: 28px; }
	.bsc-elementor-countdown__unit { flex: 1 1 65px; min-width: 65px; }
	.bsc-elementor-countdown__value { padding: 13px 9px; }
	.bsc-elementor-countdown__number { font-size: clamp(1.4rem, 8vw, 2rem); letter-spacing: -0.08em; }
	.bsc-elementor-countdown__unit-label { letter-spacing: 0.05em; }

	.bsc-elementor-post-carousel { --bsc-post-carousel-columns: 1; --bsc-post-carousel-gap: 14px; }
	.bsc-elementor-post-carousel__header { align-items: center; }
	.bsc-elementor-post-carousel__button { height: 44px; width: 44px; }
	.bsc-elementor-post-card { min-height: 390px; }
	.bsc-elementor-untapdd-carousel { --bsc-untapdd-size: 62px; }

	.bsc-elementor-app {
		gap: 46px;
		grid-template-columns: minmax(0, 1fr);
		padding: 38px 22px 48px;
	}

	.bsc-elementor-app--media-left .bsc-elementor-app__visual { order: initial; }
	.bsc-elementor-app__title { max-width: none; }
	.bsc-elementor-app__device { max-width: 250px; }
	.bsc-elementor-app__download { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.bsc-elementor-countdown__number.is-changing { animation: none !important; }
	.bsc-elementor-marquee__track { animation: none !important; transform: translate3d(0, 0, 0) !important; }
	.bsc-elementor-marquee__group + .bsc-elementor-marquee__group { display: none; }
	.bsc-elementor-post-carousel__viewport { scroll-behavior: auto; }
	.bsc-elementor-untapdd-carousel__track { animation: none !important; transform: translate3d(0, 0, 0) !important; }
	.bsc-elementor-untapdd-carousel__group + .bsc-elementor-untapdd-carousel__group { display: none; }
}
