/*****************/
/**** GÉNÉRAL ****/
/*****************/

@font-face {
font-family:'AvenirLTStd-Heavy';
src: url('../font/AvenirLTStd-Heavy_gdi.eot');
src: url('../font/AvenirLTStd-Heavy_gdi.eot?#iefix') format('embedded-opentype'),
url('../font/AvenirLTStd-Heavy_gdi.woff') format('woff'),
url('../font/AvenirLTStd-Heavy_gdi.ttf') format('truetype'),
url('../font/AvenirLTStd-Heavy_gdi.svg#AvenirLTStd-Heavy') format('svg');
font-weight: 700;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-25CA;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: none;
}

html, body{height:100%;}

html{overflow-x:hidden;}

body {
font-family: 'AvenirLTStd-Heavy', Arial, sans-serif;
font-size:16px;
color:#000;
background-color:#fff;
width:100%;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
letter-spacing:1px;
text-align:center;
text-transform:uppercase;
}

a, a:hover{
border:0px;
text-decoration:none;
color:#1fa12e;
}

img{
border:none;
max-width:100%;
}

header, nav, footer, section, article, aside, figure, figcaption, mark, time{display:block;}

header{padding:20px 0 80px 0;}

header a{display:inline-block;}

header a img{display:block;}

article + article{
font-size:11px;
color:#808080;
margin-top:50px;
}

footer{
position:fixed;
bottom:0;
left:0;
width:100%;
padding:20px 0;
background-color:#dedede;
color:#808080;
font-size:11px;
}

footer a{color:#808080;}

