/* =========================
   Front page - base
========================= */

.bf-home {
	padding-top: 0;
}

.bf-home-videos h2,
.bf-home-experts h2,
.bf-home-partners h2 {
	margin-bottom: 2rem;
	font-weight: 900;
}

.iconecalendar {
	font-size: 2.5rem;
	color: #e3013a;
}

.bf-section-title {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 2.2rem;
	font-weight: 900;
	margin-bottom: 2rem;
	color: #111;
}

.bf-section-title__icon {
	font-size: 1.4rem;
}

/* =========================
   Hero
========================= */

.bf-home-hero {
	min-height: 720px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 8rem 0 4rem;
}

.bf-home-hero__content {
	max-width: /*760*/850px;
}

.bf-home-hero__content h1 {
	font-weight: 700;
	line-height: 1.02;
	margin-bottom: 1.5rem;
}

.bf-home-hero__text {
	font-size: 1.15rem;
	line-height: 1.7;
	max-width: 620px;
	margin-bottom: 1.8rem;
}

.bf-home-hero__text p {
	margin-bottom: 0;
}

.bf-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.bf-home-hero__actions .material-symbols-outlined {
	font-size: 20px;
}

.bf-home-hero__stats {
	display: flex;
	gap: 4rem;
	flex-wrap: wrap;
	align-items: flex-start;
}

.bf-home-hero__stat {
	text-align: center;
}

.bf-home-hero__stat strong {
	display: block;
	font-size: 3rem;
	line-height: 1;
	font-weight: 900;
	color: #e50046;
}

.bf-home-hero__stat span {
	display: block;
	font-size: 1.5rem;
	color: #fff;
	font-weight:900;
}

/* =========================
   Sections générales
========================= */

.bf-home-events,
.bf-home-experts,
.bf-home-videos,
.bf-home-partners,
.bf-home-footer-cta {
	padding: 2rem 0;
}

.bf-home-events{
background-color: #ffffff;
}
.bf-home-videos {
background-color: #ffffff;
}
.bf-home-experts,
.bf-home-partners {
	background-color: #efefef;
}

/* =========================
   Home - événements
========================= */

.bf-home-events__block + .bf-home-events__block {
	margin-top: 4rem;
}

.bf-home-events__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: /*1.5*/0rem;
	gap: 1rem;
}

.bf-home-events__all-link {
	font-size: 0.95rem;
	font-weight: 700;
	color: #e50046;
}

.bf-home-events__cta {
	text-align: center;
	margin-top: 2rem;
}

.bf-home-events__empty {
	text-align: center;
	font-weight: 700;
	color: #666;
	margin: 1.5rem 0 0;
}

.bf-home-events__empty[hidden] {
	display: none !important;
}

/* =========================
   Home - filtres événements
========================= */

.bf-home-events__toolbar {
	position: relative;
	margin-bottom: 1.25rem;
	z-index: 20;
}

.bf-home-events__filters-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: nowrap;
	width: 100%;
	overflow: visible;
}

.bf-home-events__filters-main {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: nowrap;
	min-width: 0;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.bf-home-events__filters-main::-webkit-scrollbar {
	display: none;
}

.bf-home-events__filters-actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: auto;
	flex: 0 0 auto;
	position: relative;
	overflow: visible;
}

.bf-home-events__filters-row .bf-filter-btn {
	white-space: nowrap;
	flex: 0 0 auto;
}

.bf-home-events__filters-extra {
	position: relative;
	flex: 0 0 auto;
	overflow: visible;
}

.bf-home-events__theme-panel[hidden],
.bf-filter-btn--reset[hidden],
.bf-home-combined-event[hidden],
.bf-home-event-filter-item[hidden] {
	display: none !important;
}

.bf-home-events__theme-panel {
	position: absolute;
	top: calc(100% + 0.6rem);
	right: 0;
	left: auto;
	min-width: 260px;
	padding: 0.8rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	z-index: 9999;
	overflow: visible;
}

.bf-home-events__theme-panel .bf-filter-btn {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
}

.bf-home .bf-filter-btn--reset {
	padding: 0 10px;
}

.bf-home .bf-filter-btn--reset .material-symbols-outlined {
	line-height: 1.5;
}

/* =========================
   Grilles événements
========================= */

.bf-events-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.8rem;
}

.bf-events-grid--combined {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));/***4***/
	gap: 1.5rem;
}

.bf-events-grid--futur-static {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* =========================
   Cartes événements
========================= */

.bf-event-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
	overflow: hidden;
	height: 100%;
}

.bf-event-card__link {
	display: block;
	height: 100%;
}

.bf-event-card__image {
	position: relative;
}

.bf-event-card__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.imgpast {
	display: block;
	filter: grayscale(70%) brightness(95%);
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.cardpast:hover .imgpast{
	filter: grayscale(0%) brightness(110%);
}

.bf-event-card__themes {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	z-index: 2;
	margin: 0;
}

.bf-event-badge--theme {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.55rem;
	background: #e50046;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	border-radius: 3px;
}

.bf-event-card__status-wrap {
	padding: 0 1rem;
	margin-top: -1.1rem;
	position: relative;
	z-index: 3;
}

.bf-event-card__status {
	display: inline-flex;
	align-items: center;
	padding: 0.38rem 0.78rem;
	border-radius: 9px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.bf-event-card__status.is-past {
	color: #e3013a;
}

.bf-event-card__status.is-futur {
	color: #1f9d55;
}

.bf-event-card__content {
	padding: 0.75rem 1rem 1.2rem;
}

.bf-event-card__title {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.35;
	margin-top: 0.8rem;
	margin-bottom: 0.7rem;
	color:#000;
}

.bf-home-combined-event .bf-event-card__title,
.bf-home-events__block--futur .bf-event-card__title,
.bf-home-events__block--past .bf-event-card__title {
	margin-top: 0;
}

.bf-home-events__block--futur .bf-event-card__status-wrap,
.bf-home-events__block--past .bf-event-card__status-wrap {
	display: none;
}

.bf-event-card__meta {
	display: flex;
	align-items: center;
	gap: /*0.4*/.1rem;
	font-size: 0.92rem;
	color: #666;
	margin-bottom: 0.35rem;
	line-height: 1;
}

.bf-event-card__meta-icon {
	display: inline-flex;
	width: 1rem;
	justify-content: center;
	flex: 0 0 1rem;
	margin-top: -2px;
}

.bf-event-card__meta-icon svg {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

.bf-event-card__content .bf-event-card__meta .material-symbols-outlined {
    font-size: 16px;
    font-weight: 300;
}
</style>
}

.bf-event-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.4rem;
	font-weight: 700;
	font-size: 0.95rem;
	color: #e50046;
}

/* =========================
   Carrousels événements home
========================= */

.bf-home-events-carousel {
	position: relative;
	padding: 0 3rem 2rem;
}

.bf-home-events-carousel__viewport {
	overflow: hidden;
	padding: 10px;
}

.bf-home-events-carousel__track {
	display: flex;
	gap: 24px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.bf-home-events-carousel__slide {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
}

.bf-home-events-carousel__arrow {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #e50046;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	z-index: 3;
}

.bf-home-events-carousel__arrow svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.bf-home-events-carousel__arrow:hover {
	background: #f8f8f8;
}

.bf-home-events-carousel__arrow:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.bf-home-events-carousel__arrow--prev {
	left: -10px;
}

.bf-home-events-carousel__arrow--next {
	right: -10px;
}

.bf-home-events-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.2rem;
}

.bf-home-events-carousel__dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 0;
	background: #8e8e8e;
	cursor: pointer;
	padding: 0;
}

.bf-home-events-carousel__dot.is-active {
	width: 42px;
	background: #e50046;
}

/* Important : desktop par défaut */
.bf-home-events-carousel--mobile,
.bf-home-events-carousel--combined-mobile {
	display: none;
}

/* =========================
   Vidéo home + modale
========================= */

.bf-video-slider__slide .material-symbols-outlined,
.bf-video-slider__media .material-symbols-outlined {
	font-size: 5rem;
}

.bf-media-thumb__video-inner .bf-video-slider__play {
	width: 50px;
	height: 50px;
}

.bf-video-slider__trigger {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.bf-video-modal[hidden] {
	display: none !important;
}

.bf-video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.bf-video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
}

.bf-video-modal__dialog {
	position: relative;
	z-index: 2;
	width: min(1100px, calc(100% - 2rem));
	margin: 5vh auto;
	background: #111;
	border-radius: 8px;
	padding: 0rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.bf-video-modal__close {
	position: absolute;
	top: -0.2rem;
	right: -0.2rem;
	width: 35px;
	height: 35px;
	border: 0;
	border-radius: 999px;
	background: rgb(255 255 255 / 89%);
	color: #e3013a;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.bf-video-modal__close svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.bf-video-modal__ratio {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 3px;
	overflow: hidden;
	background: #000;
}

.bf-video-modal__ratio iframe,
.bf-video-modal__ratio video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.bf-video-modal__ratio video {
	object-fit: contain;
	background: #000;
}

.bf-video-modal__ratio iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bf-video-modal-open {
	overflow: hidden;
}

/* =========================
   Slider vidéos home
========================= */

.bf-home-videos h2 {
	text-align: center;
	margin-bottom: 1rem;
}

.bf-home-videos .bf-section-intro {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bf-video-slider {
	position: relative;
	padding: 0 0 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.bf-video-slider__viewport {
	overflow: hidden;
}

.bf-video-slider__track {
	display: flex;
	transition: transform 0.35s ease;
	will-change: transform;
}

.bf-video-slider__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.bf-video-slider__media {
	position: relative;
	background: #111;
	border-radius:9px;
}

.bf-video-slider__media img {
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	border-radius:9px;
}

.bf-video-slider__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 27%);
	color: #fff;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	opacity: 0.8;
}

.bf-video-slider__content {
	padding-top: 1rem;
}

.bf-video-slider__content h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #111;
}

.bf-video-slider__content p {
	font-size: 1rem;
	color: #666;
	line-height: 1.7;
	margin-bottom: 0;
	max-width: 95%;
}

.bf-video-slider__arrow {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #e50046;
	font-size: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	z-index: 3;
}

.bf-video-slider__arrow:hover {
	background: #f8f8f8;
}

.bf-video-slider__arrow:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.bf-video-slider__arrow--prev {
	left: 0;
}

.bf-video-slider__arrow--next {
	right: 0;
}

.bf-video-slider__dots {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-top: 1rem;
}

.bf-video-slider__dot {
	width: 14px;
	height: 14px;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	padding: 0;
}

.bf-video-slider__dot.is-active {
	background: #e50046;
}

/* =========================
   Vidéo mise en avant ancienne structure
========================= */

.bf-home-video-featured {
	max-width: 1000px;
	margin: 0 auto;
}

.bf-home-video-featured__link {
	display: block;
}

.bf-home-video-featured__media {
	position: relative;
}

.bf-home-video-featured__media img {
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
}

.bf-home-video-featured__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	color: #111;
	font-size: 3rem;
	line-height: 1;
}

.bf-home-video-featured__content {
	padding-top: 1rem;
}

.bf-home-video-featured__content h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #111;
}

.bf-home-video-featured__content p {
	font-size: 1rem;
	color: #666;
	line-height: 1.7;
}

/* =========================
   Partenaires
========================= */



.bf-home-partners__inner {
	padding: 2rem 0;
}

.bf-home-partners h2 {
	text-align: center;
	margin-bottom: 1rem;
}

.bf-home-partners .bf-section-intro {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bf-partners-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: 950px;
	margin: 0 auto;
}

.bf-partners-carousel {
	position: relative;
	padding: 0 3.5rem 3rem;
}

.bf-partners-carousel__viewport {
	overflow: hidden;
}

.bf-partners-carousel__track {
	display: flex;
	gap: 24px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.bf-partners-carousel__slide {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
}

.bf-partner-item {
	background: #fff;
	min-height: 190px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.bf-partner-item a,
.bf-partner-item > img,
.bf-partner-item a img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bf-partner-item img {
	max-width: 100%;
	max-height: 90px;
	object-fit: contain;
	margin: auto;
}

.bf-partners-carousel__arrow {
	position: absolute;
	top: /*42%*/35%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #e50046;
	font-size: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	z-index: 3;
}

.bf-partners-carousel__arrow:hover {
	background: #f8f8f8;
}

.bf-partners-carousel__arrow:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.bf-partners-carousel__arrow--prev {
	left: -10px;
}

.bf-partners-carousel__arrow--next {
	right: -10px;
}

.bf-partners-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.bf-partners-carousel__dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 0;
	background: #8e8e8e;
	cursor: pointer;
	padding: 0;
}

.bf-partners-carousel__dot.is-active {
	width: 42px;
	background: #e50046;
}

/* =========================
   Paroles d’experts
========================= */

.bf-home-experts__inner {
	background: #fff;
	padding: 3rem 2rem 2.5rem;
	border-radius: 4px;
}

.bf-home-experts h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.bf-home-experts .bf-section-intro {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bf-home-experts .bf-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	align-items: start;
	text-align: center;
}

.bf-experts-carousel {
	position: relative;
	padding: 0 3.5rem 3rem;
}

.bf-experts-carousel__viewport {
	overflow: hidden;
}

.bf-experts-carousel__track {
	display: flex;
	gap: 32px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.bf-experts-carousel__slide {
	flex: 0 0 calc((100% - 64px) / 3);
	min-width: 0;
}

.bf-testimonial-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.bf-testimonial-card__avatar {
	padding: 0;
	margin-bottom: 1rem;
}

.bf-testimonial-card__avatar img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
}

.bf-testimonial-card__content {
	padding: 0;
}

.bf-testimonial-card__content h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #e50046;
	margin-bottom: 0.35rem;
}

.bf-testimonial-card__content p {
	font-size: 0.92rem;
	color: #000;
	line-height: 1.45;
	margin-bottom: 0.75rem;
	font-weight:600;
}

.bf-testimonial-card blockquote {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2;
	color: #111;
	max-width: 100%;
}
.bf-testimonial-card__content p{font-weight: 300;}
.bf-testimonial-card__link {
	margin-top: 0.8rem;
}

.bf-testimonial-card__link a,
.bf-testimonial-card a {
	display: inline-block;
	margin-top: 0.7rem;
	color: #e50046;
	font-size: 0.95rem;
	font-weight: 700;
}

.bf-experts-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #e50046;
	font-size: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	z-index: 3;
}

.bf-experts-carousel__arrow:hover {
	background: #f8f8f8;
}

.bf-experts-carousel__arrow:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.bf-experts-carousel__arrow--prev {
	left: -10px;
}

.bf-experts-carousel__arrow--next {
	right: -10px;
}

.bf-experts-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.bf-experts-carousel__dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 0;
	background: #8e8e8e;
	cursor: pointer;
	padding: 0;
}

.bf-experts-carousel__dot.is-active {
	width: 42px;
	background: #e50046;
}

/* =========================
   CTA bas de page
========================= */

.bf-home-footer-cta {
	background: #e50046;
	color: #fff;
	padding: 2rem 0;
}

.bf-home-footer-cta .container {
	display: grid;
	grid-template-columns: 320px 1fr 280px;
	align-items: center;
	gap: 2rem;
}

.bf-home-footer-cta__box {
	background: #fff;
	color: #111;
	padding: 2rem 1.5rem;
	max-width: 320px;
}

.bf-home-footer-cta__box h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.bf-home-footer-cta__box .bf-button {
	background: #f4b400;
	border-color: #f4b400;
	color: #111;
	width: 100%;
	border-radius: 4px;
}

.bf-home-footer-cta__center {
	text-align: center;
}

.bf-home-footer-cta__center .site-title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.8rem;
}

.bf-home-footer-cta__center p {
	margin-bottom: 0.4rem;
}

.bf-home-footer-cta__links {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	align-items: flex-start;
}

.bf-home-footer-cta__links a {
	color: #fff;
	font-size: 0.98rem;
}

.bf-home-footer-cta__links a:hover {
	text-decoration: underline;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1100px) {
	.bf-events-grid,
	.bf-events-grid--combined,
	.bf-home-experts .bf-cards-grid,
	.bf-partners-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bf-home-footer-cta .container {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.bf-home-footer-cta__box {
		margin: 0 auto;
	}

	.bf-home-footer-cta__links {
		align-items: center;
	}

	.bf-partners-carousel__slide {
		flex: 0 0 calc((100% - 24px) / 2);
	}

	.bf-experts-carousel__slide {
		flex: 0 0 calc((100% - 32px) / 2);
	}

	.bf-testimonial-card__avatar img {
		width: 180px;
		height: 180px;
	}
}

@media (max-width: 900px) {
	.bf-home-hero {
		padding-top: 8rem;
	}
}

@media (max-width: 768px) {
	.bf-home-hero {
		padding-top: 7.5rem;
	}

	.bf-home-hero__content h1 {
		font-size: 2.3rem;
	}

	.bf-home-hero__stats {
		gap: 2rem;
	}

	.bf-home-events,
	.bf-home-experts,
	.bf-home-videos,
	.bf-home-partners,
	.bf-home-footer-cta {
		padding: 2.5rem 0;
	}

	.bf-home-events__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.bf-home-events__filters-row {
		gap: 0.5rem;
		overflow: visible;
	}

	.bf-home-events__filters-main {
		flex: 1 1 auto;
	}

	.bf-home-events__filters-actions {
		flex: 0 0 auto;
	}

	.bf-home-events__filters-row .bf-filter-btn {
		padding: 0.58rem 0.7rem;
		font-size: 0.9rem;
	}

	.bf-home-events__theme-panel {
		right: 0;
		left: auto;
		min-width: min(320px, calc(100vw - 2rem));
	}

	.bf-events-grid,
	.bf-events-grid--combined,
	.bf-events-grid--desktop,
	.bf-home-events-carousel--desktop,
	.bf-home-experts .bf-cards-grid,
	.bf-partners-grid {
		display: none !important;
	}

	.bf-home-events-carousel--mobile,
	.bf-home-events-carousel--combined-mobile {
		display: block !important;
	}

	.bf-home-events-carousel {
		padding: 0 2.4rem 2rem;
	}

	.bf-home-events-carousel__slide {
		flex: 0 0 100%;
		padding: 9px;
	}

	.bf-video-slider {
		padding: 0 2.3rem 2rem;
	}

	.bf-video-slider__play {
		width: 82px;
		height: 82px;
		font-size: 2.1rem;
	}

	.bf-video-slider__content h3 {
		font-size: 1.15rem;
	}

	.bf-video-slider__content p {
		max-width: 100%;
	}

	.bf-video-slider__dots {
		justify-content: center;
	}

	.bf-video-slider__arrow--prev {
		left: -10px;
	}

	.bf-video-slider__arrow--next {
		right: -10px;
	}

	.bf-home-video-featured__play {
		width: 80px;
		height: 80px;
		font-size: 2.2rem;
	}

	.bf-partners-carousel {
		padding: 0 2.8rem 2.5rem;
	}

	.bf-partners-carousel__slide {
		flex: 0 0 100%;
	}

	.bf-home-experts__inner {
		padding: 2rem 1.2rem;
	}

	.bf-experts-carousel {
		padding: 0 2.8rem 2.5rem;
	}

	.bf-experts-carousel__slide {
		flex: 0 0 100%;
	}

	.bf-testimonial-card__avatar img {
		width: 160px;
		height: 160px;
	}

	.bf-testimonial-card blockquote {
		font-size: 1.05rem;
	}
}

@media (max-width: 435px) {
	.bf-home-hero__stats {
		gap: 10%;
	}

	.bf-home-hero__stat strong {
		font-size: 2rem;
	}
}
/********/
.bf-home-events__header .material-symbols-outlined{font-size: 35px;line-height: 1.2;color: #e3013a;}
.bf-home-combined-event .bf-event-card__status-wrap{display:none;}