/* Eléments généraux */
body {
	font-family : "Roboto" !important;
	font-size : 19px  !important;
	color : #000  !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	/*padding: 0 !important;*/
}
.container-isite{
	max-width:1920px;
}
h1 {
	  font-family: "Roboto-Slab", serif;
	font-size : 53px;
	line-height : 68px;
}
h2 {
	font-family: "Roboto-Slab", serif;
	font-size : 28px;
	line-height : 38px;
}
h3 {
	font-family: "Roboto-Slab", serif;
	font-size : 24px;
	line-height : 24px;
}
h4 {
	font-family: "Roboto-Slab", serif;
	font-size : 22px;
	line-height : 22px;
}
h5 {
	font-family: "Roboto-Slab", serif;
	font-size : 20px;
	line-height : 20px;
}
h6 {
	font-family: "Roboto-Slab", serif;
	font-size : 19px;
	line-height : 19px;
}
.entry-content {
	font-family : "Roboto" !important;
	font-size : 19px;
	color : #000;
}

a {
	color : #000;
	text-decoration : none !important;
}
a:hover {
	color : #000;
	text-decoration : none !important;
}