/** GILL SANS **/
@font-face {
    font-family: 'gill sans';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/GillSans-M.eot);
    src: url(fonts/GillSans-M.eot?#iefix) format('embedded-opentype'),  url(fonts/GillSans-M.otf)  format('opentype'),
	     url(fonts/GillSans-M.woff) format('woff'), url(fonts/GillSans-M.ttf)  format('truetype'), url(fonts/GillSans-M.svg#GillSans-M) format('svg');
}

@font-face {
    font-family: 'gill sans';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/GillSans-B.eot);
    src: url(fonts/GillSans-B.eot?#iefix) format('embedded-opentype'),  url(fonts/GillSans-B.otf)  format('opentype'),
	     url(fonts/GillSans-B.woff) format('woff'), url(fonts/GillSans-B.ttf)  format('truetype'), url(fonts/GillSans-B.svg#GillSans-B) format('svg');
}

*{
    margin:0;
    padding: 0;
    box-sizing: padding-box;
}


body {
    height:100%;
    width:100%;
    overflow: hidden;
    font-family: 'gill sans', sans-serif;
    font-size: 40px;
    
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-text-stroke: .01em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;

}

.bg-slide{
    position: absolute;
    top:0;left:0;
    width: 100%;
    height: auto;
}

.date-wrapper{
    position: absolute;
    top:120px;
    right:100px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-align: right;
}

.ski-info-wrapper{
    position: absolute;
    top: 250px;
    right: 100px;
    width: 100%;
    text-align: right;
}

.column{
    position: relative;
    display: inline-block; 
    vertical-align: top;
    width: 100%;
    text-align: center;
    color:white;
}

.column img{
    max-width: 100%;
    height: auto;
}

.column-20{
    background: rgba(0,0,0,0.5);
    width: 20%;
    margin:5px;
}

.column-30{
    background: rgba(0,0,0,0.5);
    width: 30%;
    margin:5px;
    color:white;
}

.header-column{
    width:100%;
    text-align: center;
    padding:10px 0px;
    background:black;
}

.header-column span{
    display: block;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-align: left;
}

.content-column{
    padding:20px 5px;
}

/* Meteo */
.meteo-img{
    width:100%;
}

.meteo-temp{
    position: relative;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size:40px;
    font-weight: 300;
    padding:5px 10px;
}

.meteo-temp span{
    position: absolute;
    bottom: 10px;right: 10px;
    float:right;
    font-size:30px;
}

/* Neige */
.neige-tab{
    font-family: 'Open Sans', sans-serif;
    font-size:40px;
    font-weight: 300;
}

.neige-tab table{
    width:100%;
}

.neige-tab span{
    font-size:30px;
    line-height: 92px;
}

#pisteVerte, 
#pisteBleue, 
#pisteRouge, 
#pisteNoire{
    display: inline-block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 5px;
}

#pisteVerte{
    background:#00A652;   
}

#pisteBleue{
    background:#00ADEF;  
}

#pisteRouge{
    background:#FE0000;   
}

#pisteNoire{
    background:black;   
}

/* Webcam */
#img_webcam img{
    position: absolute;
    left:0;
    width:100%;
}

.trailmap{
    position: absolute;
    display:none;
    width: 100%;
    height: 100%;
    top:0;left:0;
    z-index:3;
}

.trailmap img{
    width:100%;
    height: 100%;
}