.sda-faire-un-don {
	--sda-faire-un-don-background: #ffda82;
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	padding: clamp(2.5rem, 5vw, 4.75rem) 0 270px;
	color: #111;
	background: var(--sda-faire-un-don-background);
}

.sda-faire-un-don__container {
	position: relative;
	z-index: 2;
	text-align: center;
}

.sda-faire-un-don__title {
	max-width: 58rem;
	margin: 0 auto clamp(1.25rem, 3vw, 2rem);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	text-align: center;
	overflow-wrap: anywhere;
}

.sda-faire-un-don__text {
	max-width: 780px;
	margin: 0 auto clamp(1.35rem, 3vw, 2rem);
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	overflow-wrap: anywhere;
}

.sda-faire-un-don__text > :last-child {
	margin-bottom: 0;
}

.sda-faire-un-don__button-wrap {
	display: flex;
	justify-content: center;
}

.sda-faire-un-don__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.18rem 1.2rem;
	color: #111;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	border: 1.5px solid #111;
	border-radius: 35px;
	box-shadow: .22rem .22rem 0 #111;
	transform: translate(0, 0);
	transition: box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sda-faire-un-don__button:hover,
.sda-faire-un-don__button:focus {
	color: #111;
	background: #fff;
	box-shadow: 0 0 0 #111;
	transform: translate(.22rem, .22rem);
}

.sda-faire-un-don__image {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	display: block;
	width: min(650px, 92vw);
	height: 250px;
	object-fit: contain;
	object-position: center bottom;
	transform: translateX(-50%);
}

@media (max-width: 767.98px) {
	.sda-faire-un-don {
		padding-bottom: 190px;
	}

	.sda-faire-un-don__image {
		height: 190px;
	}
}
