@charset "utf-8";
/* CSS Document */

.ui-title {
	font-weight: normal;
	font-size: 1.5em !important;
	text-shadow: none;
}


@media (max-width: 1000px) {
    /* votre code ici, pour les écrans de taille <1000px */
	.ui-title {
		font-weight: normal;
		font-size: 1em !important;
		text-shadow: none;
}
}
