/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 24, ../sass/style.scss */
body {
  font-family: "Raleway", sans-serif;
}

/* line 28, ../sass/style.scss */
h1 {
  font-size: 3rem;
}

/* line 31, ../sass/style.scss */
h2 {
  font-size: 2.3rem;
}

/* line 34, ../sass/style.scss */
h3 {
  font-size: 1.8rem;
}

/* line 37, ../sass/style.scss */
h1, h2, h3, p {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 43, ../sass/style.scss */
input[type="submit"],
a {
  transition-property: color, background;
  transition-duration: 0.7s;
}
/* line 47, ../sass/style.scss */
input[type="submit"]:hover,
a:hover {
  text-decoration: none;
  transition-property: color, background;
  transition-duration: 0.7s;
}

/* line 54, ../sass/style.scss */
header {
  background: #0a2d82;
  width: 100%;
  max-height: 100px;
  position: relative;
  padding: 0 15px 0 0;
}
/* line 60, ../sass/style.scss */
header::after {
  content: "";
  clear: both;
}
/* line 65, ../sass/style.scss */
header .logo img {
  height: 100px;
}
/* line 69, ../sass/style.scss */
header .logo,
header blocktitle,
header .menu {
  display: inline-block;
}
/* line 74, ../sass/style.scss */
header .blocktitle {
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.2em;
  color: #fff;
  margin: 0 auto;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 86, ../sass/style.scss */
header .menu {
  margin-top: 15px;
  float: right;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
}
/* line 92, ../sass/style.scss */
header .menu ul {
  margin-bottom: 10px;
}
/* line 95, ../sass/style.scss */
header .menu li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}
/* line 99, ../sass/style.scss */
header .menu li::before {
  content: "|";
  position: absolute;
  left: -5px;
  color: #fff;
}
/* line 105, ../sass/style.scss */
header .menu li:first-child::before {
  content: "";
}
/* line 108, ../sass/style.scss */
header .menu li a {
  font-size: 0.9em;
  display: block;
  padding: 0 10px 0 30px;
  position: relative;
  color: #fff;
}
/* line 114, ../sass/style.scss */
header .menu li a::before {
  content: "";
  position: absolute;
  left: 0;
}
/* line 119, ../sass/style.scss */
header .menu li a:hover {
  text-decoration: underline;
}
/* line 124, ../sass/style.scss */
header .menu .home {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
  float: right;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 134, ../sass/style.scss */
header .menu .home:hover {
  color: #0a2d82;
  background: #fff;
}
/* line 140, ../sass/style.scss */
header .menu .account,
header .menu .logout,
header .menu .login {
  position: relative;
}
/* line 144, ../sass/style.scss */
header .menu .account::before,
header .menu .logout::before,
header .menu .login::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 10px;
  width: 16px;
  height: 16px;
}
/* line 153, ../sass/style.scss */
header .menu .account::before {
  background: url(../img/picto_compte_desktop.png) no-repeat top center;
}
/* line 156, ../sass/style.scss */
header .menu .logout::before {
  background: url(../img/picto_deco_desktop.png) no-repeat top center;
}
/* line 159, ../sass/style.scss */
header .menu .login::before {
  background: url(../img/picto_co_desktop.png) no-repeat top center;
}

/* line 165, ../sass/style.scss */
#quizz {
  padding-top: 30px;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 90px;
  min-height: 100%;
}
/* line 173, ../sass/style.scss */
#quizz::after {
  content: "";
  display: table;
  clear: both;
}

/* HOME  */
/* line 182, ../sass/style.scss */
#center-home {
  /*margin-top: 5%;*/
}
/* line 184, ../sass/style.scss */
#center-home .content-home {
  margin: 20px auto 20px auto;
}
/* line 186, ../sass/style.scss */
#center-home .content-home::after {
  content: "";
  display: table;
  clear: both;
}
/* line 191, ../sass/style.scss */
#center-home .content-home div {
  display: inline-block;
}
/* line 194, ../sass/style.scss */
#center-home .content-home img {
  width: 100%;
  line-height: 400px;
  vertical-align: middle;
}
/* line 200, ../sass/style.scss */
#center-home .content-home .score {
  margin-right: 15px;
}
/* line 203, ../sass/style.scss */
#center-home .content-home .profil {
  margin-left: 15px;
}
/* line 209, ../sass/style.scss */
#center-home .logo-home div {
  margin: 0 auto;
  float: none;
  background: #f0f0f0;
  border-radius: 50%;
  height: 400px;
  width: 400px;
  line-height: 400px;
  vertical-align: middle;
}
/* line 220, ../sass/style.scss */
#center-home div {
  text-align: center;
}
/* line 224, ../sass/style.scss */
#center-home .btn-sapiendo {
  padding: 20px;
  border-width: 2px;
  width: 150px;
}

/* line 231, ../sass/style.scss */
.btn-sapiendo {
  background: #0a2d82;
  color: #fff;
  border-color: #0a2d82;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 237, ../sass/style.scss */
.btn-sapiendo:hover {
  background: #fff;
  color: #0a2d82;
}
/* line 241, ../sass/style.scss */
.btn-sapiendo:focus {
  box-shadow: none;
}

/* SCORES */
/* line 247, ../sass/style.scss */
.score-inside {
  background: #0a2d82;
  color: #fff;
  margin: 10px;
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
  font-weight: 700;
}
/* line 255, ../sass/style.scss */
.score-inside svg {
  fill: #fff;
  width: 75px;
}
/* line 259, ../sass/style.scss */
.score-inside h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 15px 0;
}
/* line 264, ../sass/style.scss */
.score-inside span {
  display: inline-block;
  padding: 15px;
  background: #E7355A;
  font-size: 1.5em;
  text-align: center;
}

/* line 273, ../sass/style.scss */
.message-score {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.8em;
}

/* FOS */
/* line 281, ../sass/style.scss */
#fos {
  max-width: 800px;
  margin: 0 auto;
  /*.login{*/
  max-width: 350px;
  margin: 0 auto;
  background: #0a2d82;
  width: 100%;
  padding: 40px 20px;
  border-radius: 4px;
  /* }*/
}
/* line 291, ../sass/style.scss */
#fos p {
  color: #fff;
}
/* line 295, ../sass/style.scss */
#fos form input {
  width: 100%;
  margin-top: 10px;
}
/* line 299, ../sass/style.scss */
#fos form input[type="checkbox"],
#fos form label {
  display: none;
}
/* line 303, ../sass/style.scss */
#fos form label {
  color: #fff;
}
/* line 306, ../sass/style.scss */
#fos form input {
  border: 0;
  padding: 15px;
}
/* line 312, ../sass/style.scss */
#fos .help-block {
  margin-top: 5px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 324, ../sass/style.scss */
#fos input[type="submit"] {
  padding: 15px;
  display: inline-block;
  background: #E7355A;
  border: 2px solid #E7355A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
  margin: 10px auto;
}
/* line 334, ../sass/style.scss */
#fos input[type="submit"]:hover {
  background: #fff;
  color: #E7355A;
  cursor: pointer;
}
/* line 342, ../sass/style.scss */
#fos form label,
#fos form input {
  display: block;
}

/* line 350, ../sass/style.scss */
#fos_user_change_password_form .help-block {
  display: block;
  text-align: center;
}

/* line 355, ../sass/style.scss */
.li-pwd {
  font-size: 13px;
}
/* line 357, ../sass/style.scss */
.li-pwd ul {
  margin-top: 5px;
  padding-left: 20px;
}
/* line 361, ../sass/style.scss */
.li-pwd li {
  list-style-type: circle;
  font-weight: bold;
}

/* line 369, ../sass/style.scss */
#fos_user_change_password_form .help-block,
#fos_user_resetting_form .help-block {
  display: block;
  text-align: center;
}

/* line 376, ../sass/style.scss */
.li-pwd {
  font-size: 13px;
}
/* line 378, ../sass/style.scss */
.li-pwd ul {
  margin-top: 5px;
  padding-left: 20px;
}
/* line 382, ../sass/style.scss */
.li-pwd li {
  list-style-type: circle;
  font-weight: bold;
}

/* line 388, ../sass/style.scss */
.resetpassword {
  margin-top: 5px;
  display: block;
  color: #fff;
}
/* line 392, ../sass/style.scss */
.resetpassword:hover {
  text-decoration: underline;
}

/* line 397, ../sass/style.scss */
.btn {
  border-radius: 0;
}

/* line 401, ../sass/style.scss */
.resetpassword.btn {
  color: #fff;
  background: #045972;
  border-color: #045972;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 407, ../sass/style.scss */
.resetpassword.btn:hover {
  text-decoration: none;
  color: #045972;
  background: #fff;
}

/* THEMATIC */
/* line 415, ../sass/style.scss */
.thematics {
  padding-top: 30px;
}
/* line 417, ../sass/style.scss */
.thematics .title {
  display: none;
}
/* line 420, ../sass/style.scss */
.thematics::after {
  content: "";
  clear: both;
  display: table;
}

/* line 426, ../sass/style.scss */
.choose-thematic,
.themetic-right,
.themetic-left {
  float: left;
  width: 30%;
}

/* line 432, ../sass/style.scss */
.themetic-left {
  left: 0;
}

/* line 435, ../sass/style.scss */
.themetic-right {
  right: 0;
}
/* line 437, ../sass/style.scss */
.themetic-right::after {
  content: "";
  clear: both;
}

/* line 443, ../sass/style.scss */
.choose-thematic {
  width: calc(100% - 60%);
  font-size: 1.3em;
  text-align: center;
  padding-top: 15px;
}
/* line 448, ../sass/style.scss */
.choose-thematic span {
  display: block;
  color: #0a2d82;
  font-weight: 900;
  font-size: 1.5em;
}
/* line 454, ../sass/style.scss */
.choose-thematic img {
  padding-top: 40px;
}

/* line 459, ../sass/style.scss */
.trainer {
  position: relative;
}
/* line 461, ../sass/style.scss */
.trainer::after {
  content: "";
  clear: both;
  display: table;
}
/* line 466, ../sass/style.scss */
.trainer .raz {
  background: white;
  display: inline-block;
  padding: 20px 13px;
  border-radius: 50%;
  position: absolute;
  color: #fc4141;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #fc4141;
  top: -20px;
}
/* line 477, ../sass/style.scss */
.trainer .raz:hover {
  background: #fc4141;
  color: white;
}

/* line 485, ../sass/style.scss */
.themetic-left .raz {
  left: -40px;
}

/* line 491, ../sass/style.scss */
.themetic-right .raz {
  right: -40px;
}

/* line 496, ../sass/style.scss */
.thematic {
  display: inline-block;
  background: #e7e7e7;
  border-radius: 125px;
  margin-bottom: 30px;
  padding: 5px;
  color: #525251;
  font-size: 1.1em;
  position: relative;
  max-width: 320px;
  height: 80px;
  width: 100%;
}
/* line 508, ../sass/style.scss */
.thematic:hover {
  background: #D4D62B;
  color: #fff;
}
/* line 511, ../sass/style.scss */
.thematic:hover .position {
  color: #D4D62B;
  background: #fff;
}
/* line 516, ../sass/style.scss */
.thematic .title-thematic {
  display: block;
  max-width: calc(100% - 85px);
  padding: 15px 0 15px 15px;
}
.thematic:hover .title-thematic {
  color: #fff;
}

/* line 521, ../sass/style.scss */
.thematic .position {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  color: #fff;
  background: #D4D62B;
  line-height: 70px;
  vertical-align: middle;
  font-size: 2em;
  font-weight: bold;
}
/* line 536, ../sass/style.scss */
.thematic svg {
  width: 45px;
  vertical-align: middle;
}

/* line 543, ../sass/style.scss */
.thematic.checked:hover {
  background: #e7e7e7;
  color: #464646;
  cursor: auto;
}
/* line 547, ../sass/style.scss */
.thematic.checked:hover .position {
  color: #fff;
  background: #D4D62B;
}

/* line 553, ../sass/style.scss */
.thematic.desactivate {
  color: #9c9c9c;
}
/* line 555, ../sass/style.scss */
.thematic.desactivate .position {
  background: #b4bbc7;
}
/* line 558, ../sass/style.scss */
.thematic.desactivate:hover {
  cursor: auto;
  background: #e7e7e7;
  color: #9c9c9c;
}
/* line 562, ../sass/style.scss */
.thematic.desactivate:hover .position {
  color: #fff;
  background: #b4bbc7;
}

/* line 569, ../sass/style.scss */
.thematic.right {
  float: right;
}
/* line 571, ../sass/style.scss */
.thematic.right .position {
  left: 5px;
}
/* line 574, ../sass/style.scss */
.thematic.right .title-thematic {
  margin-left: 70px;
}

@keyframes pastille {
  0% {
    background: red;
  }
  50% {
    background: yellow;
  }
  75% {
    background: yellow;
  }
  100% {
    background: green;
  }
}
/* line 594, ../sass/style.scss */
.animation .thematic .position {
  animation: pastille 0.5s infinite;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}

@keyframes infinite-spinning {
  0% {
    transform: rotate(0deg);
    fill: #0a2d82;
  }
  50% {
    transform: rotate(0deg);
    fill: #0a2d82;
  }
  75% {
    fill: #045972;
  }
  100% {
    transform: rotate(360deg);
    fill: #0a2d82;
  }
}
/* questions */
/* line 620, ../sass/style.scss */
#questions h3 {
  text-align: center;
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #323232;
}
/* line 627, ../sass/style.scss */
#questions .scoreq {
  background: #e6e6e6;
  padding: 10px 15px;
  color: #636467;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
  border-radius: 4px;
}
/* line 635, ../sass/style.scss */
#questions .scoreq span {
  font-weight: 700;
}
/* line 640, ../sass/style.scss */
#questions #tunnel {
  margin-top: 45px;
  margin-bottom: 35px;
}
/* line 643, ../sass/style.scss */
#questions #tunnel::after {
  content: "";
  display: table;
  clear: both;
}
/* line 648, ../sass/style.scss */
#questions #tunnel span {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
}
/* line 656, ../sass/style.scss */
#questions #tunnel span::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  border: 3px solid #0a2d82;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
/* line 666, ../sass/style.scss */
#questions #tunnel span::after {
  content: "";
  position: absolute;
  left: calc(100% - (50% - 25px));
  top: -19px;
  width: calc(100% - 25px);
  height: 3px;
  background: #0a2d82;
}
/* line 677, ../sass/style.scss */
#questions #tunnel span:last-child::after {
  content: "";
  width: 0;
}
/* line 682, ../sass/style.scss */
#questions #tunnel .previous,
#questions #tunnel .current {
  color: #0a2d82;
}
/* line 684, ../sass/style.scss */
#questions #tunnel .previous a,
#questions #tunnel .current a {
  color: #0a2d82;
}
/* line 690, ../sass/style.scss */
#questions #tunnel .current b::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  background: #0a2d82;
  left: calc(50% + 6px);
  top: -24px;
}
/* line 701, ../sass/style.scss */
#questions #tunnel .next {
  color: #c8c8c8;
}
/* line 702, ../sass/style.scss */
#questions #tunnel .next a {
  color: #c8c8c8 !important;
}
/* line 706, ../sass/style.scss */
#questions #tunnel .next::before {
  border: 3px solid #c8c8c8;
}
/* line 709, ../sass/style.scss */
#questions #tunnel .next::after {
  background: #c8c8c8;
}
/* line 714, ../sass/style.scss */
#questions .title-question {
  color: #323232;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 30px;
  position: relative;
}
/* line 722, ../sass/style.scss */
#questions .title-question::before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 2px;
  width: 35px;
  background: #0a2d82;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 735, ../sass/style.scss */
#questions .level {
  text-align: center;
  font-weight: 500;
  font-size: 1.4em;
  color: #636467;
  position: relative;
}
/* line 741, ../sass/style.scss */
#questions .level::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #0a2d82 transparent transparent transparent;
}
/* line 756, ../sass/style.scss */
#questions .answers {
  margin-bottom: 25px;
}
/* line 760, ../sass/style.scss */
#questions #levels {
  margin-top: 20px;
  text-align: center;
}
/* line 763, ../sass/style.scss */
#questions #levels li {
  display: inline-block;
  text-align: center;
}
/* line 766, ../sass/style.scss */
#questions #levels li:hover {
  cursor: pointer;
}
/* line 769, ../sass/style.scss */
#questions #levels li img {
  display: block;
  margin: 0 auto 10px auto;
}
/* line 773, ../sass/style.scss */
#questions #levels li div {
  margin: 10px;
  padding: 15px 20px;
  border: 2px solid #D4D62B;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(125, 125, 125, 0.7);
  color: #636467;
  transition-property: background, color;
  transition-duration: 0.7s;
  position: relative;
}
/* line 783, ../sass/style.scss */
#questions #levels li div:hover, #questions #levels li div.answered {
  background: #D4D62B;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.7s;
}
/* line 788, ../sass/style.scss */
#questions #levels li div:hover .level-name, #questions #levels li div.answered .level-name {
  transition-property: background, color;
  transition-duration: 0.7s;
  color: #fff;
}
/* line 794, ../sass/style.scss */
#questions #levels li div:hover .level-icon-facile::before, #questions #levels li div.answered .level-icon-facile::before {
  background: url(../img/facile-hover.png) top center no-repeat;
}
/* line 799, ../sass/style.scss */
#questions #levels li div:hover .level-icon-moyen::before, #questions #levels li div.answered .level-icon-moyen::before {
  background: url(../img/moyen-hover.png) top center no-repeat;
}
/* line 804, ../sass/style.scss */
#questions #levels li div:hover .level-icon-difficile::before, #questions #levels li div.answered .level-icon-difficile::before {
  background: url(../img/difficile-hover.png) top center no-repeat;
}
/* line 810, ../sass/style.scss */
#questions #levels li .level-name {
  color: #323232;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  display: block;
  transition-property: background, color;
  transition-duration: 0.7s;
}
/* line 821, ../sass/style.scss */
#questions #levels li .level-icon {
  position: relative;
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}
/* line 827, ../sass/style.scss */
#questions #levels li .level-icon::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 839, ../sass/style.scss */
#questions #levels li .level-icon-facile::before {
  background: url(../img/facile.png) top center no-repeat;
}
/* line 844, ../sass/style.scss */
#questions #levels li .level-icon-moyen::before {
  background: url(../img/moyen.png) top center no-repeat;
}
/* line 849, ../sass/style.scss */
#questions #levels li .level-icon-difficile::before {
  background: url(../img/difficile.png) top center no-repeat;
}
/* line 856, ../sass/style.scss */
#questions #timer.loading svg {
  animation: infinite-spinning 2s infinite;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}
/* line 862, ../sass/style.scss */
#questions #timer {
  margin: 30px auto 0 auto;
  max-width: 250px;
  width: auto;
  border: 1px solid #f0f0f0;
  padding: 8px 13px;
  color: #323232;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 4px;
}
/* line 863, ../sass/style.scss */
#questions #timer svg {
  fill: #0a2d82;
  width: 25px;
  vertical-align: middle;
}
/* line 877, ../sass/style.scss */
#questions #timer span {
  line-height: 25px;
  vertical-align: middle;
}
/* line 880, ../sass/style.scss */
#questions #timer span b {
  font-weight: 700;
}
/* line 886, ../sass/style.scss */
#questions .answer {
  margin-bottom: 8px;
  background: #f0f0f0;
  color: #323232;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  margin-top: 8px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
/* line 894, ../sass/style.scss */
#questions .answer:hover {
  cursor: pointer;
  border: 2px solid #D4D62B;
}
/* line 897, ../sass/style.scss */
#questions .answer:hover label:before {
  border: 2px solid #D4D62B !important;
}
/* line 901, ../sass/style.scss */
#questions .answer label {
  color: #323232;
  font-weight: 500;
  width: 100%;
  padding: 10px;
}
/* line 908, ../sass/style.scss */
#questions .answer [type="checkbox"]:not(:checked),
#questions .answer [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
/* line 913, ../sass/style.scss */
#questions .answer [type="checkbox"]:not(:checked) + label,
#questions .answer [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* line 921, ../sass/style.scss */
#questions .answer [type="checkbox"]:not(:checked) + label:before,
#questions .answer [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 934, ../sass/style.scss */
#questions .answer [type="checkbox"]:checked + label:before {
  background: #D4D62B;
}
/* line 938, ../sass/style.scss */
#questions .answer [type="checkbox"]:not(:checked) + label:after,
#questions .answer [type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 0.5em;
  left: 0.42em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #fff;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
/* line 951, ../sass/style.scss */
#questions .answer [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
/* line 955, ../sass/style.scss */
#questions .answer [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* line 960, ../sass/style.scss */
#questions .answer [type="checkbox"]:disabled:not(:checked) + label:before,
#questions .answer [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* line 966, ../sass/style.scss */
#questions .answer [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
/* line 969, ../sass/style.scss */
#questions .answer [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* line 973, ../sass/style.scss */
#questions .answer [type="checkbox"]:checked:focus + label:before,
#questions .answer [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #D4D62B;
}
/* line 979, ../sass/style.scss */
#questions .answer label:hover:before {
  border: 2px solid #D4D62B !important;
}
/* line 984, ../sass/style.scss */
#questions .cchecked {
  border-color: #D4D62B;
}
/* line 988, ../sass/style.scss */
#questions .submit-answer {
  margin-top: 15px;
  background: #E7355A;
  border: 2px solid #E7355A;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
}
/* line 997, ../sass/style.scss */
#questions .submit-answer:hover {
  background: #fff;
  color: #E7355A;
}
/* line 1001, ../sass/style.scss */
#questions .submit-answer:focus {
  box-shadow: none;
}
/* line 1006, ../sass/style.scss */
#questions .retry {
  margin: 40px auto 0 auto;
  background: #fff;
  color: #636467;
  display: block;
  text-transform: initial;
}
/* line 1014, ../sass/style.scss */
#questions .finish {
  margin-top: 10px;
}
/* line 1018, ../sass/style.scss */
#questions .view-point {
  display: block;
  width: 170px;
  margin: 15px auto;
}
/* line 1025, ../sass/style.scss */
#questions .result h2 {
  color: #D4D62D;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
/* line 1030, ../sass/style.scss */
#questions .result h2 span {
  text-transform: uppercase;
  display: block;
}
/* line 1036, ../sass/style.scss */
#questions .correct-answers,
#questions .question-description {
  max-width: 950px;
  text-align: justify;
  color: #636467;
  font-weight: 500;
  font-size: 1em;
  margin: 15px auto;
}
/* line 1047, ../sass/style.scss */
#questions .correct-answers ul {
  margin: 10px 0 20px 0;
}
/* line 1050, ../sass/style.scss */
#questions .correct-answers li {
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
/* line 1054, ../sass/style.scss */
#questions .correct-answers li::before {
  content: "";
  position: absolute;
  background: #0a2d82;
  width: 8px;
  height: 8px;
  left: 0;
  top: 3px;
}
/* line 1066, ../sass/style.scss */
#questions .question-description {
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2em;
}
/* line 1070, ../sass/style.scss */
#questions .question-description::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #0a2d82 transparent transparent transparent;
}

/* line 1086, ../sass/style.scss */
footer {
  position: fixed;
  bottom: 0;
  margin-top: 25px;
  padding: 8px 15px;
  border-top: 1px solid #b4bbc7;
  width: 100%;
  background: #f0f0f0;
}
/* line 1094, ../sass/style.scss */
footer::after {
  content: "";
  display: table;
  clear: both;
}
/* line 1099, ../sass/style.scss */
footer .logo-left,
footer .menu-center,
footer .logo-right {
  float: left;
  width: 25%;
}
/* line 1105, ../sass/style.scss */
footer .menu-center {
  padding-top: 40px;
  width: 50%;
  text-align: center;
  font-family: Arial, sans-serif;
}
/* line 1110, ../sass/style.scss */
footer .menu-center li {
  display: inline-block;
  list-style-type: none;
  color: #969696;
}
/* line 1114, ../sass/style.scss */
footer .menu-center li a {
  color: #969696;
}
/* line 1116, ../sass/style.scss */
footer .menu-center li a:hover {
  text-decoration: underline;
}
/* line 1123, ../sass/style.scss */
footer .logo-right {
  text-align: right;
}

@media (max-width: 1400px) {
  /* line 1129, ../sass/style.scss */
  header {
    height: 100px;
  }
  /* line 1132, ../sass/style.scss */
  header .logo img {
    height: 100px;
  }

  /* line 1138, ../sass/style.scss */
  header .blocktitle {
    top: 20px;
  }

  /* line 1141, ../sass/style.scss */
  .thematic {
    height: 55px;
    font-size: 1em;
    margin-bottom: 20px;
  }

  /* line 1146, ../sass/style.scss */
  .thematic .title-thematic {
    max-width: calc(100% - 65px);
    padding: 10px 0 8px 15px;
  }

  /* line 1150, ../sass/style.scss */
  .thematic .position {
    height: 45px;
    width: 45px;
    line-height: 40px;
    font-size: 1.5em;
  }

  /* line 1157, ../sass/style.scss */
  .choose-thematic {
    padding-top: 0;
  }
  /* line 1159, ../sass/style.scss */
  .choose-thematic img {
    padding-top: 20px;
    max-width: 100%;
    width: 60%;
  }
}
@media (max-width: 1170px) {
  /*
  #quizz {
      position: relative;
      &::after {
          content: "";
          display: table;
          clear: both;
      }
  }*/
  /* line 1178, ../sass/style.scss */
  .thematic svg {
    width: 25px;
    vertical-align: middle;
  }
}
@media (max-width: 992px) {
  /* line 1186, ../sass/style.scss */
  #quizz {
    padding: 10px;
  }

  /* line 1190, ../sass/style.scss */
  #questions h3 {
    font-size: 1.2em;
  }

  /* line 1194, ../sass/style.scss */
  #questions #tunnel {
    margin-bottom: 15px;
  }

  /* line 1198, ../sass/style.scss */
  #questions #levels li .level-name,
  #questions .title-question {
    font-size: 1.3em;
  }

  /* line 1203, ../sass/style.scss */
  header .blocktitle {
    top: 40px;
    font-size: 2.2em;
  }

  /* line 1208, ../sass/style.scss */
  #questions #levels li div {
    padding: 10px;
  }

  /* line 1212, ../sass/style.scss */
  #questions .level {
    font-size: 1.2em;
  }

  /* line 1216, ../sass/style.scss */
  .thematic {
    height: 65px;
    font-size: 0.95em;
  }

  /* line 1221, ../sass/style.scss */
  .thematic .position {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 1.5em;
  }

  /* line 1228, ../sass/style.scss */
  .thematic .title-thematic {
    max-width: calc(100% - 60px);
  }

  /* line 1232, ../sass/style.scss */
  .thematic.right .title-thematic {
    margin-left: 45px;
  }

  /* line 1236, ../sass/style.scss */
  #questions .submit-answer {
    margin-top: 8px;
  }

  /* line 1239, ../sass/style.scss */
  footer {
    position: relative;
  }
}
@media (max-width: 600px) {
  /* line 1245, ../sass/style.scss */
  header {
    height: 55px;
    padding: 0 3px 0 0;
  }

  /* line 1250, ../sass/style.scss */
  header .logo img {
    height: 55px;
  }

  /* line 1254, ../sass/style.scss */
  header .menu {
    position: absolute;
    margin-top: 0;
    top: 3px;
    right: 3px;
    padding: 5px;
  }
  /* line 1260, ../sass/style.scss */
  header .menu .home {
    display: none;
  }

  /* line 1265, ../sass/style.scss */
  header .blocktitle {
    font-size: 1.3em;
    top: 30px;
    right: 5px;
    text-align: right;
  }

  /* line 1272, ../sass/style.scss */
  .thematics {
    padding: 80px 20px 0 20px;
    position: relative;
  }
  /* line 1275, ../sass/style.scss */
  .thematics .choose-thematic {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  /* line 1282, ../sass/style.scss */
  .thematics .choose-thematic img {
    display: none;
  }
  /* line 1286, ../sass/style.scss */
  .thematics .choose-thematic span {
    font-size: 1em;
  }
  /* line 1290, ../sass/style.scss */
  .thematics .title {
    margin-top: 20px;
    display: block;
    position: relative;
  }
  /* line 1294, ../sass/style.scss */
  .thematics .title::before {
    content: "";
    position: absolute;
    top: -10px;
    width: 50px;
    height: 2px;
    background: #0a2d82;
    margin: 0 auto;
  }

  /* line 1305, ../sass/style.scss */
  .themetic-left,
  .themetic-right {
    float: none;
    width: 100%;
  }

  /* line 1311, ../sass/style.scss */
  .thematic.right .title-thematic {
    max-width: calc(100% - 65px);
    padding: 10px 0 8px 15px;
    margin-left: 0;
  }

  /* line 1316, ../sass/style.scss */
  .thematic.right .position {
    left: auto;
    right: 5px;
  }

  /* line 1321, ../sass/style.scss */
  .fixed-footer footer,
  footer {
    text-align: center;
  }

  /* line 1326, ../sass/style.scss */
  footer .logo-left,
  footer .menu-center,
  footer .logo-right {
    float: none;
    text-align: center;
    width: 100%;
  }

  /* line 1334, ../sass/style.scss */
  footer .menu-center {
    margin-bottom: 25px;
  }
}
/* line 1339, ../sass/style.scss */
.blink_me {
  color: red;
  font-size: 30px;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
