@font-face {
  font-family: 'fontello';
  src: url('./../font/fontello.eot');
  src: url('./../font/fontello.eot') format('embedded-opentype'),
       url('./../font/fontello.woff') format('woff'),
       url('./../font/fontello.ttf') format('truetype'),
       url('./../font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
*
{	box-sizing:border-box;
}
body
{	font-family: arial,sans-serif;
	font-size:13px;
	min-height:100%;
	position:relative;
}
header
{	height : 100px;
	margin-right:20px;
	text-align : right;
}
header ul
{	display:inline-block;
	margin-top:10px;
}
li
{	display : inline-block;
	padding-left : 15px;
	vertical-align:middle;
	color:#666;
}
.appli
{	font-family:fontello;
	display:inline-block;
	color:black;
	font-size:15px;
}
.bouton
{	padding : 8px;
	border: 1px solid #4285f4;
    font-weight: bold;
    background: #4285f4;
	color:white;
	margin-left:15px;
	border-radius : 3px;
}
main
{	display:block;
	text-align:center;
	padding-top:50px;
}
.pays
{	font:16px/16px roboto-regular, arial, sans-serif;
	position: absolute;
	bottom : 0px;
	right:30px;
	color: blue;
	letter-spacing: 2px;
}
#nom-formation
{	display:inline-block;
	font-size: 90px;
	font-weight:bold;
	letter-spacing : 15px;
	position:relative;
}

#info
{	display:block;	
	margin-top : 20px;
	border: 1px solid #F2F2F2;
	width:450px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding:0;
	padding-right:5px;
}
#sous-titre
{	margin-top:50px;
}

.icon-users
{ 	font-family:fontello;
	font-size:30px;
	color:#4285F4;
	margin:0;
	padding:0;
	text-align:right;
	display:inline-block;
}
footer
{	display:block;
	background: #f2f2f2;
    height:40px;
	line-height: 40px;
	width:100%;
	bottom:0;
	position : absolute;
	padding-left : 25px;
}
footer ul
{	display:block;
	height:40px;
	padding:0;
	margin:0;
	
}
footer li
{	display : inline;
	color:#666;
}

	
