/*
 * Ferrante - Payer ma facture - CSS
*/

* {
	font-family: Hind, Verdana;
	font-weight: 300;
}
/*
a, a:visited {
	color: #FC485E;
}
*/

header, footer {
	text-align: center;
	color: rgba(255, 255, 255, .7);
}

footer { font-size: 9pt; }

section { font-size: 11pt; color: white; }

html {
	background: rgba(0, 0, 0, 1) url('/wp-content/uploads/2024/08/bandeau-services.png') center center / cover no-repeat !important;
	min-height: 100vh;
}

body {
	background-color: rgba(0, 0, 0, .7) !important;
	min-height: 100vh;
}

.champs-obligatoire {
	color: red;
	margin-left: 5px;
}

.etape-num {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid white;
	text-align: center;
	margin: auto;
	padding-top: 4px;
}

.etape-current {
	opacity: 1;
}

.etape {
	opacity: 0.5;
}

.donnees-confirmation {
	border-radius: 15px;
	background-color: rgba(255, 255, 255, .9);
	padding: 15px;
	color: black;
	width: 60vh;
	margin: auto;
}

.form-control::placeholder {
	opacity: 0.6 !important;
}