.reseau {
	display: flex;
}
.reseau > div:not(:last-child) {
	margin-right: 1rem;
}
.reseau img {
	height: 20px;
	filter: invert(100%);
}
.retrait {
	border: 1px solid var(--title-color);
	padding: 1em;
	margin-bottom: 1em;
}
.retrait h3 {
	color: var(--title-color);
	font-size: 1.5em;
}