@charset "UTF-8";
/*!
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Nunito:300,400,700);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
CUSTOM VARS & MIXINS
--------------------------------------------------------------*/
/**/
/*

	COLORS

 */
/*--------------------------------------------------------------
CUSTOM VARS & MIXINS
--------------------------------------------------------------*/
/*! formstone v0.7.10 [navigation.css] 2015-08-01 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-navigation-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-navigation
	 * @type element
	 * @description Base widget class
	 */
.fs-navigation {
  /**
		 * @class
		 * @name .fs-navigation-toggle-nav
		 * @type element
		 * @description Toggle navigation
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-handle
		 * @type element
		 * @description Toggle handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-handle.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav
		 * @type element
		 * @description Overlay nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-left-nav
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-right-nav
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav
		 * @type element
		 * @description Push nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-left-nav
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-right-nav
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav
		 * @type element
		 * @description Reveal nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-left-nav
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-right-nav
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-handle
		 * @type element
		 * @description Overlay handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-handle
		 * @type element
		 * @description Push handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-content:before
		 * @type element
		 * @description Overlay mask
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-content.fs-navigation-open:before
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content
		 * @type element
		 * @description Target page content
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animted state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-left-content
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-right-content
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content
		 * @type element
		 * @description Target page content
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animted state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-left-content
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-right-content
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle
		 * @type element
		 * @description Click target to toggle navigation
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle:after
		 * @type element
		 * @description Icon displayed in handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-lock
		 * @type modifier
		 * @description Indicates locked state; Applied to body element
		 */ }

.fs-navigation.fs-navigation-enabled {
  margin: 0; }

.fs-navigation,
.fs-navigation:after,
.fs-navigation:before,
.fs-navigation *,
.fs-navigation *:after,
.fs-navigation *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.fs-navigation-toggle-nav.fs-navigation-enabled {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  display: none; }

.fs-navigation-toggle-nav.fs-navigation-open {
  display: block; }

.fs-navigation-toggle-handle.fs-navigation-enabled {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #111111;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 45px 0 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-navigation-toggle-handle.fs-navigation-open {
  border-radius: 3px 3px 0 0; }

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled,
.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 270px;
  height: 100%;
  height: -webkit-calc(100% + 60px);
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  visibility: hidden; }

.fs-navigation-reveal-nav.fs-navigation-animated {
  -webkit-transition: visibility 0.001s linear 0.2s;
  transition: visibility 0.001s linear 0.2s; }

.fs-navigation-push-nav.fs-navigation-animated,
.fs-navigation-overlay-nav.fs-navigation-animated {
  -webkit-transition: -webkit-transform 0.2s ease, visibility 0.001s linear 0.2s;
  transition: transform 0.2s ease, visibility 0.001s linear 0.2s; }

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  z-index: 0; }

.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  left: 0; }

.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled,
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  right: 0; }

.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0); }

.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); }

.fs-navigation-overlay-nav.fs-navigation-enabled {
  z-index: 2; }

.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15); }

.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15); }

.fs-navigation-reveal-nav.fs-navigation-open {
  visibility: visible;
  -webkit-transition: visibility 0.001s ease;
  transition: visibility 0.001s ease; }

.fs-navigation-push-nav.fs-navigation-open,
.fs-navigation-overlay-nav.fs-navigation-open {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease, visibility 0.001s ease;
  transition: transform 0.2s ease, visibility 0.001s ease;
  visibility: visible; }

.fs-navigation-push-handle.fs-navigation-enabled,
.fs-navigation-overlay-handle.fs-navigation-enabled {
  padding: 10px 40px 10px 15px;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0 45px 0 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-navigation-overlay-content:before {
  width: 100%;
  height: 100%;
  height: -webkit-calc(100% + 60px);
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden; }

.fs-navigation-overlay-content.fs-navigation-open:before {
  opacity: 1;
  visibility: visible; }

.fs-navigation-reveal-content.fs-navigation-enabled,
.fs-navigation-push-content.fs-navigation-enabled {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.fs-navigation-reveal-content.fs-navigation-animated,
.fs-navigation-push-content.fs-navigation-animated {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease; }

.fs-navigation-reveal-left-content.fs-navigation-enabled,
.fs-navigation-push-left-content.fs-navigation-enabled {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15); }

.fs-navigation-reveal-right-content.fs-navigation-enabled,
.fs-navigation-push-right-content.fs-navigation-enabled {
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15); }

.fs-navigation-reveal-left-content.fs-navigation-open,
.fs-navigation-push-left-content.fs-navigation-open {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); }

.fs-navigation-reveal-right-content.fs-navigation-open,
.fs-navigation-push-right-content.fs-navigation-open {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0); }

.fs-navigation-handle.fs-navigation-enabled {
  position: relative; }

.fs-navigation-handle.fs-navigation-enabled:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #cccccc;
  box-shadow: 0 5px 0 #cccccc, 0 -5px 0 #cccccc;
  content: '';
  display: block;
  margin: auto 0; }

.fs-navigation-handle.fs-navigation-open:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #cccccc;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 13px;
  text-align: center; }

.fs-navigation-lock {
  overflow: hidden !important; }

/*--------------------------------------------------------------
CUSTOM STYLES
--------------------------------------------------------------*/
/* */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

body {
  font-family: "Nunito", sans-serif;
  color: #171717; }

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.313em;
  font-weight: 300; }

h1 {
  font-size: 3em;
  margin: 0.563em 0; }

h2 {
  font-size: 2.25em;
  margin: 0.625em 0; }

h3 {
  font-size: 1.5em;
  margin: 1.313em 0; }

h4 {
  font-size: 1.313em;
  margin: 1.313em 0; }

h5 {
  font-size: 1.125em;
  margin: 1.313em 0; }

h6 {
  font-size: 1em;
  margin: 0.75em 0; }

.widget-title {
  font-size: 1.125em; }

em,
i {
  font-weight: 300; }

/* logo */
.logo {
  padding: 1rem;
  border-bottom: 1px solid #171717;
  background-color: #00A6A7; }
  @media screen and (min-width: 48em) {
    .logo {
      padding: 1rem 2.5rem;
      float: left;
      background-color: transparent;
      border-bottom: 0;
      width: 350px; } }
  .logo img {
    width: auto;
    height: 5rem;
    float: right;
    margin-top: -.5rem; }
  .logo a {
    color: black;
    text-decoration: none; }

.menu .sponsors li a {
  padding: 2rem 1rem;
  display: block;
  color: black;
  text-decoration: none;
  font-size: 0.8rem; }

/* navigation classique */
.menu {
  position: absolute;
  background-color: #E9E9E9;
  width: 100%;
  z-index: 9999; }
  .menu .sponsors {
    display: block; }
    @media screen and (min-width: 48em) {
      .menu .sponsors {
        display: none; } }
    @media screen and (min-width: 64em) {
      .menu .sponsors {
        display: block; } }
  .menu li {
    display: inline; }
    .menu li a {
      float: left;
      padding: 1rem;
      display: block; }
      @media screen and (min-width: 48em) {
        .menu li a {
          padding: 2rem 1rem; } }
      .menu li a:hover {
        cursor: pointer;
        color: #9d9d9d; }
  .menu .menu-langue-container,
  .menu .nav-menu-2 {
    float: left; }
    @media screen and (min-width: 48em) {
      .menu .menu-langue-container,
      .menu .nav-menu-2 {
        float: right; } }
  .menu .menu-langue-container {
    margin-left: 1rem; }
  .menu .nav-menu-2 {
    border-top: 1px solid #171717; }
    @media screen and (min-width: 48em) {
      .menu .nav-menu-2 {
        border: 0; } }
  .menu .langues a {
    text-decoration: none;
    color: black; }
  .menu .fs-navigation-handle {
    font-size: 0; }
    .menu .fs-navigation-handle.fs-navigation-enabled {
      background-color: transparent;
      font-size: 0;
      padding: 1rem;
      text-transform: uppercase;
      color: #171717;
      width: 46px;
      height: 1rem;
      height: 100%;
      padding: 1rem;
      border-radius: 5rem;
      position: absolute;
      right: 1rem;
      background-color: #E9E9E9;
      top: 1rem; }
      .menu .fs-navigation-handle.fs-navigation-enabled:after {
        right: 1rem;
        background: #171717;
        box-shadow: 0 5px 0 #171717, 0 -5px 0 #171717; }
    .menu .fs-navigation-handle.fs-navigation-open:after {
      background: transparent;
      color: #171717;
      box-shadow: 0 5px 0 transparent, 0 -5px 0 transparent; }
  .menu .category-uncategorized a {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .menu .category-uncategorized a {
        width: auto; } }

.navigation-quiz {
  transition: all 0.5s ease;
  position: relative;
  top: auto;
  left: auto;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .navigation-quiz {
      position: absolute;
      top: 9em;
      left: 2rem;
      width: 9rem;
      height: 9rem;
      z-index: 999;
      background-color: transparent; }
      .navigation-quiz.little {
        width: 4.5rem;
        height: 4.5rem; }
        .navigation-quiz.little li {
          width: 1.5rem;
          height: 1.5rem; } }
  .navigation-quiz li {
    transition: all 0.5s ease;
    display: none;
    float: none;
    width: 100%;
    position: relative; }
    .navigation-quiz li.post {
      display: block; }
    @media screen and (min-width: 48em) {
      .navigation-quiz li {
        float: left;
        width: 3rem;
        height: 3rem;
        border-radius: 10rem; } }
    .navigation-quiz li a {
      padding: 1rem;
      display: block;
      width: 100%;
      display: block;
      color: white;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .navigation-quiz li a {
          border-radius: 10rem;
          padding: 0;
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%; }
          .navigation-quiz li a span {
            display: none; } }
      .navigation-quiz li a:hover {
        cursor: pointer;
        color: #171717; }
    .navigation-quiz li.selected a {
      cursor: default; }

/* navigation QUIZ */
.mobile.floor-0 .navigation-quiz {
  display: block; }

.floor-0 .navigation-quiz {
  display: none; }

/* PAGE */
.floor {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%; }
  @media screen and (min-width: 48em) {
    .floor {
      background-size: 27%; } }
  .floor.open {
    background-position: left 50%; }
    .floor.open .entry-content h2 {
      margin-top: 8rem;
      font-size: 1.5rem; }
      @media screen and (min-width: 48em) {
        .floor.open .entry-content h2 {
          padding-left: 8.6666666667rem; } }
    .floor.open .entry-content .entry-elements {
      font-size: 1rem; }
      @media screen and (min-width: 48em) {
        .floor.open .entry-content .entry-elements {
          padding-left: 8.6666666667rem; } }
  .floor .headline {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: -1rem;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Arial Black', 'AvenirNext-Heavy', Gadget, sans-serif;
    font-weight: 500; }
    @media screen and (min-width: 48em) {
      .floor .headline {
        bottom: -2rem; } }
  .floor .thumbnail {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0; }
    .floor .thumbnail img {
      width: 100%;
      max-width: 100%; }
  .floor .entry-page {
    padding: 1rem; }
    @media screen and (min-width: 48em) {
      .floor .entry-page {
        padding-left: 13rem;
        padding-right: 2rem; } }
  .floor .entry-content {
    margin-top: 3rem;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 48em) {
      .floor .entry-content {
        margin-top: 8rem; } }
    .floor .entry-content h2 {
      font-size: 1.5rem;
      color: white;
      padding: 1rem;
      margin: 0;
      font-weight: 700;
      transition: all 0.5s ease; }
      @media screen and (min-width: 48em) {
        .floor .entry-content h2 {
          font-size: 2rem;
          padding-left: 13rem;
          padding-right: 2rem; } }
      @media screen and (min-width: 64em) {
        .floor .entry-content h2 {
          font-size: 2rem; } }
      @media screen and (min-width: 80em) {
        .floor .entry-content h2 {
          font-size: 2.5rem; } }
    .floor .entry-content .entry-elements {
      transition: all 0.5s ease;
      content: "";
      display: table;
      padding-left: 1rem;
      color: white;
      font-size: 1rem;
      width: 100%;
      padding-left: 0; }
      @media screen and (min-width: 48em) {
        .floor .entry-content .entry-elements {
          padding-left: 13rem;
          font-size: 1.2rem;
          width: auto; } }
      @media screen and (min-width: 64em) {
        .floor .entry-content .entry-elements {
          font-size: 1.5rem; } }
      @media screen and (min-width: 80em) {
        .floor .entry-content .entry-elements {
          font-size: 1.5rem; } }
      .floor .entry-content .entry-elements ul {
        padding: 0; }
      .floor .entry-content .entry-elements li,
      .floor .entry-content .entry-elements p {
        float: none;
        border-bottom: 0;
        border-radius: 100px;
        width: auto;
        color: black;
        margin: 1rem;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0 1rem 0 0;
        display: flex;
        line-height: 1;
        align-items: center; }
        @media screen and (min-width: 48em) {
          .floor .entry-content .entry-elements li,
          .floor .entry-content .entry-elements p {
            float: left;
            padding-right: 3rem;
            width: auto;
            margin-right: 1rem;
            border-bottom: 0;
            border-radius: 100px;
            margin-bottom: 1rem; } }
        .floor .entry-content .entry-elements li:before,
        .floor .entry-content .entry-elements p:before {
          content: ' ';
          display: block;
          width: 3rem;
          height: 2rem;
          background-image: url("../img/neutre.svg");
          background-size: contain;
          display: inline-block;
          margin: 0.5rem 1rem 0.5rem 0.5rem;
          vertical-align: middle;
          background-repeat: no-repeat;
          align-self: center; }
        .floor .entry-content .entry-elements li.wrong,
        .floor .entry-content .entry-elements p.wrong {
          color: black;
          background-color: rgba(255, 255, 255, 0.7); }
          .floor .entry-content .entry-elements li.wrong:before,
          .floor .entry-content .entry-elements p.wrong:before {
            background-image: url("../img/faux.svg"); }
          .floor .entry-content .entry-elements li.wrong.hover,
          .floor .entry-content .entry-elements p.wrong.hover {
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.7); }
        .floor .entry-content .entry-elements li.right,
        .floor .entry-content .entry-elements p.right {
          color: black;
          background-color: rgba(255, 255, 255, 0.7); }
          .floor .entry-content .entry-elements li.right:before,
          .floor .entry-content .entry-elements p.right:before {
            background-image: url("../img/juste.svg"); }
          .floor .entry-content .entry-elements li.right.hover,
          .floor .entry-content .entry-elements p.right.hover {
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.7); }
        .floor .entry-content .entry-elements li.hover,
        .floor .entry-content .entry-elements p.hover {
          cursor: pointer;
          background-color: rgba(255, 255, 255, 0.9); }
    .floor .entry-content .entry-answer {
      display: none;
      background-color: white;
      padding: 3rem 1rem;
      /* height: 100%; */ }
      @media screen and (min-width: 48em) {
        .floor .entry-content .entry-answer {
          padding: 0; }
          .floor .entry-content .entry-answer .answer {
            padding: 2rem 2rem 2rem 8.6666666667rem;
            font-size: 1rem; }
            .floor .entry-content .entry-answer .answer strong {
              font-size: 1.3rem; } }
      .floor .entry-content .entry-answer p {
        font-size: 1rem; }
      .floor .entry-content .entry-answer ul {
        margin: 1rem; }
        .floor .entry-content .entry-answer ul li {
          margin: 0.5rem 0; }
          .floor .entry-content .entry-answer ul li:before {
            content: '\2023';
            margin-left: -1rem;
            width: 1rem;
            display: block;
            font-size: 2rem;
            float: left;
            line-height: 1.5rem; }
      .floor .entry-content .entry-answer em,
      .floor .entry-content .entry-answer i {
        font-size: 80%; }
    .floor .entry-content .entry-link {
      text-align: center;
      margin-top: 2rem; }
    .floor .entry-content .entry-image img {
      max-width: 100%;
      height: auto; }
      @media screen and (min-width: 48em) {
        .floor .entry-content .entry-image img {
          max-width: 50%;
          height: auto; } }

.arrow {
  position: relative;
  bottom: 0; }

.dlc {
  width: auto;
  height: auto;
  display: none;
  margin-bottom: -6.5rem;
  margin-left: auto;
  margin-right: auto;
  float: right;
  color: #171717;
  margin-top: -2rem; }
  .open .dlc {
    display: block;
    margin-right: 1rem;
    text-decoration: none; }
    .open .dlc .icon {
      width: 1.5rem;
      height: 1.5rem;
      display: inline-block;
      vertical-align: middle; }

.close-icon {
  display: none; }

.open .close-icon {
  display: block; }

.entry-next {
  padding: 1rem; }

a.next {
  display: block;
  border-radius: 5rem;
  line-height: 3rem;
  color: white;
  text-decoration: none;
  text-align: center;
  display: none;
  border: 1px solid white;
  padding: 0 0 0 1rem;
  background-color: rgba(27, 26, 26, 0.2); }
  a.next .arrow {
    transform: rotate(-90deg);
    margin-left: 1rem; }
  .open a.next {
    display: block;
    display: inline-block;
    float: right;
    margin-bottom: 1rem;
    padding: 0 0 0 1rem;
    color: white;
    font-size: 1.5rem; }
    .open a.next:after {
      content: ' ';
      display: block;
      width: 2rem;
      height: 2rem;
      background-image: url("../img/next.svg");
      background-size: contain;
      display: inline-block;
      margin: 0.5rem 0.5rem 0.5rem 1rem;
      vertical-align: middle;
      background-repeat: no-repeat;
      animation: bounce 2s ease infinite; }

.category-non-classe-de,
.category-non-classe-it,
.category-uncategorized {
  background-color: #FFFFFF; }
  .navigation-quiz .category-non-classe-de a, .navigation-quiz
  .category-non-classe-it a, .navigation-quiz
  .category-uncategorized a {
    background-color: #FFFFFF; }
  .category-non-classe-de .headline,
  .category-non-classe-it .headline,
  .category-uncategorized .headline {
    color: white;
    opacity: 0.7; }
  .category-non-classe-de .thumbnail,
  .category-non-classe-it .thumbnail,
  .category-uncategorized .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-non-classe-de .thumbnail,
      .category-non-classe-it .thumbnail,
      .category-uncategorized .thumbnail {
        width: 100%; } }
  .category-non-classe-de .close-icon path,
  .category-non-classe-it .close-icon path,
  .category-uncategorized .close-icon path {
    fill: #FFFFFF; }
  .category-non-classe-de .close-icon circle,
  .category-non-classe-it .close-icon circle,
  .category-uncategorized .close-icon circle {
    stroke: #FFFFFF; }
  .category-non-classe-de .more,
  .category-non-classe-it .more,
  .category-uncategorized .more {
    background-color: #FFFFFF; }
    .category-non-classe-de .more:hover,
    .category-non-classe-it .more:hover,
    .category-uncategorized .more:hover {
      background-color: #e6e6e6; }
  .category-non-classe-de .thumbnail,
  .category-non-classe-it .thumbnail,
  .category-uncategorized .thumbnail {
    right: 1rem;
    bottom: 0;
    max-width: 600px;
    opacity: 0.1; }
  .category-non-classe-de .entry-content p,
  .category-non-classe-it .entry-content p,
  .category-uncategorized .entry-content p {
    padding-bottom: 1rem; }
  .category-non-classe-de .entry-content h2,
  .category-non-classe-it .entry-content h2,
  .category-uncategorized .entry-content h2 {
    color: #171717; }

.category-homepage,
.category-homepage-de,
.category-homepage-it {
  background-color: #00A6A7; }
  .navigation-quiz .category-homepage a, .navigation-quiz
  .category-homepage-de a, .navigation-quiz
  .category-homepage-it a {
    background-color: #00A6A7; }
  .category-homepage .headline,
  .category-homepage-de .headline,
  .category-homepage-it .headline {
    color: #00d9da;
    opacity: 0.7; }
  .category-homepage .thumbnail,
  .category-homepage-de .thumbnail,
  .category-homepage-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-homepage .thumbnail,
      .category-homepage-de .thumbnail,
      .category-homepage-it .thumbnail {
        width: 100%; } }
  .category-homepage .close-icon path,
  .category-homepage-de .close-icon path,
  .category-homepage-it .close-icon path {
    fill: #00A6A7; }
  .category-homepage .close-icon circle,
  .category-homepage-de .close-icon circle,
  .category-homepage-it .close-icon circle {
    stroke: #00A6A7; }
  .category-homepage .more,
  .category-homepage-de .more,
  .category-homepage-it .more {
    background-color: #00A6A7; }
    .category-homepage .more:hover,
    .category-homepage-de .more:hover,
    .category-homepage-it .more:hover {
      background-color: #007374; }

.category-invasion,
.category-invasion-de,
.category-invasion-it {
  background-color: #E8A144; }
  .navigation-quiz .category-invasion a, .navigation-quiz
  .category-invasion-de a, .navigation-quiz
  .category-invasion-it a {
    background-color: #E8A144; }
  .category-invasion .headline,
  .category-invasion-de .headline,
  .category-invasion-it .headline {
    color: #eeb871;
    opacity: 0.7; }
  .category-invasion .thumbnail,
  .category-invasion-de .thumbnail,
  .category-invasion-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-invasion .thumbnail,
      .category-invasion-de .thumbnail,
      .category-invasion-it .thumbnail {
        width: 100%; } }
  .category-invasion .close-icon path,
  .category-invasion-de .close-icon path,
  .category-invasion-it .close-icon path {
    fill: #E8A144; }
  .category-invasion .close-icon circle,
  .category-invasion-de .close-icon circle,
  .category-invasion-it .close-icon circle {
    stroke: #E8A144; }
  .category-invasion .more,
  .category-invasion-de .more,
  .category-invasion-it .more {
    background-color: #E8A144; }
    .category-invasion .more:hover,
    .category-invasion-de .more:hover,
    .category-invasion-it .more:hover {
      background-color: #de8a1b; }
  .category-invasion .thumbnail,
  .category-invasion-de .thumbnail,
  .category-invasion-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0;
    max-width: 100%; }

.category-libre-choix,
.category-libre-choix-de,
.category-libre-choix-it {
  background-color: #008789; }
  .navigation-quiz .category-libre-choix a, .navigation-quiz
  .category-libre-choix-de a, .navigation-quiz
  .category-libre-choix-it a {
    background-color: #008789; }
  .category-libre-choix .headline,
  .category-libre-choix-de .headline,
  .category-libre-choix-it .headline {
    color: #00b9bc;
    opacity: 0.7; }
  .category-libre-choix .thumbnail,
  .category-libre-choix-de .thumbnail,
  .category-libre-choix-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-libre-choix .thumbnail,
      .category-libre-choix-de .thumbnail,
      .category-libre-choix-it .thumbnail {
        width: 70%; } }
  .category-libre-choix .close-icon path,
  .category-libre-choix-de .close-icon path,
  .category-libre-choix-it .close-icon path {
    fill: #008789; }
  .category-libre-choix .close-icon circle,
  .category-libre-choix-de .close-icon circle,
  .category-libre-choix-it .close-icon circle {
    stroke: #008789; }
  .category-libre-choix .more,
  .category-libre-choix-de .more,
  .category-libre-choix-it .more {
    background-color: #008789; }
    .category-libre-choix .more:hover,
    .category-libre-choix-de .more:hover,
    .category-libre-choix-it .more:hover {
      background-color: #005556; }
  .category-libre-choix .thumbnail,
  .category-libre-choix-de .thumbnail,
  .category-libre-choix-it .thumbnail {
    right: 0;
    left: auto;
    max-width: 860px; }

.category-tromperie,
.category-tromperie-de,
.category-tromperie-it {
  background-color: #00366A; }
  .navigation-quiz .category-tromperie a, .navigation-quiz
  .category-tromperie-de a, .navigation-quiz
  .category-tromperie-it a {
    background-color: #00366A; }
  .category-tromperie .headline,
  .category-tromperie-de .headline,
  .category-tromperie-it .headline {
    color: #00509d;
    opacity: 0.7; }
  .category-tromperie .thumbnail,
  .category-tromperie-de .thumbnail,
  .category-tromperie-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-tromperie .thumbnail,
      .category-tromperie-de .thumbnail,
      .category-tromperie-it .thumbnail {
        width: 50%; } }
  .category-tromperie .close-icon path,
  .category-tromperie-de .close-icon path,
  .category-tromperie-it .close-icon path {
    fill: #00366A; }
  .category-tromperie .close-icon circle,
  .category-tromperie-de .close-icon circle,
  .category-tromperie-it .close-icon circle {
    stroke: #00366A; }
  .category-tromperie .more,
  .category-tromperie-de .more,
  .category-tromperie-it .more {
    background-color: #00366A; }
    .category-tromperie .more:hover,
    .category-tromperie-de .more:hover,
    .category-tromperie-it .more:hover {
      background-color: #001c37; }
  .category-tromperie .thumbnail,
  .category-tromperie-de .thumbnail,
  .category-tromperie-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-tromperie .thumbnail,
      .category-tromperie-de .thumbnail,
      .category-tromperie-it .thumbnail {
        max-width: 500px; } }

.category-afflux,
.category-afflux-de,
.category-afflux-it {
  background-color: #0080C8; }
  .navigation-quiz .category-afflux a, .navigation-quiz
  .category-afflux-de a, .navigation-quiz
  .category-afflux-it a {
    background-color: #0080C8; }
  .category-afflux .headline,
  .category-afflux-de .headline,
  .category-afflux-it .headline {
    color: #00a1fb;
    opacity: 0.7; }
  .category-afflux .thumbnail,
  .category-afflux-de .thumbnail,
  .category-afflux-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-afflux .thumbnail,
      .category-afflux-de .thumbnail,
      .category-afflux-it .thumbnail {
        width: 50%; } }
  .category-afflux .close-icon path,
  .category-afflux-de .close-icon path,
  .category-afflux-it .close-icon path {
    fill: #0080C8; }
  .category-afflux .close-icon circle,
  .category-afflux-de .close-icon circle,
  .category-afflux-it .close-icon circle {
    stroke: #0080C8; }
  .category-afflux .more,
  .category-afflux-de .more,
  .category-afflux-it .more {
    background-color: #0080C8; }
    .category-afflux .more:hover,
    .category-afflux-de .more:hover,
    .category-afflux-it .more:hover {
      background-color: #005f95; }
  .category-afflux .thumbnail,
  .category-afflux-de .thumbnail,
  .category-afflux-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-afflux .thumbnail,
      .category-afflux-de .thumbnail,
      .category-afflux-it .thumbnail {
        max-width: 600px; } }

.category-mensonge,
.category-mensonge-de,
.category-mensonge-it {
  background-color: #6F8626; }
  .navigation-quiz .category-mensonge a, .navigation-quiz
  .category-mensonge-de a, .navigation-quiz
  .category-mensonge-it a {
    background-color: #6F8626; }
  .category-mensonge .headline,
  .category-mensonge-de .headline,
  .category-mensonge-it .headline {
    color: #90ae31;
    opacity: 0.7; }
  .category-mensonge .thumbnail,
  .category-mensonge-de .thumbnail,
  .category-mensonge-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-mensonge .thumbnail,
      .category-mensonge-de .thumbnail,
      .category-mensonge-it .thumbnail {
        width: 34%; } }
  .category-mensonge .close-icon path,
  .category-mensonge-de .close-icon path,
  .category-mensonge-it .close-icon path {
    fill: #6F8626; }
  .category-mensonge .close-icon circle,
  .category-mensonge-de .close-icon circle,
  .category-mensonge-it .close-icon circle {
    stroke: #6F8626; }
  .category-mensonge .more,
  .category-mensonge-de .more,
  .category-mensonge-it .more {
    background-color: #6F8626; }
    .category-mensonge .more:hover,
    .category-mensonge-de .more:hover,
    .category-mensonge-it .more:hover {
      background-color: #4e5e1b; }
  .category-mensonge .thumbnail,
  .category-mensonge-de .thumbnail,
  .category-mensonge-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-mensonge .thumbnail,
      .category-mensonge-de .thumbnail,
      .category-mensonge-it .thumbnail {
        max-width: 600px; } }

.category-profit,
.category-profit-de,
.category-profit-it {
  background-color: #005574; }
  .navigation-quiz .category-profit a, .navigation-quiz
  .category-profit-de a, .navigation-quiz
  .category-profit-it a {
    background-color: #005574; }
  .category-profit .headline,
  .category-profit-de .headline,
  .category-profit-it .headline {
    color: #007aa7;
    opacity: 0.7; }
  .category-profit .thumbnail,
  .category-profit-de .thumbnail,
  .category-profit-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-profit .thumbnail,
      .category-profit-de .thumbnail,
      .category-profit-it .thumbnail {
        width: 45%; } }
  .category-profit .close-icon path,
  .category-profit-de .close-icon path,
  .category-profit-it .close-icon path {
    fill: #005574; }
  .category-profit .close-icon circle,
  .category-profit-de .close-icon circle,
  .category-profit-it .close-icon circle {
    stroke: #005574; }
  .category-profit .more,
  .category-profit-de .more,
  .category-profit-it .more {
    background-color: #005574; }
    .category-profit .more:hover,
    .category-profit-de .more:hover,
    .category-profit-it .more:hover {
      background-color: #003041; }
  .category-profit .thumbnail,
  .category-profit-de .thumbnail,
  .category-profit-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-profit .thumbnail,
      .category-profit-de .thumbnail,
      .category-profit-it .thumbnail {
        max-width: 600px; } }

.category-oisivete,
.category-oisivete-de,
.category-oisivete-it {
  background-color: #00A339; }
  .navigation-quiz .category-oisivete a, .navigation-quiz
  .category-oisivete-de a, .navigation-quiz
  .category-oisivete-it a {
    background-color: #00A339; }
  .category-oisivete .headline,
  .category-oisivete-de .headline,
  .category-oisivete-it .headline {
    color: #00d64b;
    opacity: 0.7; }
  .category-oisivete .thumbnail,
  .category-oisivete-de .thumbnail,
  .category-oisivete-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-oisivete .thumbnail,
      .category-oisivete-de .thumbnail,
      .category-oisivete-it .thumbnail {
        width: 47%; } }
  .category-oisivete .close-icon path,
  .category-oisivete-de .close-icon path,
  .category-oisivete-it .close-icon path {
    fill: #00A339; }
  .category-oisivete .close-icon circle,
  .category-oisivete-de .close-icon circle,
  .category-oisivete-it .close-icon circle {
    stroke: #00A339; }
  .category-oisivete .more,
  .category-oisivete-de .more,
  .category-oisivete-it .more {
    background-color: #00A339; }
    .category-oisivete .more:hover,
    .category-oisivete-de .more:hover,
    .category-oisivete-it .more:hover {
      background-color: #007027; }
  .category-oisivete .thumbnail,
  .category-oisivete-de .thumbnail,
  .category-oisivete-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-oisivete .thumbnail,
      .category-oisivete-de .thumbnail,
      .category-oisivete-it .thumbnail {
        max-width: 800px; } }

.category-criminalite,
.category-criminalite-de,
.category-criminalite-it {
  background-color: #694873; }
  .navigation-quiz .category-criminalite a, .navigation-quiz
  .category-criminalite-de a, .navigation-quiz
  .category-criminalite-it a {
    background-color: #694873; }
  .category-criminalite .headline,
  .category-criminalite-de .headline,
  .category-criminalite-it .headline {
    color: #865c92;
    opacity: 0.7; }
  .category-criminalite .thumbnail,
  .category-criminalite-de .thumbnail,
  .category-criminalite-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-criminalite .thumbnail,
      .category-criminalite-de .thumbnail,
      .category-criminalite-it .thumbnail {
        width: 51%; } }
  .category-criminalite .close-icon path,
  .category-criminalite-de .close-icon path,
  .category-criminalite-it .close-icon path {
    fill: #694873; }
  .category-criminalite .close-icon circle,
  .category-criminalite-de .close-icon circle,
  .category-criminalite-it .close-icon circle {
    stroke: #694873; }
  .category-criminalite .more,
  .category-criminalite-de .more,
  .category-criminalite-it .more {
    background-color: #694873; }
    .category-criminalite .more:hover,
    .category-criminalite-de .more:hover,
    .category-criminalite-it .more:hover {
      background-color: #4c3454; }
  .category-criminalite .thumbnail,
  .category-criminalite-de .thumbnail,
  .category-criminalite-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-criminalite .thumbnail,
      .category-criminalite-de .thumbnail,
      .category-criminalite-it .thumbnail {
        max-width: 400px; } }

.category-detention,
.category-detention-de,
.category-detention-it {
  background-color: #9E9D6A; }
  .navigation-quiz .category-detention a, .navigation-quiz
  .category-detention-de a, .navigation-quiz
  .category-detention-it a {
    background-color: #9E9D6A; }
  .category-detention .headline,
  .category-detention-de .headline,
  .category-detention-it .headline {
    color: #b2b189;
    opacity: 0.7; }
  .category-detention .thumbnail,
  .category-detention-de .thumbnail,
  .category-detention-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-detention .thumbnail,
      .category-detention-de .thumbnail,
      .category-detention-it .thumbnail {
        width: 45%; } }
  .category-detention .close-icon path,
  .category-detention-de .close-icon path,
  .category-detention-it .close-icon path {
    fill: #9E9D6A; }
  .category-detention .close-icon circle,
  .category-detention-de .close-icon circle,
  .category-detention-it .close-icon circle {
    stroke: #9E9D6A; }
  .category-detention .more,
  .category-detention-de .more,
  .category-detention-it .more {
    background-color: #9E9D6A; }
    .category-detention .more:hover,
    .category-detention-de .more:hover,
    .category-detention-it .more:hover {
      background-color: #818054; }
  .category-detention .thumbnail,
  .category-detention-de .thumbnail,
  .category-detention-it .thumbnail {
    right: 1rem;
    left: auto;
    bottom: 0; }
    @media screen and (min-width: 48em) {
      .category-detention .thumbnail,
      .category-detention-de .thumbnail,
      .category-detention-it .thumbnail {
        max-width: 250px; } }

.category-conclusion,
.category-conclusion-de,
.category-conclusion-it {
  background-color: #FFFFFF; }
  .navigation-quiz .category-conclusion a, .navigation-quiz
  .category-conclusion-de a, .navigation-quiz
  .category-conclusion-it a {
    background-color: #FFFFFF; }
  .category-conclusion .headline,
  .category-conclusion-de .headline,
  .category-conclusion-it .headline {
    color: white;
    opacity: 0.7; }
  .category-conclusion .thumbnail,
  .category-conclusion-de .thumbnail,
  .category-conclusion-it .thumbnail {
    width: 100%;
    opacity: 0.5;
    max-width: 50%; }
    @media screen and (min-width: 48em) {
      .category-conclusion .thumbnail,
      .category-conclusion-de .thumbnail,
      .category-conclusion-it .thumbnail {
        width: 30%; } }
  .category-conclusion .close-icon path,
  .category-conclusion-de .close-icon path,
  .category-conclusion-it .close-icon path {
    fill: #FFFFFF; }
  .category-conclusion .close-icon circle,
  .category-conclusion-de .close-icon circle,
  .category-conclusion-it .close-icon circle {
    stroke: #FFFFFF; }
  .category-conclusion .more,
  .category-conclusion-de .more,
  .category-conclusion-it .more {
    background-color: #FFFFFF; }
    .category-conclusion .more:hover,
    .category-conclusion-de .more:hover,
    .category-conclusion-it .more:hover {
      background-color: #e6e6e6; }
  .category-conclusion .entry-content,
  .category-conclusion-de .entry-content,
  .category-conclusion-it .entry-content {
    padding-left: 1rem; }
    @media screen and (min-width: 48em) {
      .category-conclusion .entry-content,
      .category-conclusion-de .entry-content,
      .category-conclusion-it .entry-content {
        padding-left: 15rem;
        padding-top: 1rem; } }
    .category-conclusion .entry-content hr,
    .category-conclusion-de .entry-content hr,
    .category-conclusion-it .entry-content hr {
      border: 0; }
    .category-conclusion .entry-content h2,
    .category-conclusion-de .entry-content h2,
    .category-conclusion-it .entry-content h2 {
      font-size: 2rem;
      padding-left: 0;
      padding-top: 1rem;
      font-weight: 900;
      color: #00A6A7;
      text-align: left;
      font-family: 'Arial Black', 'AvenirNext-Heavy', Gadget, sans-serif; }
      @media screen and (min-width: 48em) {
        .category-conclusion .entry-content h2,
        .category-conclusion-de .entry-content h2,
        .category-conclusion-it .entry-content h2 {
          font-size: 2rem;
          padding-left: 2rem;
          padding-top: 0;
          font-weight: 900;
          color: #00A6A7;
          text-align: left; } }
    .category-conclusion .entry-content h3,
    .category-conclusion-de .entry-content h3,
    .category-conclusion-it .entry-content h3 {
      margin: 0 0 1rem; }
  .category-conclusion em,
  .category-conclusion-de em,
  .category-conclusion-it em {
    font-weight: 300;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase;
    color: #00A6A7;
    line-height: 1.5;
    display: block;
    margin: 2rem; }

.category-homepage .thumbnail,
.category-homepage-de .thumbnail,
.category-homepage-it .thumbnail {
  opacity: 1;
  bottom: 0;
  top: 3rem;
  right: 5rem;
  width: 100%;
  max-height: 100%;
  background-size: contain;
  max-width: 100%;
  overflow: hidden; }
  .category-homepage .thumbnail img,
  .category-homepage-de .thumbnail img,
  .category-homepage-it .thumbnail img {
    width: 200%;
    max-width: 200%;
    left: -5rem;
    position: absolute; }
    @media screen and (min-width: 48em) {
      .category-homepage .thumbnail img,
      .category-homepage-de .thumbnail img,
      .category-homepage-it .thumbnail img {
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0; } }
  @media screen and (min-width: 48em) {
    .category-homepage .thumbnail,
    .category-homepage-de .thumbnail,
    .category-homepage-it .thumbnail {
      top: 7rem;
      bottom: auto;
      max-width: 100%;
      left: 0; } }

.category-homepage .entry-content h2,
.category-homepage-de .entry-content h2,
.category-homepage-it .entry-content h2 {
  font-size: 2rem;
  padding-left: 3rem;
  padding-top: 2rem;
  font-weight: 900;
  color: black;
  text-align: left;
  font-family: 'Arial Black', 'AvenirNext-Heavy', Gadget, sans-serif; }
  @media screen and (min-width: 48em) {
    .category-homepage .entry-content h2,
    .category-homepage-de .entry-content h2,
    .category-homepage-it .entry-content h2 {
      font-size: 4rem;
      padding-left: 8rem;
      padding-top: 4rem;
      font-weight: 900;
      color: black;
      text-align: left; } }

.category-homepage .entry-content .entry-page,
.category-homepage-de .entry-content .entry-page,
.category-homepage-it .entry-content .entry-page {
  padding-left: 3rem;
  text-align: left;
  margin-top: 3rem; }
  @media screen and (min-width: 48em) {
    .category-homepage .entry-content .entry-page,
    .category-homepage-de .entry-content .entry-page,
    .category-homepage-it .entry-content .entry-page {
      padding-left: 8rem;
      text-align: left; } }

.category-homepage .entry-content a.start,
.category-homepage-de .entry-content a.start,
.category-homepage-it .entry-content a.start {
  float: none;
  border-bottom: 0;
  border-radius: 100px;
  width: auto;
  color: white;
  text-decoration: none;
  padding: 1rem 1.5rem;
  background-color: rgba(27, 26, 26, 0.8); }
  @media screen and (min-width: 48em) {
    .category-homepage .entry-content a.start,
    .category-homepage-de .entry-content a.start,
    .category-homepage-it .entry-content a.start {
      float: left;
      padding-right: 3rem;
      padding-left: 3rem;
      width: auto;
      margin-right: 1rem;
      border-bottom: 0;
      border-radius: 100px;
      margin-bottom: 1rem; } }
  .category-homepage .entry-content a.start.hover,
  .category-homepage-de .entry-content a.start.hover,
  .category-homepage-it .entry-content a.start.hover {
    cursor: pointer;
    background-color: #1b1a1a; }

.more {
  /* float: left; */
  padding: 0.1rem 0.3rem 0.1rem 0.8rem;
  background-color: transparent;
  color: white;
  text-decoration: none;
  /* margin: 0 auto; */
  display: inline-block;
  width: auto;
  text-align: center;
  border-radius: 5rem;
  margin-top: 2rem;
  margin-bottom: 0; }
  .more:after {
    content: ' ';
    width: 2rem;
    height: 2rem;
    background-image: url("../img/more.svg");
    background-size: contain;
    display: inline-block;
    margin: 0 0 0 0.5rem;
    vertical-align: middle;
    background-repeat: no-repeat; }

.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  height: 100%; }

@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px); } }

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }

/* réponses */

/*# sourceMappingURL=style.css.map */