/*
Theme Name: emmaus-neve-child
Theme URI: http://greenitsolutions.fr
Template: neve
Author: greenitsolutions.fr
Author URI: http://greenitsolutions.fr
Description: emmaus-neve-child
Version: 1.0.0
Updated: 2022-11-18 16:25:14

*/

/*--------------------------------------------------------- Btn menu style */
.DonnerAcheterBtn {
	background-color: #fff146 !important;
/* 	padding: 8px; */
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
}

.DonnerAcheterBtn a {
	color: #0a4084 !important;
}

.DonnerAcheterBtn:hover {
	background-color: #0a4084 !important;
}

.DonnerAcheterBtn:hover a {
	color: #fff146 !important;
}

.BraderiesBtn {
	background-color: #fff146 !important;
/* 	padding: 8px; */
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
}

.BraderiesBtn a {
	color: #0a4084 !important;
}

.BraderiesBtn:hover {
	background-color: #0a4084 !important;
}

.BraderiesBtn:hover a {
	color: #fff146 !important;
}

.CollectesBtn {
	background-color: #fff146 !important;
/* 	padding: 8px; */
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
}

.CollectesBtn a {
	color: #0a4084 !important;
}

.CollectesBtn:hover {
	background-color: #0a4084 !important;
}

.CollectesBtn:hover a {
	color: #fff146 !important;
}
/*--------------------------------------------------------- Page Accueil style */
.numero-tel a{
	color: #ffffff!important;
}

/*--------------------------------------------------------- Articles style */
.derniers-articles .wp-block-latest-posts__post-title {
	color : var(--nv-secondary-accent) !important;
	font-size: 2em !important;
	line-height: 1.5em;
}

.derniers-articles .wp-block-latest-posts__post-excerpt a {
		color : var(--nv-secondary-accent) !important;
}


/*--------------------------------------------------------- Footer style */
.footer-bottom p {
	display: none !important;
}
.footer-bottom {
	height: 50px;
}