<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.red p{
	color:#FF3D3D!important;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0;
}

.alert{
	padding-bottom: 4px;
}

#btn-supp{
	display: none;
}

/* FORMULAIRES */

.sky-form{
	border: none;
}

.sky-form a{
	color: #2d61fc;
}

.sky-form label{
	margin-top: 10px;
}

.sky-form input{
	padding: 10px;
	line-height: 45px;
	height: 45px;
	outline: none;
}

.sky-form input:focus{
	border: 1px solid #2d61fc;
	box-shadow: none;
}

.sky-form .select select{
	padding: 0 10px;
	line-height: 45px;
	height: 45px;
}

.sky-form .select i{
	top: 38px;
}</pre></body></html>