/* 
Theme Name:		 fertilen11
Theme URI:		 http://childtheme-generator.com/
Description:	 fertilen11 is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 nalta
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 fertilen11
*/


/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Norican&display=swap');


*
{
	--bleu: #00293c;
	--vert: #179354;
}
html
{
	 scroll-behavior: smooth;
}
html body.custom-background
{
	background-position:center left;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size: 1.5em;
	font-family: 'bilo', sans-serif;
	color: var(--bleu);
}


























