body {
	background-color: #eaeaea;
}

.container {
	display: flex;
	flex-direction: column;
	width: 800px;
	margin: 20px auto;	
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%), 0 20px 40px rgb(0 0 0 / 5%);
}

.return-page {
	height: 400px;
	margin-top: 50vh;
	transform: translateY(-50%);
}

.font {
	font-family: "Open sans", sans-serif;
}

.btn-pay {
	margin: 0 auto;
	width: 200px;
	background-color: #00a1d1;
	color: #001935;
	transition: ease 0.2s;
}

.btn-pay:hover {
	background-color: #001935;
	color: #eaeaea;
	
}

.btn-dl {
	text-align: center;
	text-decoration: underline;
	margin: 0 auto;
	/*background-color: #d94236;*/
	color: #001935;
	/*width:150px;*/
	margin-top: 10px;
	font-size: 0.8rem;
	transition: ease 0.2s;
}

.btn-dl:hover {
	color: #cfcfcf;
}

.facture {
	color: #bfbfbf;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 5px;
}

.texte-paiement {
	margin-top: 170px;
	font-weight: 600;
	font-size: 24px;
}

.invoice {
	width: 700px;
	background-color: white;
}

.logo {
	width: 120px;
}

.logo-footer {
	width: 60px;
	text-align: left;
}

a.lien {
	font-size: 20px;
}

@media (max-width: 480px) {
	.container {
		width: 95%;
	}
	
	.invoice {
		width : 100%;
	}
}