.aide-section {
	padding: 3rem 2rem !important;
	font-family: 'Quicksand', sans-serif;
	background-color: #fff !important;
}

.aide-container {
	display: flex;
	gap: 3rem;
	max-width: 1400px;
	margin: 0 auto;
	align-items: flex-start;
}

.aide-intro {
	flex: 1;
	min-width: 280px;
}

.aide-intro h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: #013345;
}

.aide-intro p {
	color: #707070;
	font-size: 17px;
	line-height: 1.7;
	margin-top: 1rem;
	font-weight: 500;
	padding: 0;
}

.aide-intro .aide-intro-bold {
	font-weight: 700;
	color: #707070;
	font-size: 17px;
	line-height: 1.6;
}

.aide-cards {
	display: flex;
	gap: 1.5rem;
	flex: 2;
}

.aide-card {
	flex: 1;
	border: 2px solid #013345;
	border-radius: 12px;
	padding: 1.5rem 1.25rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0;
}

.aide-card legend {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #013345;
	text-transform: uppercase;
	padding: 0 0.75rem;
}

.aide-card h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #707070;
	margin: 0 0 1rem 0;
}

.aide-card p {
	color: #707070;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 1rem 0;
	padding: 0;
	text-align: left;
}

.aide-card-actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: auto;
}


.aide-btn {
	display: inline-block;
	padding: 0.4rem 1.5rem;
	border-radius: 25px;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.aide-btn-primary {
	background: #013345;
	color: #fff;
	border: 2px solid #013345;
}

.aide-btn-primary:hover {
	opacity: 0.85;
}

.aide-btn-secondary {
	background: transparent;
	color: #013345;
	border: 2px solid #013345;
}

.aide-btn-secondary:hover {
	opacity: 0.85;
}

.aide-btn-placeholder {
	visibility: hidden;
	pointer-events: none;
	border: 2px solid transparent;
}

.aide-card-phone {
	margin-top: auto;
}

.aide-card-phone p {
	margin: 0 0 0.75rem 0;
	color: #013345;
}

.aide-card-phone a {
	color: #013345;
	text-decoration: underline;
	font-weight: 700;
	border-bottom: none;
}

.aide-card-phone a:hover {
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.aide-container {
		flex-direction: column;
	}

	.aide-cards {
		width: 100%;
	}
}

@media (max-width: 760px) {
	.aide-cards {
		flex-direction: column;
	}

	.aide-section {
		padding: 1.5rem 20px;
	}

	.aide-btn-placeholder {
		display: none;
	}
}
