@font-face {
    font-family: 'elior';
    src: url('../fonts/elior_regular-webfont.eot');
    src: url('../fonts/elior_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/elior_regular-webfont.woff') format('woff'),
         url('../fonts/elior_regular-webfont.ttf') format('truetype'),
         url('../fonts/elior_regular-webfont.svg#eliorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geosanslight';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body{
    position: absolute;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    overflow: hidden;
    font: 30px 'elior', arial, sans-serif;
}

#aspectRatioVertical{
    position: relative;
    width: 1080px;
    height:1920px;
    top:0;left:0;
    overflow: hidden;
}

.slider{
    position: relative;
    overflow:hidden;
}


.qualite-air{
    font-family: 'elior', 'geosanslight', sans-serif;
    font-size: 100px;
    color:white;
}

.qualite-air .video,
.qualite-air .video video{
    width: 100%;
    height:100%;
}

.qualite-air h1{
    font-family: 'geosanslight', sans-serif;
    font-weight: 400;
    font-size: 170px;
}

.qualite-air .score{
    font-size: 180px;
    font-weight: 900;
    color:#09767D;
    width:490px;
    text-align: center;
}

.qualite-air .score .sup{
    font-size: 80px;
    font-weight: 900;
    vertical-align: middle;
    padding-bottom: 1.5em;
}

.qualite-air .tag{
    font-size: 100px;
    width:410px;
    text-align: center;
    color: #565C5C;
}

.qualite-air .scale{
    width: 880px;
}

.qualite-air .scale span{
    float: left;
    width: 10%;
    padding-bottom: .5em;
    background:green;
}

.qualite-air .scale span.active{
    z-index: 10;
    -webkit-transform: scaleY(3);
    transform: scaleY(3);
    -webkit-transform-origin: 0px .45em;
    transform-origin: 0px .45em;
}

.qualite-air .scale span:nth-child(1){background:#33B8A3;}
.qualite-air .scale span:nth-child(2){background:#5CCC60;}
.qualite-air .scale span:nth-child(3){background:#99E600;}
.qualite-air .scale span:nth-child(4){background:#C3F001;}
.qualite-air .scale span:nth-child(5){background:#FFFF00;}
.qualite-air .scale span:nth-child(6){background:#FFD101;}
.qualite-air .scale span:nth-child(7){background:#FFAA01;}
.qualite-air .scale span:nth-child(8){background:#FE5E00;}
.qualite-air .scale span:nth-child(9){background:#FE0000;}
.qualite-air .scale span:nth-child(10){background:#AD5C5B;}













