.page-home h2 {
	font-size: clamp(28px, 3.5vw, 44px);
	color: #170833;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 8px;
}
.formation-promo-text h2, .home-blog.sp-related h2{
	color: white;
}
.formation-temoignages {
	margin: 80px 20px 0px 20px;
}
.page-home h2 span {
	color: white;
}
.page-home .section-label {
	display: block;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #9595C6;
	margin-bottom: 20px;
}
.page-home .btn-pink {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #D570A7;
	color: white;
	border: none;
	padding: 14px 32px;
	border-radius: 50px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	font-weight: 600;
	width: fit-content;
}
.page-home .btn-pink:hover {
	background: #c96a87;
	transform: translateY(-2px);
}
.page-home .arrow {
	font-size: 16px;
}
.home-hero {
	padding: 20px 20px 0;
}
.hero-inner {
	display: flex;
}
.hero-right {
	width: 75%;
}
.hero-right .hero-photo {
	width: 100%;
	height: calc(100% + 60px);
	object-fit: cover;
	display: block;
	border-radius: 0px 20px 20px 20px;
}
.home-hero-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 16px;
	z-index: 2;
	position: relative;
}
.home-hero h1 {
	font-size: clamp(36px, 4vw, 54px);
	line-height: 1.1;
	margin: 0 0 12px;
	color: white;
}
.home-hero-method {
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 8px;
}
.home-hero-trust {
	max-width: 1500px;
	margin: 0 auto;
	padding: 150px 80px 40px;
}
.trust-label {
	display: block;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	margin: 0 0 32px 0;
}
.trust-logos {
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.trust-logos li {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #9595C6;
	display: flex;
	align-items: center;
}
.trust-logos li img {
    max-height: 60px;
    width: 170px;
	display: block;
	object-fit: contain;
	filter: brightness(0) invert(1) opacity(0.7);
	transition: filter 0.2s ease;
}
.trust-logos li img:hover {
	filter: brightness(0) invert(1) opacity(1);
}
.home-rencontre {
	padding: 60px 20px;
	margin-top: 0;
}
.home-rencontre h2 {
	color: white;
	margin-bottom: 40px;
}
.rencontre-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	max-width: 1300px;
	margin: 0 auto;
	align-items: center;
}
.rencontre-text p {
	font-size: 16px;
	color: white;
	line-height: 1.6;
	margin-bottom: 16px;
}
.rencontre-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}
.rencontre-badge {
	display: inline-block;
	padding: 8px 18px;
	color: white;
	font-size: 13px;
	font-weight: 600;
	font-family: "neulis-neue";
	background-color: #9595C6;
	border-radius: 50px;
}
.rencontre-photos img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	display: block;
}
.rencontre-photo-2 {
	margin-top: 30px;
}
.home-medias {
	padding: 40px 20px;
	background: white;
	margin: 0px 20px;
	border-radius: 20px;
}
.home-medias .section-label {
	margin-bottom: 30px;
}
.medias-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 1300px;
	margin: 0 auto;
}
.media-card {
	text-align: left;
}
.media-card.is-hidden-podcast {
	display: none;
}
.medias-more {
	text-align: center;
	margin-top: 30px;
}
.podcasts-show-more {
	cursor: pointer;
}
.media-thumb {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 15px;
	height: 250px;
	width: 100%;
}
iframe, figure.post-img-wrapper{
	height: 300px;
	width: 100%;
}
.media-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: bottom;
}
.media-thumb .media-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s;
	pointer-events: none;
}
.media-thumb .media-play img {
	width: 45px;
	height: 45px;
	display: block;
}
.media-thumb-link:hover .media-play {
	transform: translate(-50%, -50%) scale(1.08);
}
.media-card strong {
	font-size: 20px;
	font-weight: 700;
	color: #48479E;
	line-height: 1.3;
	font-family: 'neulis-neue';
}
.home-audience {
	padding: 80px 5%;
	text-align: center;
}
.home-audience h2 {
	color: white;
}
.audience-intro {
	font-size: 16px;
	color: white;
	margin: 0 auto 40px;
	line-height: 1.5;
}
.audience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1300px;
	margin: 0 auto;
}
.audience-card {
	background: white;
	border-radius: 20px;
	padding: 36px 28px;
	text-align: left;
}
.audience-card h3 {
	font-size: 20px;
	font-weight: 800;
	color: #170833;
	margin-bottom: 12px;
}
.audience-card p {
	font-size: 15px;
	color: #48479E;
	line-height: 1.5;
	margin: 0;
}
.home-formation-promo {
	padding: 40px 4%;
	background: #48479E;
	margin: 0px 20px;
	border-radius: 20px;
}
.formation-promo-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	overflow: hidden;
}
.formation-promo-text {
	padding-right: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.formation-promo-text h2 {
	text-align: left;
	font-size: clamp(24px, 2.5vw, 34px);
	margin-bottom: 16px;
}
.formation-promo-text p {
	font-size: 16px;
	color: white;
	line-height: 1.6;
	margin-bottom: 20px;
}
.formation-promo-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}
.promo-badge {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 50px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	font-family: 'neulis-neue';
	background-color: #9595C6;
}
.formation-promo-text .btn-pink {
	align-self: flex-start;
}
.formation-promo-img {
	position: relative;
	overflow: hidden;
}
.formation-promo-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}
.home-temoignages {
	text-align: center;
	padding: 40px 4%;
	background: white;
	margin: 60px 20px 0px 20px;
	border-radius: 20px;
}
.home-temoignages h2 {
	color: #170833;
}
.temoignages-intro {
	font-size: 16px;
	color: #48479E;
	margin: 0 auto 40px;
	line-height: 1.5;
}
.temoignages-video-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1300px;
	margin: 0 auto;
}
.temoignage-video-card {
	text-align: left;
}
.temoignage-thumb {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 4/3;
	margin-bottom: 12px;
	cursor: pointer;
}
.temoignage-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.temoignage-thumb .media-play {
	width: 56px;
	height: 56px;
	font-size: 18px;
}
.temoignage-video-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: #170833;
	margin-bottom: 4px;
}
.temoignage-specialite {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
}
.home-blog.sp-related {
	padding: 80px 5%;
}
.home-blog .blog-intro {
	font-size: 16px;
	color: white;
	margin: 0 auto 40px;
	line-height: 1.5;
}
.home-cta {
	padding: 0 5% 80px;
}
.home-cta .cta-inner {
	background: linear-gradient(135deg, #48479E 0%, #2d1b69 100%);
	border-radius: 20px;
	padding: 60px 40px;
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
}
.home-cta .cta-inner h2 {
	color: white;
	margin-bottom: 12px;
}
.home-cta .cta-inner p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	max-width: 600px;
	margin: 0 auto 28px;
	line-height: 1.5;
}

@media (min-width: 1300px) {
	.home-formation-promo {
		margin: 0px auto;
		max-width: 1300px;
	}
}

@media (max-width: 1024px) {
	.home-hero {
		padding-bottom: 0;
	}
	.hero-inner {
		flex-direction: column;
	}
	.trust-logos li img {
	    width: 130px;
	}
	.home-hero-trust {
	    padding: 60px 20px 0px;
	}
	.medias-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.rencontre-content, .audience-grid, .formation-promo-card {
		grid-template-columns: 1fr;
	}
	.formation-promo-img {
		max-height: 350px;
		margin-top: 40px;
	}
	.temoignages-video-grid {
		grid-template-columns: 1fr 1fr;
	}
	.hero-right {
		width: 100%;
	}
	.hero-right .hero-photo {
		border-radius: 0px 0px 20px 20px;
		height: 500px;
		object-position: top;
	}
	.home-rencontre {
		margin-top: 0px;
	}
	.home-audience, .home-blog.sp-related  {
		padding: 60px 5%;
	}
	.formation-temoignages {
		margin: 60px 20px 0px 20px;
	}
	.trust-logos {
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.medias-grid {
		grid-template-columns: 1fr 1fr;
	}
	.temoignages-video-grid, .rencontre-photos {
		grid-template-columns: 1fr;
	}
	.rencontre-photo-2 {
		margin-top: 0;
	}
	.formation-promo-text {
		padding: 0;
	}
	.home-cta .cta-inner {
		padding: 40px 24px;
	}
	.trust-logos li img {
		width: 110px;
	}
}

@media (max-width: 480px) {
	.trust-logos {
		gap: 16px;
		flex-direction: column;
	}
	.trust-logos li img {
        width: 200px;
        max-height: 70px;
    }
	.medias-grid {
		grid-template-columns: 1fr;
	}
	.formation-promo-badges {
		gap: 8px;
	}
	.promo-badge {
		font-size: 12px;
		padding: 6px 14px;
	}
	.home-audience, .home-blog.sp-related {
		padding: 40px 5%;
	}
	.home-temoignages {
		margin: 40px 20px 0px 20px;
	}
}