a{
    outline: none;
    text-decoration:none;
    cursor:pointer;}


*,*:after,*:before
{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

@font-face {
    font-family: 'NexaBold';
    src: url('NexaBold.eot');
    src: url('NexaBold.eot') format('embedded-opentype'),
         url('NexaBold.woff2') format('woff2'),
         url('NexaBold.woff') format('woff'),
         url('NexaBold.ttf') format('truetype'),
         url('NexaBold.svg#NexaBold') format('svg');
}

@font-face {
    font-family: 'NexaLight';
    src: url('NexaLight.eot');
    src: url('NexaLight.eot') format('embedded-opentype'),
         url('NexaLight.woff2') format('woff2'),
         url('NexaLight.woff') format('woff'),
         url('NexaLight.ttf') format('truetype'),
         url('NexaLight.svg#NexaLight') format('svg');
}


html {
    font-size: 100%;
}

body {
    float:left;
    width: 100%;
    height:auto;
    margin:0;
    font-family: 'ChaletBook';
}

body::after{
    content: '';
    background-image: url('../images/fond_image.png');
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: -1;                    
    background-size:cover;
}

#wp-admin-bar-igniteup_enabled{background-color: #C70000 !important;}
#wp-admin-bar-igniteup_enabled:hover a{background: #A20A0A !important;color: #FFFFFF !important;}
body::before{background: none !important;}	
            
.main-container a{
    color:#fff !important;
    transition: all ease 400ms;
}
a:hover, a:focus{
    color:#cbcbcb !important;
}

.center-vertical{
    height:100vh;
    position: relative;
    width:100%;
}

.center-vertical .glass-wrapper{
    height:0;
    position: absolute;
    width:100%;
    left:0;
    top: 35%;
    transform: translateY(-35%);
}
.main-container{
    width:1000px;
    margin: 0 auto;
    height:auto;
}
#powered-by {
    font-family: 'ChaletBook';
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    line-height: 35px;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    padding: 10px;
    background:#333333;
}

#powered-by p{
    margin: 0;
    font-family: 'ChaletBook';
    font-size: 14px;
    color:#ffffff;
    font-weight: 300;
}

#powered-by p a{
    text-decoration: underline;
    color:#ffffff;
}

.descriptif-stno, h1{
    float:left;
    width: 100%;
    height:auto;
    text-align: center;
}

h1{
    font-size: 60px;
    line-height: 60px;
    margin: 25px 0;
    font-family: "PollerOne-Regular";
}

h2{
    font-size: 26.5px;
    margin-bottom: 0;
    text-align: center;
}

.descriptif-stno{
    font-family: 'ChaletBook';
    color:#ffffff;
    margin:40px 0 0 0;
}

.descriptif-stno p{
    font-size: 19px;
}

.descriptif-stno h3, .descriptif-stno p{
    float:left;
    width: 100%;
    height:auto;
    margin:0;
    display: inline-block;
}

.descriptif-stno h3{
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "PollerOne-Regular";
}


@media (max-width: 999px){
    
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    h2 {
        font-size: 20px;
    }

    .main-container {
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 0 20px;
    }
    
    .center-vertical .glass-wrapper{
        padding: 0 20px;
        top: 10%;
        transform: translateY(-10%);
    }
    
    #powered-by {
        line-height: 20px;
    }
    
    .descriptif-stno h3 {
        font-size: 17px;
    }
    
    body{
        background-color: #000;
    }
    
    body::after {
        background-size: 123% 85%;
        background-repeat: no-repeat;
    }
}








