/*#########################################
# 		QUIZ DEFAULT THEME
#########################################*/

/*#########################################
# 		Font load
#########################################*/

@font-face {
    font-family: Roboto_Light;
    src: url('../../../../css/fonts/Roboto-Light.woff');
    text-rendering: optimizeLegibility;
}

/*#########################################
# 		VARS
#########################################*/
:root {

	--fontQuizLight : Roboto_Light;

}


/*#########################################
# 		game outer
#########################################*/

#game_outer {
    position: relative;
    background: url(../../images/formeval/game_bg_03.png) no-repeat;
    background-size: 900px 600px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}


/*#########################################
# 		font
#########################################*/

#winIntro_bloc_under_title, 
#winIntro .questionsNbLabel,
#winIntro .durationLabel,
#winIntro .playModeButtonBloc label {
    font-family: var(--fontQuizLight);
}

/*#########################################
# 		MISC
#########################################*/

#answerResultIcoOk {
    background: url(../../images/ico_ok_300.png) no-repeat;
}

#answerResultIcoError {
    background: url(../../images/ico_error_300.png) no-repeat;
}
