html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #636363;
    background-color: #f6f6f6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

a,
a:hover,
a:focus {
	color: #fff;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

img {
    border: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

a,
button,
.btn-hover,
.img-hover {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

a.a-hover:hover,
.img-hover:hover,
.btn-hover:hover {
	filter: alpha(opacity=85);
	opacity: .85;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h2,
h3 {
    color: #233889;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

form {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    margin-left: -30px;
    margin-right: -30px;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-6 {
    width: 50%;
}

.col-md-8 {
    width: 66.66%;
}

.col-md-12 {
    width: 100%;
}

.only-mobile,
.only-mobile-992 {
    display: none;
}

.centerfy {
    text-align: center;
}

.fu_popover_content_default {
    font-size: 1.4rem;
    color: #233889;
    text-align: center;
}

/**********/
/* Header */

#header {
    position: relative;
    width: 100%;
    height: 250px;
    padding-top: 30px;
    background-color: #fff;
    z-index: 10;
}

#header #logo {
    margin-left: 105px;
}

#header .header-title {
    height: 70px;
    background-color: #233889;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 40px;
}

#header .header-title h1 {
    font-size: 5em;
    font-weight: 400;
    line-height: 70px;
    color: #fff;
}

#header .header-title h1>span {
    font-weight: 700;
}

#header .header-square {
    background-color: #4aafe3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-square h2 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: .97em;
    color: #fff;
    text-align: center;
}

#header .header-square .header-square-line {
    position: absolute;
    height: 2px;
    left: 35px;
    right: 35px;
    background: #fff;
}

#header .header-square .header-square-line-top {
    top: 68px;
}

#header .header-square .header-square-line-bottom {
    bottom: 68px;
}

/********/
/* Home */

#home {
	height: calc(100% - 250px);
}

#home .left {
    position: relative;
    float: left;
    width: 950px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px 40px 100px;
}

#home .left h2 {
    font-size: 2.7rem;
    font-weight: 700;
    color: #233889;
    margin-bottom: 30px;
}

#home .left p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5em;
}

#home .left p.par {
/*    max-width: 700px;*/
}

#home .left p.par strong {
	color: red;
}

#home .left p.blue {
    color: #233889;
    line-height: 45px;
}

#home .left .home-inputs {
    float: right;
}

#home .left input {
    display: block;
    width: 310px;
    border: 1px solid #233889;
    font-size: 1.6rem;
    line-height: 45px;
    height: 45px;
    padding-left: 12px;
    color: #233889;
}

#home .left input#code {
    margin-top: 8px;
}

#home .right {
    height: 100%;
    background: url(../img/home.jpg) center no-repeat;
    background-size: cover;
    margin-left: 950px;
}

#home .rules {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

#home .rules a {
    color: #233889;
    font-size: 1.4rem;
    text-decoration: underline;
}

#go {
    position: absolute;
    right: 48px;
    bottom: 44px;
    z-index: 10;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff; /* #233889 */
    text-align: center;
    cursor: pointer;
}

#go img {
    display: block;
    margin-bottom: 5px;
}

/*************/
/* Questions */

#questions {
    display: none;
	height: calc(100% - 250px);
    background-color: #f6f6f6;
}

#questions #question-block {
    float: left;
    padding: 50px 48px 0;
    width: 870px;
    height: 100%;
}

#questions .row-choice {
    margin-bottom: 20px;
}

.question-text {
    display: none;
}

.question-image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    width: 0;
    height: 100%;
}

#progression {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    z-index: 10;
}

#progression.clickable {
    cursor: pointer;
}

#next {
    position: absolute;
    left: 70px;
    bottom: 130px;
    display: none;
    font-size: 2rem;
    font-weight: 600;
    color: #4aafe3;
}

#next img {
    float: left;
    margin-right: 10px;
}

#next span {
    float: left;
    margin-top: 22px;
}

#timer {
    position: absolute;
    right: 42px;
    bottom: 110px;
}

#timer .pause {
    width: 17px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 7px;
	filter: alpha(opacity=0);
    opacity: 0;
    background-color: #4aafe3;
}

#timer .clock {
    display: block;
    float: left;
    margin-left: 8px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s color ease-in-out;
}

#timer .clock.paused {
    color: #233889;
}

#question-count.paused .question-count-number span {
    color: #233889;
    border-color: #233889;
}

#question-count.paused .question-count-sep>div {
    background-color: #233889;
}

#timer .clock.exceeded {
    color: #f39e00;
}

#question-count {
    text-align: center;
    padding: 0 35px 40px;
}

#question-count .question-count-number {
    width: 5%;
    float: left;
}

#question-count .question-count-sep {
    width: 5.55%;
    float: left;
    padding: 20px 4px 0;
}

#question-count .question-count-number span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 21px;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 37px;
    color: #fff;
}

#question-count .question-count-number.current span {
    color: #000;
    background-color: #fff;
}

#question-count .question-count-number.correct span {
    background-color: #233889;
    border: 2px solid #233889;
    color: #fff;
}

#question-count .question-count-number.wrong span {
    background-color: #f39e00;
    border: 2px solid #f39e00;
    color: #fff;
}

#question-count .question-count-sep>div {
    background-color: #fff;
    height: 3px;
}

#timeline {
    width: 100%;
    height: 9px;
    background-color: #4aafe3;
}

#timeline div {
    width: 0;
    height: 100%;
    background-color: #233889;
}

#header,
.question-image,
#progression,
#timeline {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#timeline div {
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -ms-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
}

#explication-block {
    display: none;
    background: url(../img/shadow.png) left top no-repeat;
    font-weight: 400;
    margin-left: 870px;
    padding: 60px 35px 0 70px;
    overflow: hidden;
    cursor: pointer;
}

.explication-block-text {
    display: none;
}

#explication-block h3 {
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 40px;
}

#explication-block p {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4em;
}

#questions #validate {
    position: absolute;
    left: 48px;
    bottom: 30px;
    width: 185px;
    padding: 14px 0;
    text-align: center;
    background-color: #233889;
    border: none;
    border-radius: 30px;
    font-size: 2.7rem;
    font-weight: 600;
    color: #fff;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

#questions #validate:hover {
	filter: alpha(opacity=85);
	opacity: .85;
}

#go.disabled,
#questions #validate.disabled {
    cursor: not-allowed;
}

#questions #validate.disabled {
    background: #dedede;
}

#questions h2 {
    font-size: 6rem;
    font-weight: 700;
    color: #4aafe3;
    margin-bottom: 25px;
}

#question-block p {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4em;
    color: #233889;
    margin-bottom: 50px;
}

#question-block [type="radio"]:not(:checked),
#question-block [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

#question-block [type="radio"]:not(:checked) + label,
#question-block [type="radio"]:checked + label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: inline-block;
}

#question-block [type="radio"]:not(:checked) + label:hover,
#question-block [type="radio"]:checked + label {
    color: #4aafe3;
}

#question-block [type="radio"].disabled:not(:checked) + label {
    color: rgba(99, 99, 99, .3);
}

#question-block [type="radio"]:not(:checked) + label:before,
#question-block [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 25px;
	height: 25px;
	border: 2px solid #636363;
	background: #fff;
	border-radius : 15px;
}

#question-block [type="radio"]:checked + label:before {
	border: 2px solid #636363;
}

#question-block [type="radio"]:not(:checked) + label:after,
#question-block [type="radio"]:checked + label:after {
	content: '\2022';
	position: absolute;
    top: 0;
	left: 6px;
    font-family: Arial;
    font-size: 4.8rem;
	color: #4aafe3;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#question-block [type="radio"]:not(:checked) + label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

#question-block [type="radio"]:hover + label:after,
#question-block [type="radio"]:checked + label:after {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#question-block label {
    font-size: 2.5rem;
    line-height: 1.4em;
    font-weight: 400;
    color: #636363;
    display: block;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

/**********/
/* Resume */

#resume {
    display: none;
    padding: 80px 80px 40px 140px;
    overflow: hidden;
}

#resume .col-left {
    float: left;
    width: 620px;
}

#resume .col-right {
    margin-left: 620px;
}

#resume h2 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 94px;
    font-weight: 300;
    margin-bottom: 10px;
}

#resume h2 .time {
    font-weight: 400;
}

#resume .congrats h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2em;
    margin: 45px 0 35px;
    color: #233889;
}

#resume .congrats p {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    color: #636363;
}

/**********/
/* Answer */

.shadow-top {
    background: url(../img/shadow-top.png) left top no-repeat;
    height: 160px;
}

.shadow-bottom {
    background: url(../img/shadow-bottom.png) left top no-repeat;
    height: 130px;
}

/**************/
/* Responsive */

@media screen and (max-width: 1800px) {
    #header #logo {
        margin-left: 45px;
    }
    #header .header-title h1 {
        font-size: 3.4rem;
    }
    #home .left {
        padding-left: 40px;
		padding-right: 40px;
        width: 800px;
    }
    #home .left p {
        max-width: none;
    }
    #home .left p,
    #home .left input {
        font-size: 1.8rem;
    }
    #home .right {
        margin-left: 800px;
    }
    #questions #question-block {
        width: 700px;
    }
    #questions h2 {
        font-size: 5rem;
    }
    #question-block p {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    #question-block label {
        font-size: 2rem;
    }
    #question-block [type="radio"]:not(:checked) + label:before,
    #question-block [type="radio"]:checked + label:before {
    	top: -1px;
    }
    #explication-block {
        margin-left: 700px;
        padding-left: 50px;
    }
    #explication-block h3 {
        font-size: 2.5rem;
    }
    #explication-block p {
        font-size: 2rem;
    }
    #next {
        bottom: 90px;
        left: 35px;
        font-size: 1.8rem;
    }
    #timer {
        bottom: 100px;
    }
    #question-count {
        padding-bottom: 20px;
    }
    #question-count .question-count-sep {
        padding-top: 17px;
    }
    #question-count .question-count-number span {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 31px;
    }
}

@media screen and (max-width: 1600px) {
    #home .left {
        width: 50%;
    }
    #home .right {
        margin-left: auto;
        width: 50%;
    }
    #resume .col-left {
        width: 400px;
    }
    #resume .col-right {
        margin-left: 400px;
    }
    #resume h2 {
        font-size: 6rem;
    }
    #resume .congrats h3 {
        font-size: 4rem;
        margin-top: 17px;
    }
    #resume .congrats p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1500px) {
    #home .left h2 {
        font-size: 2.2rem;
    }
    #home .left p,
    #home .left input {
        font-size: 1.6rem;
    }
    #home .left input {
        width: 250px;
    }
    #home .right {
        background-position: 40%;
    }
    #questions h2 {
        font-size: 4rem;
    }
    #question-block p {
        font-size: 2rem;
        margin-bottom: 35px;
    }
    #question-block label {
        font-size: 1.8rem;
    }
    #question-block [type="radio"]:not(:checked) + label:after,
    #question-block [type="radio"]:checked + label:after {
        top: 1px;
    }
    #question-count .question-count-sep {
        padding-top: 15px;
    }
    #question-count .question-count-number span {
        width: 33px;
        height: 33px;
        font-size: 18px;
        line-height: 29px;
    }
}

@media screen and (max-width: 1350px) {
    #explication-block p {
        font-size: 2rem;
    }
    #question-count {
        padding-bottom: 20px;
    }
    #explication-block h3 {
        font-size: 2.2rem;
    }
    #timer .pause {
        width: 13px;
        height: 45px;
    }
    #timer .clock {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1200px) {
    #header .header-title {
        padding-left: 25px;
    }
    #header #logo {
        margin-left: 30px;
    }
    #header .header-title h1 {
        font-size: 3rem;
    }
    #header .header-square {
        width: 180px;
    }
    #header .header-square h2 {
        font-size: 2.2rem;
    }
    #header .header-square .header-square-line {
        left: 20px;
        right: 20px;
    }
    #home .left p,
    #home .left input {
        font-size: 1.4rem;
    }
    #questions #question-block {
        width: 500px;
    }
    #question-block .col-md-6 {
        margin-bottom: 15px;
    }
    #question-block p {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    #question-block label {
        font-size: 1.4rem;
    }
    #explication-block {
        margin-left: 500px;
    }
    #explication-block p {
        font-size: 1.6rem;
    }
    #question-block [type="radio"]:not(:checked) + label:before,
    #question-block [type="radio"]:checked + label:before {
    	top: -4px;
    }
    #timer .pause {
        width: 10px;
        height: 40px;
    }
    #timer .clock {
        font-size: 4rem;
    }
    #next {
        font-size: 1.6rem;
    }
    #resume .congrats p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1100px) {
	#question-count {
		padding-left: 15px;
		padding-right: 15px;
	}
	#question-count .question-count-sep>div {
		display: none;
	}
	#question-count .question-count-number span {
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 25px;
	}
	#timer {
		right: 15px;
		bottom: 85px !important;
	}
	#next {
		left: 15px;
	}
	#next img {
		width: 34px;
	}
	#next span {
		margin-top: 7px;
	}
}

@media screen and (max-height: 1000px) {
	#home .left {
		width: 70%;
        padding-left: 40px;
		padding-right: 40px;
	}
	#home .right {
		margin-left: auto;
		width: 30%;
	}
    #home .left p {
        max-width: none;
    }
    #home .left p,
    #home .left input {
		font-size: 1.6rem;
    }
    #questions h2 {
        font-size: 4rem;
		margin-bottom: 15px;
    }
	#questions #question-block {
		padding-top: 30px;
	}
	#questions .row-choice {
		margin-bottom: 15px;
	}
    #question-block p {
        margin-bottom: 25px;
    }
    #question-block label {
        font-size: 1.4rem;
    }
    #question-block [type="radio"]:not(:checked) + label:before,
    #question-block [type="radio"]:checked + label:before {
    	top: -5px;
    }
    #explication-block h3 {
        font-size: 2.2rem;
    }
    #explication-block p {
        font-size: 1.6rem;
    }
    #timer {
        bottom: 100px;
    }
    #timer .pause {
        width: 10px;
        height: 40px;
    }
    #timer .clock {
        font-size: 4rem;
    }
    #next {
        bottom: 90px;
        left: 35px;
        font-size: 1.6rem;
    }
    #question-count {
        padding-bottom: 20px;
    }
    #question-count .question-count-sep {
        padding-top: 15px;
    }
    #question-count .question-count-number span {
        width: 33px;
        height: 33px;
        font-size: 18px;
        line-height: 29px;
    }
    #resume .congrats p {
        font-size: 1.6rem;
    }
}

@media screen and (max-height: 900px) {
    #home .left p,
    #home .left input {
		font-size: 1.2rem;
    }
}

@media screen and (max-width: 1100px), screen and (max-height: 700px) {
	#header {
		height: 160px;
		padding-top: 15px;
	}
	#header #logo,
	#header #logo2 {
		height: 80px;
	}
	#header .header-title {
		height: 50px;
	}
	#header .header-title h1 {
		font-size: 1.8rem;
		line-height: 50px;
	}
	#header .header-square .header-square-line-top {
		top: 48px;
	}
	#header .header-square .header-square-line-bottom {
		bottom: 48px;
	}
	#home {
		height: calc(100% - 160px);
	}
	#home .left {
		width: 75%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
	}
	#home .right {
		width: 25%;
	}
	#go {
		right: 30px;
	}
	#home .rules {
		text-align: left;
		left: 20px;
		right: auto;
	}
	#home .rules a {
		font-size: 1.2rem;
	}
	#questions #question-block {
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}
	#questions #validate {
		left: 25px;
		bottom: 20px;
		font-size: 2.2rem;
	}
	#questions h2 {
		font-size: 3rem;
	}
	#question-block p,
	#explication-block p {
		font-size: 1.4rem;
	}
	#question-block label {
		font-size: 1.2rem;
	}
	#explication-block {
		padding: 30px 25px 0 25px !important;
	}
	#question-count .question-count-number span {
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 25px;
	}
	#next {
        bottom: 140px;
        left: 25px;
    }
    #timer .pause {
        width: 8px;
        height: 28px;
    }
	#timer .clock {
		font-size: 3rem;
	}
	#resume {
		padding: 30px;
	}
}

@media screen and (max-width: 1000px), screen and (max-height: 600px) {
	#header {
		height: 140px;
		padding-top: 10px;
	}
	#header .header-title {
		height: 40px;
	}
	#header .header-title h1 {
		font-size: 1.6rem;
		line-height: 40px;
	}
	#header .header-square .header-square-line-top {
		top: 38px;
	}
	#header .header-square .header-square-line-bottom {
		bottom: 38px;
	}
	#home {
		height: calc(100% - 140px);
	}
	#home .left h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#home .left p,
	#home .left input {
		font-size: 1.1rem;
	}
	#home .left input {
		height: 35px;
		line-height: 35px;
	}
}
