.srvs {
	text-decoration: none;
	color: #ffff;
	padding: 10px;
	background-color: #65c8ef;
	border-radius: 20px;
	height: 150px;
	width: 150px;
	align-items: center;
	justify-content: center;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
}
.lgn :hover {
	background-color: #3c8dc5;
	transform: scale(1.05);
}

.choix {
	list-style-type: none;
	font-family: 'Rubik', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}

.lgn {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 20px;
}

.liste {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.iconServices {
	width: 50px;
	height: 50px;
}

/* Media query pour mobile */
@media (max-width: 768px) {
	section {
		margin-bottom: 100px;
	}
	.srvs {
		height: 120px;
		width: 120px;
		padding: 8px;
	}

	.lgn {
		flex-direction: row;
		margin: 10px;
	}

	.choix {
		font-size: 14px;
	}

	.iconServices {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 500px) {
	.srvs {
		height: 120px;
		width: 120px;
		padding: 8px;
	}

	.lgn {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.choix {
		font-size: 14px;
	}

	.iconServices {
		width: 40px;
		height: 40px;
	}
	.liste {
		margin-top: 0px;
	}
}
