/* LES POLICES */
@font-face {
	font-family: 'opendyslexicregular';
	src: url('../fonts/opendyslexic-regular-webfont.woff2') format('woff2'),
			 url('../fonts/opendyslexic-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opendyslexicbold';
	src: url('../fonts/opendyslexic-bold-webfont.woff2') format('woff2'),
			 url('../fonts/opendyslexic-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* -------- ALL -------- */
/* nav#nav-top > ul.menu-header li:not(.home) a, */
p, blockquote, strong, button a, a.button,
#ressourcerie ul li{
	font-family: Arial, Geneva, sans-serif !important;
	font-family: 'opendyslexicregular', sans-serif !important;
	line-height: 2 !important;
}
button a, a.button{border-width: 2px;}
p, blockquote{
	margin-bottom: 2em;
}


h1, h2, .h1, h3{
	font-family: 'opendyslexicregular', sans-serif !important;
	font-family: "quadonbold", monospace !important;
	text-shadow: -4px 3px rgba(0, 0, 0, .1);
	line-height: 1 !important;
}
h3{
	margin-bottom: 1em;
	font-size: 1.4em;
}

nav#nav-top > ul.menu-header li a{
	font-size: 1.2em;
}
strong{
	color: #3997cf;
}
.damier-articles article > p{
	max-height: 170px;
	overflow: hidden;
}

/* Cacher les éléments perturbants */
#actu article h2{font-size: 1.5em;}
#actu article p{
	display: none;
}