/*
	Template pour Joomla 4
	Maidrane
	Yves Flamand
	YF Computing
	https://yfcomputing.be
	https://yf-hosting.eu
	https://votresiteweb.eu/
*/

.header-yfa {
	background: rgb(232,229,228);
	background: radial-gradient(circle, rgba(232,229,228,1) 0%, rgba(221,213,210,1) 100%);
}

.footer-yfa {
	background: rgb(190,190,190);
	background: radial-gradient(circle, rgba(190,190,190,1) 0%, rgba(242,242,242,1) 100%);
}

.txt-yfa-1rem {
	text-align: justify;
	font-weight: bold;
	font-size: 1rem;
}

#bannermenu .nav-item {
	background-color: #fff;
	font-weight: bold;
	border-radius: 1rem;
	font-size: 1rem;
	margin-right: .5rem !important;
}

@media screen and (max-width: 524px) {
	.nav-item {
		border-radius: 1rem;
		font-size: 1rem;
		background-color: transparent !important;
	}
	#bannerrow > .inner {
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}
}

@media screen and (min-width: 525px) {
	.nav-item:last-child a{
		color: #000;
	}
	#bannermenu .nav-item:last-child {
		background-color: #b9b9b9;
		margin-left: 2rem;
		margin-top: .5rem;
	}
}

.copyright-yfa {
	background: rgb(190,190,190);
	background: radial-gradient(circle, rgba(190,190,190,1) 0%, rgba(242,242,242,1) 100%);
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
	text-align: center;
}