html {
    height: 100%;
}


* {
    box-sizing: border-box;
}


body {
    background: #fbfbfb url(/images/bg-plane.jpg) no-repeat bottom center;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #3f3f3f;
}


pre {
    margin: 0;
}


#content {
    padding-top: 1.875em;
    margin: 0 auto;
}


#text {
    position: relative;
    padding: 1.25em 2.5em;
    margin: 0 auto;
    max-width: 450px;
    background-color: #ffcf01;
}


h1 {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 5px;
    background: transparent url('/images/cross.png') bottom center no-repeat
}


h1 em {
    font-style: normal;
    color: #ffcf01;
    font-weight: 700;
}


h2 { 
    font-size: 22px;
    line-height: 1.6em;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
}


#info p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

span {
    color: #121212;
}


a {
    color: #121212; 
    text-decoration: underline;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}


a:hover,
a:focus {
    color: #fff;
}


.logo-globule {
    display: block;
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: 2;
    color: transparent;
    font: 0/0 a;
    width: 194px;
    height: 217px;
    background: url('/images/exa-logo-globulebleu.png') 0 0 no-repeat;
}


@media (min-width: 678px) {
    
    .logo-globule {
        right: -85px;
    }

}
