@font-face{
	font-family:"Lato";
	src:url('../Fonts/Lato-Reg.ttf')}
@font-face{
	font-family:"Lato Italic";
	src:url('../Fonts/Lato-RegIta.ttf')}
@font-face{
	font-family:"Lato Semibold";
	src:url('../Fonts/Lato-Bol.ttf')}
@font-face{
	font-family:"Lato Semibold Italic";
	src:url('../Fonts/Lato-BolIta.ttf')}
@font-face{
	font-family:"Lato Bold";
	src:url('../Fonts/Lato-Bol.ttf')}
@font-face{
	font-family:"Lato Bold Italic";
	src:url('../Fonts/Lato-BolIta.ttf')}
@font-face{
	font-family:"Lato Black";
	src:url('../Fonts/Lato-Bla.ttf')}
@font-face{
	font-family:"Lato Black Italic";
	src:url('../Fonts/Lato-BlaIta.ttf')}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	width: 100%;
	font-family:"Lato", 'Futura', sans-serif;
}
body {
	min-height: 100%;
	width: 380px;
	padding: 10px 10px;
	margin: auto;
}
*, *:after, *:before { box-sizing: border-box; }

.bold { font-family:"Lato Bold"; }

header { 
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

header a {
	width: 100px;
	display: inline-block;
}

header a img {
	width: 100%;
}

h1 {
	font-size: 2.15em;
	font-weight: bold;
	margin-top: 10px;
}

h2 {
	font-size: 1.2em;
    font-family: 'Lato Bold';
    padding-bottom: 5px;
}

li {
	padding: 0 10%;
}

.btn {
	display: inline-block;
	color: #FFF;
	border-radius: 25px;
	border: 1px solid #FFF;
	width: 100%;
	padding: 20px 30px;
	margin-bottom: 50px;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}
.btn-espions {
	background-color: #2878c8;
}

.btn-robots {
	background-color: #98609e;
}

.btn-planetarium {
	background-color: #7ea100;
}

.btn-cde {
	background-color: #f75c9a;
}

.btn-expo {
	background-color: #98609e;
}

p {
	margin-bottom: 20px;
}

p.noMargin {
	margin-bottom: 5px;
}

footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 380px;
	background: #FFF;
}

footer a {
	text-decoration: none;
	display: inline-block;
	color: #000;
	padding: 30px 0;
	font-size: 18px;
	font-weight: bold;
}

/* CGU */
.cgu ul {
	list-style-type: inherit;
	margin-left: 20px;
	margin-bottom: 20px;
}

.cgu li {
	padding: 0;
}

ul.socialMedia {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 10px;
}

ul.socialMedia li {
	display: inline-block;
	padding-right: 10px;
}

header a.logoPoleStar {
	width: 360px;
}