

:root {
	
	--primary-color: #4A594B;
	--secondary-color: #A5ACA5;
	--tertiary-color: #edf0f8;
	
}

body,html {
	
	margin: 0;
	
	
}
h1, h3, h4{
	font-family: 'Hammersmith One', sans-serif;
	letter-spacing: 1px;
	
}
li, a, h2{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

p{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	
}
/* Smooth scrolling sur l'entièreté du site */
html, body {
	scroll-behavior: smooth!important;
	}
h1,
h2,
p {
	margin :0px;
	
}
a:hover{
	color: black;
}


a, li{
    color: black;
	
	text-decoration: none;
}


body{
	position: relative;
	
}

a :hover{
	text-decoration: none !important;
}
html{
	z-index: 1;
}

nav{
	z-index: 3;
}

