.uk-section-secondary {
    color: #fff;
}
.secondary-headline{
    color: #fff!important;
}
.texte-intro-page{
   font-size: 24px;
}
.page-titre{
    font-size: 36px;
}
.section-top-home h1 span{
	font-size: 60px;
	display: block;
	margin-top: 30px;
}
.section-top-home-text {
	font-size: 50px;
	line-height: 1;
	text-align: right;
}
/****Responsive***/
@media (max-width: 960px) {
	.faction-line {
		margin-bottom: 60px;
	}
}
@media (max-width: 640px) {
	h1,
	.uk-h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	h2,
	uk-h2 {
		font-size: 36px;
	}
	.texte-intro-page {
		font-size: 20px;
	}
	.uk-navbar-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section-top-home h1 {
		font-size: 30px;
	}
	.section-top-home h1 span{
		font-size: 40px;
		margin-top: 10px;
	}
	.section-top-home-text {
		font-size: 30px;
		text-align: left;
	}
}