/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://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: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
body{
	font-family: Metropolis, Arial, sans-serif;
	font-size: 20px;
	color: #030303;
}

h1, h2, h3, h4, h5, h6 {
	color: #030303;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

a {
	color: #0155a5;
}
.questionaccueil h3 {
	font-style: italic !important;
	background-color: rgba(246,137,39,0.1);
}