/*
Theme Name:  Thème Jérémy Glatre
Theme URI: 
Author: Florian Gracy
Author URI: https://florian-gracy.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: 
*/

body,html{
	position:relative;
	margin:0;
	padding:0;
	height:auto;
	width:100%;
	top:0;
	left:0;
	display:block;
	min-height:100%;
	
	}
	
/*font*/

* {
	font-family: paulregular;
	font-smooth: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-weight:normal;
	letter-spacing: 0px;
}

a,p,span,h1,h2,h3,h4,h5,h6,em,strong,li,ul,div,menu,nav,footer,article,body,html{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p, menu *{
font-size:10pt; 
line-height:1.1;color:#E8E8E8;
-webkit-font-smoothing: antialiased;color:#E8E8E8;mix-blend-mode: difference;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
letter-spacing: 0px;
}

.tnum{font-variant-numeric: tabular-nums;}
span,a,strong,em{
	font-size:inherit; 
	line-height:inherit;
}
ul, li, a{position:relative;display:inline-block;left:0;top:0;}
.majuscule{text-transform:uppercase;}

/*color*/
.whiteColor{color:#ffffff;}
.blackColor{color:#000000;}

.whiteBGColor{background-color:#ffffff;}
.blackBGColor{background-color:#000000;}

.whiteSvgChild *{fill:#ffffff;}
.blackSvgChild *{fill:#000000;}
