/* STATISTIQUES SECTIONS */

#statistiques-sections {
    background-color: #D3E9EF;
}

#statistiques-sections #container {
    width: 500vw;
    background-color: #D3E9EF;
}

.fixedElements .lightBg {
    background: url(../img/lightStat2.svg) no-repeat;
    width: 100%;
    height: 900px;
    position: fixed;
    bottom: 0;
    z-index: 5;
    left: 14px;
}

#container {
    background: url(/img/lightStatBg.svg);
    background-position: -330px center;
    -webkit-mask-image: url(/img/lightStat.svg);
    mask-image: url(/img/lightStat.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0px bottom;
    mask-position: -330px center;
}

.cta.desktopOnly {
    padding: 20px 100px;
    position: fixed;
    top: 5%;
    right: calc(2% + 140px);
    z-index: 6;
}

#panel-0 .pl-200 {
    padding-left: 0;
    padding-top: 20%;
}

.cta.mobileOnly {
    display: none;
}

.wrap-charts .chart {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .bigTramStat {
        height: 70%;
    }
    .lightStat2 {
        left: calc(20vw - 96px)!important;
        bottom: -6px!important;
        height: 70%!important;
    }
    .cta {
        padding: 20px;
    }
}

@media (max-width: 850px) {
    #container {
        mask: none;
    }
    .cta.mobileOnly {
        display: block;
    }
}

@media (orientation: portrait) and (max-width: 850px) {
    .wrap-charts {
        display: block;
    }
}

.topPageLogo {
    position: fixed;
}