.round-link {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid #E2DDD4;
	background: transparent;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #6B6860;
	transition: all .2s ease;
	text-decoration: none !important;
}

.round-link:hover {
	border-color: #5096d0;
	color: #5096d0;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
}

.header-container a {
	text-decoration: none !important;
	color: #6B6860;
	margin-bottom: 10px;
}

.nav-bar {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > :not(.wp-block-button), .entry-content [class*=inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
	max-width: none;
}

.footer-logo img {
	border-radius: 20px;
}

.footer-container {
}

.footer-container a {
	text-decoration: none !important;
	color: #ffffff66 !important;
}

.footer-container a:hover {
	border-color: #5096d0;
	color: #5096d0 !important;
}

.homepage-text-1 {
	font-family: Georgia, serif, DM Serif Display;
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	line-height: 1.1;
	margin-bottom: 1.25rem;
}

.homepage-top-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.floating-ad-homepage {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: #ebf3fa;
	color: #5096d0;
	padding: .35rem 1rem;
	border-radius: 99px;
	font-size: .8rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.floating-ad-homepage::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5096d0;
	display: inline-block;
}

.homepage-top-container p {
	font-size: 1.05rem;
	color: #6B6860;
	line-height: 1.75;
	max-width: 600px;
	margin: 0 auto 2rem;
}

.entry-header {
	display: none;
}

.avantage-container {
	display: flex;
	gap: .6rem;
	justify-content: center;
	flex-wrap: wrap;
}

.avantage {
	font-size: .78rem;
	background: #F4F1EA;
	border: 1px solid #E2DDD4;
	padding: .3rem .85rem;
	border-radius: 99px;
	color: #6B6860;
}

.acceuil-button {
}

.acceuil-button : hover {
	background: #5096d0;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(26, 92, 67, .25);
}

.homepage-bottom-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.avantages-cards {
	background: white;
	border: 1px solid #E2DDD4;
	border-radius: 16px;
	padding: 1.5rem;
}

.avantages-cards h3 {
	font-size: .95rem;
	font-weight: 600;
	margin-bottom: .4rem;
}

.avantages-cards p {
	font-size: .85rem;
	color: #6B6860;
	line-height: 1.6;
}

.avantages-icon {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.sub-title-forfait {
	max-width: 500px !important;
	margin: .5rem auto 0 !important;
	font-size: .95rem;
}

.forfait-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.forfait-card {
	border: 1px solid #E2DDD4;
	border-radius: 18px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
}

.forfait-title {
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .08em;
	color: #6B6860;
	margin-bottom: .75rem;
}

.forfait-prix {
	font-family: 'DM Serif Display', Georgia, serif;
	font-size: 2.2rem;
	color: #1A1814;
	margin-bottom: .2rem;
}

.forfait-prix span {
	font-family: 'DM Sans', system-ui, sans-serif;
	font-size: .875rem;
	color: #6B6860;
	font-weight: 400;
}

.forfait-subtitle {
	font-size: .8rem;
	color: #6B6860;
	margin-bottom: 1.25rem;
}

.forfait-subtitle-2 {
	font-size: .69rem;
	color: #6B6860;
	margin-bottom: 1.25rem;
}

.forfait-liste {
	list-style: none;
	flex: 1;
	margin-bottom: 1.5rem;
	padding-left: 0;
}

.forfait-liste li {
	font-size: .875rem;
	color: #6B6860;
	padding: .45rem 0;
	border-bottom: 1px solid #E2DDD4;
	display: flex;
	gap: .5rem;
	align-items: flex-start;
}

.forfait-liste li::before {
	content: "✓";
	color: #5096d0;
	font-weight: 700;
	flex-shrink: 0;
}

.forfait-bouton {
	display: block;
	text-align: center;
	padding: .8rem;
	border-radius: 10px;
	font-size: .875rem;
	font-weight: 500;
	border: 1.5px solid #1A1814;
	color: #1A1814;
	transition: all .2s;
}

.forfait-bouton:hover {
	background: #1A1814;
	color: white;
}

.populaire {
	border-color: #5096d0;
	background: #ebf3fa;
	position: relative;
}

.forfait-popular {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #5096d0;
	color: white;
	font-size: .72rem;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 99px;
	white-space: nowrap;
}

.populaire .forfait-bouton {
	background: #5096d0;
	color: white;
	border-color: #5096d0;
}

.populaire .forfait-bouton:hover {
	background: #72abda;
}

.forfait-question {
	text-align: center;
	font-size: .85rem;
	color: #6B6860;
	margin-top: 1.5rem;
}

.forfait-question a {
	color: #5096d0;
	border-bottom: 1px solid #5096d0;
	text-decoration: none !important;
}

.checklist {
	list-style: none;
	margin-bottom: 1.5rem;
}

.checklist li {
	font-size: .875rem;
	padding: .4rem 0;
	display: flex;
	gap: .6rem;
	align-items: flex-start;
	border-bottom: 1px solid #E2DDD4;
	color: #6B6860;
}

.checklist li::before {
	content: '✓';
	color: #5096d0;
	font-weight: 700;
	flex-shrink: 0;
}

/*body:not(.home) #main {
    padding-top: 0 !important;
}
.site-main{
	padding-top: 0;
}*/
/* Mobile styles */
@media (max-width: 768px) {
	.header-container {
		flex-wrap: wrap;
		justify-content: center;
		padding: 1rem;
		gap: 1rem;
	}
	
	.header-container > a:first-child {
		width: 100%;
		text-align: center;
	}
	
	.nav-bar {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
	
	.nav-bar a {
		font-size: 14px;
	}
	
	.round-link {
		margin-top: .5rem;
	}
}