/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/* GENERAL */

#green-button-transparent a{
	background-color: transparent !important;
	background: none !important;
}

	#green-button-transparent a:hover{
		background-color: #00430a !important;
	}

/* ACTUALITES */

#actualites .fl-post-grid-more{
	border : 1.5px solid #00430a;
	text-transform: uppercase;
	font: normal normal 600 15px/28px Poppins;
	letter-spacing: 1.5px;
	color: #00430a;
	padding: 7px 10px;
}

	#actualites .fl-post-grid-more:hover{
		background-color: #00430a;
		color: #ffffff;
	}

.actualite-content{
	font: normal normal 200 15px / 26px Poppins;
    letter-spacing: 1.5px;
    color: #010d01;
}