@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700&display=swap');
:root {
	--reconv-noir: #414042;
	--reconv-dore: #C5BA9B;
	--reconv-beige: #FDF8F3;
	--reconv-white: #FFFFFF;
	--reconv-font-sans: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--reconv-font-serif: 'Fraunces', 'Georgia', serif;
}
.reconversion-page {
	color: var(--reconv-noir);
	font-family: var(--reconv-font-sans);
	line-height: 1.6;
	overflow-x: hidden;
}
.reconversion-page *,
.reconversion-page *::before,
.reconversion-page *::after {
	box-sizing: border-box;
}
.reconv-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}
.reconv-section-title {
	font-family: var(--reconv-font-sans);
	font-size: 70px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 16px;
	color: var(--reconv-noir);
}
.reconv-section-title em {
	font-family: var(--reconv-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.reconv-section-subtitle {
	font-size: 20px;
	color: var(--reconv-noir);
	margin: 0 0 40px;
}
.reconv-btn {
	display: inline-block;
	font-family: var(--reconv-font-sans);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.02em;
}
.reconv-btn--primary {
	background-color: var(--reconv-dore);
	color: var(--reconv-white);
	border: 1px solid var(--reconv-dore);
}
.reconv-btn--primary:hover {
	background-color: #b0a688;
}
.reconv-hero {
	position: relative;
	min-height: 870px;
	max-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url('../img/placeholder_0.jpg') center center / cover no-repeat;
	overflow: hidden;
}
.reconv-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.25) 100%);
	z-index: 1;
	pointer-events: none;
}
.reconv-hero__overlay {
	display: none;
}
.reconv-hero__content {
	position: relative;
	z-index: 1;
	padding: 120px 20px 140px;
	margin-top: -200px;
}
.reconv-hero__title {
	font-family: var(--reconv-font-sans);
	font-size: 110px;
	font-weight: 600;
	color: var(--reconv-white);
	line-height: 1.1;
	margin: 0 0 40px;
}
.reconv-hero__title em {
	font-family: var(--reconv-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 130px;
}
.reconv-btn--hero {
	background-color: var(--reconv-dore);
	color: var(--reconv-white);
	border: 1px solid var(--reconv-dore);
	padding: 14px 36px;
	font-size: 18px;
}
.reconv-btn--hero:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.estim-section-title {
	font-size: 65px !important;
}
.reconv-stats__bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 28px 40px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
}
.reconv-stats__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 30px;
	color: var(--reconv-noir);
}
.reconv-stats__item:first-child {
	padding: 0px 30px 0px 0px;
}
.reconv-stats__item:last-child {
	padding: 0px 0px 0px 30px;
}
.reconv-stats__separator {
	width: 1px;
	height: 40px;
	background-color: rgba(65,64,66,0.2);
	flex-shrink: 0;
}
.reconv-stats__number {
	font-family: var(--reconv-font-serif);
	font-size: 60px;
	color: var(--reconv-noir);
	white-space: nowrap;
}
.reconv-stats__label {
	font-size: 20px;
	text-align: left;
	line-height: 1.35;
	color: var(--reconv-noir);
	font-weight: 200;
}
.reconv-stats__note {
	background-color: var(--reconv-noir);
	padding: 24px 40px;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.reconv-stats__note p {
	font-size: 20px;
	color: var(--reconv-white);
	margin: 0;
	line-height: 1.5;
	max-width: 1300px;
}
.reconv-stats__note strong {
	font-weight: 700;
}
.reconv-stats__note--awards {
	gap: 0;
	align-items: center;
	flex-wrap: wrap;
	padding: 32px 40px;
}
.reconv-stats__note--awards ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
}
.reconv-stats__note--awards li,
.reconv-stats__note--awards p {
	flex: 1;
	max-width: none;
	padding: 0 30px;
	font-size: 20px;
	text-align: left;
	line-height: 1.45;
	color: var(--reconv-white);
	margin: 0;
	position: relative;
}
.reconv-stats__note--awards li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.25);
}
.reconv-stats__note--awards li:first-child::before {
	display: none;
}
.reconv-stats__note--awards li:first-child,
.reconv-stats__note--awards p:first-of-type {
	padding-left: 0;
}
.reconv-stats__note--awards li:last-child,
.reconv-stats__note--awards p:last-of-type {
	padding-right: 0;
}
.reconv-stats__note-separator {
	width: 1px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.25);
	flex-shrink: 0;
}
.reconv-academie {
	padding: 80px 0;
	background-color: var(--reconv-white);
}
.reconv-academie h2, .reconv-reseau h2, .reconv-reseau h2 em, .reconv-academie h2 em, .reconv-discuter .reconv-section-title {
	font-size: 65px;
	line-height: 1;
}
.reconv-post h2, .reconv-post h2 em {
	font-size: 50px;
}
.reconv-academie__content {
	display: flex;
	align-items: center;
	gap: 60px;
}
.reconv-academie__text {
	flex: 1;
}
.reconv-academie__desc {
	font-size: 16px;
	margin: 0 0 28px;
}
.reconv-academie__list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.reconv-academie__list li {
	padding: 14px 0;
	border-top: 1px solid rgba(65,64,66,0.15);
	font-size: 20px;
	color: var(--reconv-noir);
	position: relative;
}
.reconv-academie__list li:last-child {
	border-bottom: 1px solid rgba(65,64,66,0.15);
}
.reconv-academie__link {
	display: inline-block;
	color: var(--reconv-dore);
	font-size: 18px;
	text-decoration: none;
	text-underline-offset: 3px;
	font-weight: 700;
	transition: opacity 0.3s;
}
.reconv-academie__link:visited {
	color: var(--reconv-dore);
}
.reconv-academie__link:hover {
	color: var(--reconv-noir);
}
.reconv-academie__image {
	flex: 1;
	height: -webkit-fill-available;
}
.reconv-academie__image img {
	width: 100%;
	height: 700px;
	display: block;
	object-fit: cover;
}
.reconv-pourquoi {
	position: relative;
	padding: 80px 0;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.reconv-pourquoi__overlay {
	position: absolute;
	inset: 0;
}
.reconv-pourquoi__inner {
	position: relative;
	z-index: 1;
}
.reconv-pourquoi .reconv-section-title {
	text-align: left;
	margin-bottom: 40px;
}
.reconv-pourquoi__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.reconv-pourquoi__step {
	padding: 28px 28px;
	background-color: rgba(255,255,255,0.85);
	backdrop-filter: blur(4px);
}
.reconv-pourquoi__header {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 20px;
}
.reconv-pourquoi__num {
	color: var(--reconv-noir);
	font-family: var(--reconv-font-serif);
	font-size: 80px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
	padding-right: 22px;
	margin-right: 22px;
	border-right: 1px solid rgba(65,64,66,0.25);
}
.reconv-pourquoi__step h3 {
	font-family: var(--reconv-font-sans);
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	color: var(--reconv-noir);
	line-height: 1.25;
}
.reconv-pourquoi__step p {
	font-size: 20px;
	margin: 0;
	color: var(--reconv-noir);
	line-height: 1.55;
}
.reconv-reseau {
	padding: 80px 0;
	background-color: var(--reconv-white);
	text-align: center;
	overflow: hidden;
}
.reconv-section-title--center {
	text-align: center;
	margin-bottom: 50px;
}
.reconv-section-subtitle--center {
	text-align: center;
	margin-bottom: 48px;
}
.reconv-reseau__card-overlay--center {
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}
.reconv-reseau__card-overlay--center span {
	text-align: center;
}
.reconv-reseau__slider {
	padding: 0 40px;
	margin-bottom: 32px;
}
.reconv-reseau__track {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.reconv-reseau__card {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	width: 28%;
	aspect-ratio: 1 / 1;
	transition: all 0.4s ease;
	display: none;
	perspective: 1200px;
}
.reconv-reseau__card.is-visible {
	display: block;
}
.reconv-reseau__card.is-center {
	width: 32%;
	aspect-ratio: 4 / 5;
}
.reconv-reseau__card.is-left {
	order: 1;
}
.reconv-reseau__card.is-center {
	order: 2;
}
.reconv-reseau__card.is-right {
	order: 3;
}
.reconv-reseau__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.reconv-reseau__card-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
	display: flex;
	align-items: flex-end;
	padding: 24px;
}
.reconv-reseau__card-overlay span {
	color: var(--reconv-white);
	font-family: var(--reconv-font-sans);
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	line-height: 1.25;
}
.reconv-reseau__card.is-center .reconv-reseau__card-overlay span {
	font-size: 40px;
}
.reconv-reseau__card.is-center .reconv-reseau__card-hover-title {
	font-size: 1.4rem;
}
.reconv-reseau__card-overlay em {
	font-family: var(--reconv-font-serif);
	font-style: italic;
	font-weight: 400;
}
.reconv-reseau__card-hover {
	position: absolute;
	inset: 0;
	background-color: var(--reconv-beige);
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
	transform-style: preserve-3d;
}
.reconv-reseau__card:hover .card-flip-inner {
	transform: rotateY(180deg);
}
.card-flip-front,
.card-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.card-flip-back {
	transform: rotateY(180deg);
}
.reconv-reseau__card-hover-title {
	display: block;
	font-family: var(--reconv-font-sans);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--reconv-noir);
	line-height: 1.25;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(65,64,66,0.25);
	text-align: left;
}
.reconv-reseau__card--active .reconv-reseau__card-hover-title {
	font-size: 1.6rem;
}
.reconv-reseau__card-hover-title em {
	font-family: var(--reconv-font-serif);
	font-style: italic;
	font-weight: 400;
}
.reconv-reseau__card-hover p {
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--reconv-noir);
	margin: 0;
	text-align: left;
}
.reconv-reseau__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.reconv-nav-arrow {
	width: 44px;
	height: 44px;
	border: 1px solid var(--reconv-noir);
	background: transparent;
	color: var(--reconv-noir);
	font-size: 1.1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reconv-nav-arrow:hover {
	background-color: var(--reconv-noir);
	color: var(--reconv-white);
}
.reconv-post {
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
}
.reconv-post__content {
	display: flex;
	align-items: center;
	gap: 60px;
}
.reconv-post__content h2 {
	margin: 0 0 32px;
}
.reconv-post__text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
}
.reconv-post__desc {
	font-size: 20px;
	margin: 0 0 28px;
}
.reconv-post__text .reconv-btn {
	align-self: flex-start;
}
.reconv-post__image {
	flex: 0 0 50%;
	height: -webkit-fill-available;
}
.reconv-post__image img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 450px;
}
.reconv-discuter {
	padding: 80px 0;
	background-color: var(--reconv-beige);
	text-align: center;
}
.reconv-discuter .reconv-section-title {
	margin-bottom: 16px;
}
.reconv-faq {
	padding: 80px 0;
	background-color: var(--reconv-white);
}
.reconv-faq__content {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
.reconv-faq__left {
	flex: 1;
}
.reconv-faq__right {
	flex: 0 0 42%;
}
.reconv-faq__right img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.reconv-faq__accordion {
	margin-top: 36px;
}
.reconv-faq__item {
	border-top: 1px solid var(--reconv-noir);
}
.reconv-faq__item:last-child {
	border-bottom: 1px solid var(--reconv-noir);
}
.reconv-faq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: none;
	border: none;
	font-family: var(--reconv-font-sans);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--reconv-noir);
	padding: 15px 0;
	cursor: pointer;
	text-align: left;
	transition: color 0.3s;
}
.reconv-faq__item.is-open .reconv-faq__question,
.reconv-faq__question:hover {
	color: var(--reconv-dore);
}
.reconv-faq__item.is-open .reconv-faq__question-text {
	font-weight: 700;
}
.reconv-faq__question-text {
	flex: 1;
	font-size: 20px;
}
.reconv-faq__icon {
	font-size: 1.3rem;
	flex-shrink: 0;
	color: var(--reconv-dore);
	width: 24px;
	text-align: center;
	display: inline-block;
}
.reconv-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}
.reconv-faq__item.is-open .reconv-faq__answer {
	max-height: 300px;
	padding-bottom: 20px;
}
.reconv-faq__answer p {
	font-size: 16px;
	margin: 0;
	color: var(--reconv-noir);
	line-height: 1.65;
}
.reconv-combien {
	background-color: var(--reconv-beige);
	overflow: hidden;
}
.reconv-combien__layout {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 1300px;
	margin: 0 auto;
}
.reconv-combien__text {
	flex: 1;
	padding: 40px;
}
.reconv-combien__text p {
	font-size: 20px;
	margin: 0 0 28px;
}
.reconv-combien__image {
	flex: 0 0 50%;
	padding: 40px;
}
.reconv-combien__image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.reconv-combien__text h2 {
	line-height: 1;
}

@media screen and (max-width: 1350px) and (min-width: 1080px) {
	.reconv-hero__title, .reconv-hero__title em {
		font-size: 90px;
	}
}

@media screen and (max-width: 1079px) {
	.reconv-reseau__card:hover .card-flip-inner {
		transform: none;
	}
	.card-flip-front, .reconv-reseau__nav {
		display: none;
	}
	.reconv-reseau__card {
		display: block;
	}
	.reconv-reseau__card-hover {
		padding: 25px;
		position: static;
	}
	.reconv-reseau__card .card-flip-back {
		transform: rotateY(0deg);
		position: static;
	}
	.reconv-reseau__track {
		flex-direction: column;
	}
	.reconv-reseau__card, .reconv-reseau__card.is-center {
		width: 100%;
		aspect-ratio: auto;
		height: auto;
	}
	.reconv-reseau__card .card-flip-inner {
		height: auto;
	}
	.reconv-pourquoi__grid {
		grid-template-columns: 1fr;
	}
	.reconv-academie__image, .reconv-post__image {
		width: 100%;
	}
	.reconv-faq__content, .reconv-combien__layout, .reconv-stats__note--awards ul {
		flex-direction: column;
	}
	.reconv-academie__image img, .reconv-post__image img {
		height: 400px;
	}
	.reconv-faq__right {
		flex: 0 0 auto;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	.reconv-combien {
		margin-top: 40px;
	}
	.reconv-academie h2 br {
		display: block;
	}
	.reconv-academie {
		padding: 40px 0;
	}
	.reconv-reseau {
		padding: 40px 0 0 0;
	}
	.reconv-faq__right img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		display: block;
		padding: 0px 24px;
	}
	.reconv-stats__bar {
		position: static;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		padding: 32px 20px;
		width: 100%;
	}
	.reconv-stats__item, .reconv-stats__item:first-child, .reconv-stats__item:last-child {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		padding: 0;
		width: fit-content;
		max-width: fit-content;
	}
	.reconv-stats__note--awards li, .reconv-stats__note--awards p {
		padding: 0px;
		line-height: 2;
		text-align: center;
	}
	.reconv-stats__number {
		flex: 0 0 auto;
		min-width: fit-content;
		text-align: right;
	}
	.reconv-stats__label {
		flex: 1 1 auto;
		text-align: center;
	}
	.page-template-template-nos-agences .reconv-hero__content {
		padding-bottom: 0;
		margin: 50px;
	}
	.reconv-pourquoi__overlay {
		background: none;
	}
	.reconv-faq {
		padding: 40px 0px;
	}
	.reconv-combien__text {
		flex: 1;
		padding: 50px 0 0 0;
		text-align: center;
	}
	.reconv-combien__image {
		flex: 100%;
		padding: 40px;
		width: 100%;
	}
	.reconv-combien__image img {
		width: 100%;
		height: 400px;
	}
	.reconv-academie h2, .reconv-reseau h2, .reconv-reseau h2 em, .reconv-academie h2 em, .reconv-discuter .reconv-section-title, .reconv-section-title, .reconv-section-title em, .reconv-academie h2, .reconv-academie h2 em, .reconv-post h2, .reconv-post h2 em {
		font-size: 2.2rem;
	}
	.reconv-post__text {
		padding: 40px 40px 0px 40px;
		width: 100%;
	}
	.reconv-hero__title, .reconv-hero__title em {
		font-size: 3.2rem;
	}
	.reconv-hero__content {
		padding: 120px 20px 40px;
		margin: 0px;
	}
	.reconv-academie__content, .reconv-post__content {
		gap: 40px;
		flex-direction: column;
	}
	.reconv-hero {
		height: fit-content;
		display: flex;
		flex-direction: column;
		gap: 30px;
		justify-content: space-between;
		min-height: fit-content;
	}
	.reconv-reseau__card, .reconv-reseau__card--active {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.reconv-container {
		padding: 0 24px;
	}
	.reconv-academie h2, .reconv-reseau h2, .reconv-reseau h2 em, .reconv-academie h2 em, .reconv-discuter .reconv-section-title, .reconv-section-title, .reconv-section-title em, .reconv-discuter .reconv-section-title {
		font-size: 1.9rem;
	}
	.estim-estimator.is-panel-form .estim-estimator__title, .estim-estimator.is-panel-success .estim-estimator__title, .estim-section-title, .estim-estimator.is-panel-form .estim-estimator__title, .estim-estimator.is-panel-success .estim-estimator__title, .estim-section-title em, .estim-estimator__title em {
		font-size: 2.4rem !important;
	}
	.reconv-hero__title, .reconv-hero__title em {
		font-size: 2.4rem;
	}
	.reconv-stats__number {
		font-size: 1.8rem;
	}
	.reconv-pourquoi__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.reconv-academie__content, .reconv-post__content {
		flex-direction: column;
		gap: 20px;
	}
	.reconv-academie__image {
		max-width: 100%;
	}
	.reconv-post__text {
		padding: 25px;
	}
	.reconv-post__image {
		flex: 1 1 auto;
		width: 100%;
		min-height: 280px;
	}
	.reconv-academie__list li {
		text-align: left;
	}
	.reconv-academie, .reconv-pourquoi, .reconv-discuter, .reconv-reseau {
		padding: 30px 0;
	}
	.reconv-faq__content {
		flex-direction: column;
	}
	.reconv-stats__note--awards {
		flex-direction: column;
		gap: 16px;
		padding: 32px 24px;
	}
	.reconv-stats__note--awards ul {
		flex-direction: column;
		gap: 16px;
	}
	.reconv-stats__note--awards li,
	.reconv-stats__note--awards p {
		padding: 0;
		text-align: center;
	}
	.reconv-stats__note--awards li::before {
		left: 50%;
		top: -8px;
		transform: translateX(-50%);
		width: 60%;
		height: 1px;
	}
	.reconv-stats__note-separator {
		width: 60%;
		height: 1px;
	}
	.reconv-combien__layout {
		flex-direction: column;
	}
	.reconv-combien__text {
		padding: 48px 24px;
		text-align: center;
	}
	.reconv-combien__image {
		width: 100%;
		padding: 0 24px 48px;
	}
	.reconv-reseau__slider {
		padding: 0 25px;
	}
	.reconv-reseau__track {
		flex-direction: column;
	}
}

@media screen and (max-width: 550px) {
	.reconv-academie h2, .reconv-reseau h2, .reconv-reseau h2 em, .reconv-academie h2 em, .reconv-discuter .reconv-section-title, .reconv-section-title, .reconv-section-title em {
		font-size: 1.6rem;
	}
	.reconv-section-title--center {
		margin-bottom: 25px;
	}
	.estim-section-title {
		font-size: 1.6rem !important;
	}
	.reconv-academie__list li, .reconv-stats__note p, .reconv-academie__desc, .reconv-post__desc, .reconv-combien__text p, .reconv-section-subtitle, .reconv-stats__note--awards li, .reconv-stats__note--awards p, .reconv-faq__question-text {
		font-size: 20px;
	}
	.reconv-pourquoi__step h3 {
		font-size: 25px;
	}
	.reconv-pourquoi__num {
		font-size: 40px;
	}
	.reconv-pourquoi .reconv-section-title {
		margin-bottom: 20px;
	}
	.reconv-hero__title, .reconv-hero__title em {
		font-size: 2rem;
	}
	.reconv-stats__bar {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		padding: 24px 16px;
	}
	.reconv-stats__item {
		padding: 0;
	}
	.page-template-template-nos-agences .reconv-hero__content {
		margin: 0px 20px 20px 20px;
	}
	.reconv-reseau {
		padding: 25px 0px 0 0;
	}
}
