/*
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! */ 

/* MENU */

#menu-principal a:hover,
#menu-principal .current_page_item a{
	font-weight: 600;
}

/* GENERAL */

#text-with-green-bold strong{
	color: #747A5E !important;
	font-weight: 800 !important;
}

#more-button-brun a{
	background: none !important;
}

	#more-button-brun a:hover{
		background: #9B7835 !important;
	}

#title-with-strong span{
	font-weight: 800 !important;
}

/* HOMEPAGE */

.rdv-button-transparent a{
	background: none !important;
}

	.rdv-button-transparent a:hover{
		background: #9B7835 !important;
	}

#tarif-shorstcut-title span{
	font-weight: 800 !important; 
	font-size: 48px !important;
}

/* RDV */

#rdv{
	font-family: "Poppins", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: 0.4px !important;
    text-align: left !important;
}

	#rdv .css-1u1908p{
		display: none;
	}

	#rdv .css-d3rpho{
		margin-top: 0 !important;
	}