/*
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, p, li {
	color: #777777;
	font-size: 16px;
	font-family: Montserrat, Anuphan, Arimo, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	line-height : 175%;
}

h1, h2, h3, h4, h5, h6 {
	color: #646464;
	font-family: Anuphan, Montserrat, Arimo, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
		line-height : 175%;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 17px;
}

p {
    padding: 10px 0; /* Adds 10px padding above and below each paragraph */
}

a {
	color: #81d742;
}

a:visited {
    color: #81d742;
}

a:hover {
    color: #81d742;
}

a:active {
    color: #81d742;
}

.pas-en-rouge {
	color: #777777 !important;
}