@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');
@import url('https://fonts.googleapis.com/css?family=Raleway:900');


body{
	background:#CCC	
}

/*** DEFAULT ***/
.text-bold-700{
	font-weight:700;	
}
.text-underline{
	text-decoration:underline;
}


span.titre_blanc,
h1.titre_blanc{
	color:#fff;
	text-transform:uppercase;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:20px;
	
}

span.sous_titre_blanc,
h2.sous_titre_blanc{
	color:#fff;
	font-size:22px;
	font-weight:bold;	
}


span.sous_titre_rouge,
h2.sous_titre_rouge{
	color:#F40019;
	font-size:24px;
	font-family: 'Raleway', sans-serif;	
}


span.titre_raleway_light,
h2.titre_raleway_light{
	color:#000;
	font-size:18px;
	font-family: 'Raleway', sans-serif;	
	font-weight:300;
}

a.big-link-outterline-red{
	display:inline-block;
	position:relative;
	text-decoration:none;	
	padding: 2px 50px 2px 10px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#F40019;
	border:1px solid #F40019;
	background:#FFF;
	border-radius:5px;
	max-width:100%;
}


a.big-link-outterline-red::after{
	position:absolute;
	font-family:"fontAwesome";
	content:"\f061";
	/*right:10px;
	top:5px;*/
	right: 20px;
    top: 0px;
	bottom:0;
	line-height:0;
	height:1px;
	margin:auto;
	transition:0.3s;
	font-size:19px;
}


