/**
 * @file
 * Visual styles for Bartik's page-title component.
 */

.page-title {
	font-size: 3.5em;
	line-height: 1em;
	font-family: 'BikoRegular';
	color: #a1295f;
  padding: 2rem 0;
}
/*
.path-user #block-pnrfv-page-title .page-title {
	padding: 1.5em 2rem 0;
}
*/

@media screen and (max-width: 780px) {
#block-pnrfv-page-title {width: auto;}
}

.path-projets-recherche .page-title, .path-veille-appels-projets .page-title {
    padding: 2rem 0;
    text-align: center;
}
