.fond-footer {
	background-image: url(../images/fond-footer.jpg);
	box-shadow: -3px 40px 62px -30px rgb(0 0 0 / 74%) inset;
	-webkit-box-shadow: -3px 40px 62px -30px rgb(0 0 0 / 74%) inset;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	justify-content: center;
	align-items: center;
	transition: all 0.9s;
	display: flex;
}

.text-footer {
	letter-spacing: 0.1em;
	font-family: 'Nunito', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	margin: 3rem 20%;
	text-align: center;
	color: #ffffff;
}

.bas-footer {
	text-align: center;
	color: #ffffff;
	height: 55px;
	background-color: #010e1457;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bas-footer p {
	margin-bottom: 0px !important;
}

.bas-footer a {
	color: #ffffff
}