/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
b, 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;
}

/* CSS BEGINS */

@font-face {
    font-family: 'AkzidenzGroteskBE-Bold';
    src: url('../type/akzidgrobebol.eot');
    src: url('../type/akzidgrobebol.eot?#iefix') format('embedded-opentype'),
         url('../type/akzidgrobebol.woff') format('woff'),
         url('../type/akzidgrobebol.ttf') format('truetype'),
         url('../type/akzidgrobebol.svg#akzidgrobebol') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body {
	min-height: 100%;
    width: 100%;
    height: 100%;
}

body {
	font-family: 'AkzidenzGroteskBE-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    background-color: #d3d5d3;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

b, strong {    
    font-weight: bold;
}

i, em {
    font-style: italic;
}

a {
    color: inherit;
    text-decoration: none;
}

.clear {
    clear: both;
}

.loaded #logo {
    -webkit-transform:  translateY(-100%);
    -moz-transform:     translateY(-100%);
    -ms-transform:      translateY(-100%);
    -o-transform:       translateY(-100%);
    transform:          translateY(-100%);
    -webkit-transition: -webkit-transform   0.6s ease-in;
    -moz-transition:    -moz-transform      0.6s ease-in;
    -ms-transition:     -ms-transform       0.6s ease-in;
    -o-transition:      -o-transform        0.6s ease-in;
    transition:         transform           0.6s ease-in;
}

#logo {
    position: absolute;
    z-index: 2;
    padding: 50px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events:none;
}

#logo img {
    max-width: 1168px;
    width: 50%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

#type {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition:    opacity 0.6s ease-in;
    -ms-transition:     opacity 0.6s ease-in;
    -o-transition:      opacity 0.6s ease-in;
    transition:         opacity 0.6s ease-in;
}

.loaded #type {
    opacity: 1;
}

#type .link, #type a {
    pointer-events: all;
}

#type .top-right {
    position: absolute;
    width: 400px;
    height: 63px;
    top: 50px;
    right: 125px;
    font-size: 16px;
    line-height: 21px;
}

#type .bottom-right {
    height: 48px;
    width: 350px;
    position: absolute;
    right: -96px;
    bottom: 240px;
    font-size: 13px;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#type .bottom-right a:hover {
    color: #afafae;
}

.dark #type .bottom-right a:hover {
    color: #d3d5d3;
}

#type .link {
    position: absolute;
    bottom: 30px;
    display: block;
    padding-bottom: 2px;
}

#type .link:not(.share):hover, #type .link.share .social a:hover span {
    border-bottom: 2px solid #fff;
    cursor: pointer;
    padding-bottom: 0px;
}

#type .link.email {
    left: 50px;
}

#type .link.refresh {
    right: 50px;
}

#type .link.share {
    left: 150px;
}

#type .link.share {
    width: 400px;
}

#type .link.share .social, #type .link.share:hover .hover {
    display: none;
}

#type .link.share:hover .social {
    display: block;
}

#type .link.share .social a {
    display: block;
    padding-right: 60px;
    float: left;
}

#type .link.share .social a span {
    display: block;
    padding-bottom: 2px;
    margin-bottom: -2px;
}

#blocs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    overflow: hidden;
}

#blocs img {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    -webkit-backface-visibility: hidden;
}

#blocs img.loaded {
    display: block;
}

#blocs img[index="0"] {
    z-index: 0;
}

#blocs img[index="1"] {
    z-index: 1;
}

#blocs img[index="2"] {
    z-index: 2;
}

#blocs.animateTo img, #blocs img.animateTo {
    -webkit-transition: -webkit-transform   0.3s ease-out;
    -moz-transition:    -moz-transform      0.3s ease-out;
    -ms-transition:     -ms-transform       0.3s ease-out;
    -o-transition:      -o-transform        0.3s ease-out;
    transition:         transform           0.3s ease-out;
}

#blocs img.animateTo {
    -webkit-transition: -webkit-transform   0.6s ease-out;
    -moz-transition:    -moz-transform      0.6s ease-out;
    -ms-transition:     -ms-transform       0.6s ease-out;
    -o-transition:      -o-transform        0.6s ease-out;
    transition:         transform           0.6s ease-out;

}

#dark {
    background-color: #afafae;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform   0.6s ease-out;
    -moz-transition:    -moz-transform      0.6s ease-out;
    -ms-transition:     -ms-transform       0.6s ease-out;
    -o-transition:      -o-transform        0.6s ease-out;
    transition:         transform           0.6s ease-out;
    -webkit-transform:  translateY(-100%);
    -moz-transform:     translateY(-100%);
    -ms-transform:      translateY(-100%);
    -o-transform:       translateY(-100%);
    transform:          translateY(-100%);
}

.dark #dark {
    -webkit-transform:  translateY(0px);
    -moz-transform:     translateY(0px);
    -ms-transform:      translateY(0px);
    -o-transform:       translateY(0px);
    transform:          translateY(0px);
}