@media screen and (max-width: 1919px) {
    #fenetre{
        width: 1600px;
        height: 900px;
    }
    .cell-title {
        font-size: 32px;
    }
    .slider-decorator {
        height: 13px;
    }
    .pagination {
        width: 85px;
        height: 85px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 85px;
        font-size: 27px;
        color: white;
    }
    img.cerf_game_bulle {
        position: absolute;
        bottom: -100%;
        transition: all 1s ease;
        margin-left: 17%;
        width: 27%;
    }
    img.cerf_game_bulle.displayed {
        bottom: 0%;
    }
    button.toolbar_square {
    width: 85px;
    height: 85px;
}

    .vraiFauxQuestion > input:checked + label {
        background-color: #43B0E0;
        line-height: 34px;
    }
    .vraiFaux{width:50%;font-size:14px}
.vraiFauxQuestion{height:90px}
    .vraiFauxQuestion > label{padding:3px 23px 5px 42px;width:30px;font-size: 24px;    line-height: 34px;}
    .vraiFauxQuestion > span{float:left;padding:0 15px;width:100%;font-weight:700;font-size:20px}
.vraiFauxQuestion > label::before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    bottom: 10px;
    left: 7px;
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: background-color .2s;
    }
    
    b.subTitle{
    font-size: 32px;
}
div#ressource {
    background: url('../images/Ressources.png') repeat-x;
    background-size: 100%;
    width: 139px;
    height: 139px;
    position: absolute;
    right: 2%;
    top: 42%;
}

div#ressourceco {
    background: url('../images/risorse.png') repeat-x;
    background-size: 100%;
    width: 139px;
    height: 139px;
    position: absolute;
    right: 2%;
    top: 42%;
}
}