/* Instructions d'inscription — section.reg */

.reg .ue-c-article__title {
	text-transform: uppercase;
}

.reg__list {
	padding: 0 !important;
	position: relative;
	counter-reset: item;
	list-style-type: none;
	margin: 0;
}

.reg__list li::before {
	content: counter(item);
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	width: 36px;
	height: 36px;
	border: 2px solid #004570;
	font-weight: 600;
	color: #004570;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-family: Tahoma, Verdana, sans-serif;
	box-sizing: border-box;
}

.reg__item {
	margin: 0 0 10px;
	background: rgb(236, 236, 236);
	border-radius: 15px;
	border-right: 3px solid #004570;
	border-left: 3px solid #004570;
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
	counter-increment: item;
	font-family:
		Mundo,
		Times New Roman,
		Times,
		serif;
	font-variant: oldstyle-nums;
	color: #202020;
	font-weight: 400;
	font-size: 1.1875rem;
	line-height: 1.6875rem;
	letter-spacing: 0;
	list-style-type: none;
	box-sizing: border-box;
}

.reg .text_link {
	color: #007fff !important;
	text-decoration: underline !important;
	transition: 0.3s;
}

.reg .text_link:hover {
	color: #e11229 !important;
}
