/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
.dnd-drag-start {
    -moz-transform:scale(0.8);
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    opacity:0.7;
    border: 2px dashed #000;
}

.dnd-drag-enter {
    opacity:0.7;
    border: 2px dashed #000;
}

.dnd-drag-over {
    border: 2px dashed #000;
}

.dnd-sortable-drag {
  -moz-transform:scale(0.9);
  -webkit-transform:scale(0.9);
  transform:scale(0.9);
  opacity:0.7;
  border: 1px dashed #000;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}/* ==========================================================================
   Import helpers (CSS3, mixins and functions)
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* ==========================================================================
   SCSS / Compass
   ========================================================================== */
/* ==========================================================================
   GLOBALS
   ========================================================================== */
body {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #404040;
  background-color: #f9f9f9;
  letter-spacing: 0px;
  overflow-x: hidden;
  overflow-y: auto; }

h1,
h2,
h3,
h4 {
  line-height: 1em; }

* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  outline: none; }

::-moz-selection {
  background: #FF7800;
  color: white; }

::selection {
  background: #FF7800;
  color: white; }

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

a {
  color: #404040;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    outline: 0; }
  a.disabled {
    pointer-events: none;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4; }

/* ==========================================================================
   CTA
   ========================================================================== */
.cta {
  display: inline-block;
  background-color: #FF7800;
  color: #FFF;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 1.16667em;
  border: 0;
  text-align: center;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  padding: 0 20px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out 0s;
  -khtml-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  border: 1px solid #FF7800;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .cta span,
  .cta i {
    display: inline-block;
    vertical-align: middle; }
  .cta i {
    margin-right: 10px; }
  .cta.medium {
    line-height: 1em;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-transform: none;
    font-weight: 600;
    font-size: 1.08333em; }
    .cta.medium i {
      font-size: 1em; }
  .cta.light {
    border: 1px solid #ccc;
    color: #afb1b3;
    background-color: transparent; }
    .cta.light:hover {
      background-color: #f7f7f7; }
  .cta.alert {
    border: 1px solid #d0011b;
    color: #d0011b;
    background-color: transparent; }
  .cta:hover {
    background-color: #FFF;
    color: #FF7800; }
  .cta.icon {
    padding-right: 70px; }
    .cta.icon:after {
      content: " ";
      display: inline-block;
      background-color: #FFF;
      position: absolute;
      right: 0;
      top: 0;
      width: 55px;
      background-position: center center;
      background-size: 40%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      background-repeat: no-repeat;
      -webkit-border-radius: 0 3px 3px 0;
      -khtml-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
    .cta.icon.icon-lock:after {
      background-image: url(ff0ca33ae5c53f8f386461e1a55d0286.svg); }
    .cta.icon.icon-lock.disabled:after {
      background-image: url(0e830d32b698f473a5f4fbe22e1d4551.svg); }

.btn-action-container {
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
  display: inline-block;
  padding: 0px 50px; }

.btn-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 40;
  border: 1px solid #808080;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-close:before, .btn-close:after {
    content: " ";
    display: block;
    height: 1px;
    width: 24px;
    background-color: #808080;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    -webkit-transform-origin: 50% 50%;
    -khtml-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .btn-close:before {
    -webkit-transform: rotateZ(45deg);
    -khtml-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .btn-close:after {
    -webkit-transform: rotateZ(-45deg);
    -khtml-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg); }
  .btn-close:hover {
    background-color: #FF7800;
    border: 1px solid #FF7800; }
    .btn-close:hover:before, .btn-close:hover:after {
      background-color: #FFF; }

.btn-action {
  background-color: #404040;
  color: #FFF;
  border-radius: 7px;
  align-content: center;
  min-height: 54px;
  font-size: 1.5em;
  font-weight: 700;
  padding: 4px 20px 4px 44px;
  text-align: center;
  display: inline-flex;
  position: relative;
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .btn-action i {
    background-color: #FFF;
    position: absolute;
    left: 0;
    width: 54px;
    height: 100%;
    border-radius: 100%;
    top: 0;
    margin-left: -25px;
    transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .btn-action i:before {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 22px;
      border-color: transparent transparent transparent #FF7800;
      margin-top: -15px;
      margin-left: -9px; }
  .btn-action span {
    margin: auto;
    display: block; }
  .non-touch .btn-action:hover {
    padding: 4px 44px 4px 20px;
    background-color: #808080; }
    .non-touch .btn-action:hover i {
      left: 100%; }

.main-wrapper {
  max-width: 1480px;
  margin: 0 auto; }

#homepage {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: columns;
  -moz-flex-flow: columns;
  -ms-flex-flow: columns;
  flex-flow: columns;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: auto; }
  #homepage .center {
    margin: auto;
    text-align: center; }
  #homepage h1 {
    color: #676767;
    font-size: 1.66667em;
    margin: 1em 0 0 0; }
  #homepage p {
    font-size: 1.66667em;
    max-width: 400px;
    margin: 1em auto;
    line-height: 1.4em; }
    #homepage p strong {
      color: #2089CF; }
  #homepage .video-preview {
    display: block;
    margin: 1em 0 0; }
    #homepage .video-preview img {
      display: block;
      max-width: 100%; }
  #homepage .framed {
    background-color: #FFF;
    border: 1px solid #B3B3B3;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-flow: row;
    padding: 30px; }
    #homepage .framed .icon {
      flex-shrink: 0;
      margin-right: 20px; }
    #homepage .framed .content {
      flex-grow: 1;
      text-align: left; }
      #homepage .framed .content p:first-child {
        margin-top: 0; }
      #homepage .framed .content p:last-child {
        margin-bottom: 0; }
      #homepage .framed .content a {
        color: #FF7800;
        text-decoration: underline; }
  #homepage .wide p {
    font-size: 1.5em;
    max-width: 700px; }

/* ==========================================================================
   APP 1
   ========================================================================== */
.cta-help {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
  z-index: 40;
  background-color: #FFF;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .cta-help:after {
    content: "?";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -9px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #808080;
    line-height: 1em; }
  .cta-help:hover {
    background-color: #FF7800;
    border: 1px solid #FF7800; }
    .cta-help:hover:before, .cta-help:hover:after {
      color: #FFF; }

.table-levers-head {
  margin: 20px 20px 0px;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  border: 1px solid #FF7800;
  border-bottom: 0;
  background-color: #FF7800;
  font-weight: 700;
  color: #FFF; }

.table-levers {
  margin: 0px 20px 20px;
  border-top: 1px solid #FF7800;
  border-left: 1px solid #FF7800; }
  .table-levers .lever-cell {
    float: left;
    width: 33.3333%;
    height: 9.5vh;
    border-right: 1px solid #FF7800;
    border-bottom: 1px solid #FF7800;
    position: relative; }
    .table-levers .lever-cell.lessThanTen {
      width: 50%; }
    @media screen and (max-width: 1023px) {
      .table-levers .lever-cell {
        width: 50%;
        height: 28vh; } }
    .table-levers .lever-cell .infos {
      position: absolute;
      left: 5px;
      top: 50%;
      width: 35px;
      height: 35px;
      margin-top: -18px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: scale(0.7);
      -khtml-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }
      @media screen and (max-width: 1023px) {
        .table-levers .lever-cell .infos {
          left: unset;
          top: 75%;
          filter: alpha(opacity=35);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
          -webkit-opacity: 0.35;
          -khtml-opacity: 0.35;
          -moz-opacity: 0.35;
          -ms-opacity: 0.35;
          -o-opacity: 0.35;
          opacity: 0.35; } }
    .table-levers .lever-cell.disabled .action {
      background-color: #e4e4e4;
      color: #a7a7a7;
      font-weight: 400;
      cursor: not-allowed; }
    .table-levers .lever-cell .action {
      position: relative;
      width: 100%;
      position: absolute;
      height: 100%;
      border: 0;
      background-color: transparent;
      color: #404040;
      font-weight: 600;
      font-size: 1.25em;
      padding: 0 4vw;
      -webkit-transition: all 0.3s ease-out;
      -khtml-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: auto 30%;
      background-color: #F2F2F2; }
      @media screen and (max-width: 1023px) {
        .table-levers .lever-cell .action {
          background-color: lightgrey; } }
      .table-levers .lever-cell .action.checked {
        font-weight: 700;
        border: 1px solid white;
        color: #fff;
        background-color: #FF7800; }
        .table-levers .lever-cell .action.checked.lever-step-2 {
          color: #fff;
          background-color: red;
          border-color: red; }
    .table-levers .lever-cell.lever-step-2 {
      border-color: red; }
    .table-levers .lever-cell:hover .infos {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .table-levers:after {
    content: " ";
    display: block;
    clear: both; }

.table-footer {
  text-align: center;
  display: table;
  vertical-align: middle;
  width: 100%; }
  .table-footer .table-footer-cell {
    display: table-cell;
    height: calc(20vh - 120px);
    vertical-align: middle; }

.popin {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 100; }
  @media screen and (max-width: 1023px) {
    .popin {
      overflow-y: scroll; } }
  .popin .anim-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .popin .popin-layer {
    background-color: #FFF;
    width: 80%;
    max-width: 1024px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1023px) {
      .popin .popin-layer {
        position: absolute;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
        -khtml-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: unset;
        overflow-y: scroll; } }
    .popin .popin-layer.popin-tuto {
      max-width: 815px; }
      @media screen and (max-width: 1023px) {
        .popin .popin-layer.popin-tuto {
          max-width: unset; } }
    .popin .popin-layer .header {
      background-color: #F2F2F2;
      height: 80px;
      display: table;
      width: 100%;
      border-bottom: 1px solid #FF7800;
      position: relative;
      margin: 0; }
      .popin .popin-layer .header h1 {
        font-size: 2em;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        padding: 0 100px;
        text-align: center;
        line-height: 1.3em; }
        .popin .popin-layer .header h1 i,
        .popin .popin-layer .header h1 em {
          font-size: 0.7em;
          display: block;
          margin-top: 0.3em;
          font-weight: 400; }
      .popin .popin-layer .header .btn-close {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -20px; }
    .popin .popin-layer .subtitle-container {
      position: relative; }
      .popin .popin-layer .subtitle-container h2 {
        font-size: 2em;
        font-weight: 700;
        padding: 1.6em 150px;
        text-align: center;
        line-height: 1.3em; }
        .popin .popin-layer .subtitle-container h2 strong {
          color: #FF7800; }
        .popin .popin-layer .subtitle-container h2 i,
        .popin .popin-layer .subtitle-container h2 em {
          font-size: 0.7em;
          display: block;
          margin-top: 0.3em;
          font-weight: 400; }
      .popin .popin-layer .subtitle-container .btn-help {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -20px; }
      .popin .popin-layer .subtitle-container .switch-container {
        position: absolute;
        left: 40px;
        top: 50%;
        margin-top: -30px;
        z-index: 1; }
        .popin .popin-layer .subtitle-container .switch-container .name {
          font-size: 12px;
          text-align: center;
          display: block;
          margin-bottom: 0.3em; }
    .popin .popin-layer .slider-container {
      width: 75%;
      margin: 2em auto 1em; }
    .popin .popin-layer .slider-labels {
      margin-bottom: 4em; }
      .popin .popin-layer .slider-labels .label {
        text-align: center;
        font-size: 1.41667em; }
      .popin .popin-layer .slider-labels .label-min {
        float: left;
        margin-left: 40px; }
      .popin .popin-layer .slider-labels .label-max {
        float: right;
        margin-right: 40px; }
      .popin .popin-layer .slider-labels:after {
        content: " ";
        display: block;
        clear: both; }
  .popin .question-help .avatar {
    display: block;
    margin: 0 auto;
    max-width: 120px; }
  .popin .question-help .content-help {
    position: relative;
    margin: 4em;
    font-size: 1.16667em; }
    @media screen and (max-width: 1023px) {
      .popin .question-help .content-help {
        margin: 2em; } }
    .popin .question-help .content-help .help-left-image {
      background-image: url(c1a7adab78243dcbd597bd933fef70ae.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      width: 15%;
      top: 0;
      left: 0;
      height: 100%; }
    .popin .question-help .content-help .help-left-image + .help {
      width: 80%;
      margin-left: 16%; }
    .popin .question-help .content-help .btn-action-container {
      margin-top: 2em; }
    .popin .question-help .content-help ul {
      list-style-type: unset;
      margin: unset;
      padding: revert; }
  .popin .question-help:after {
    content: " ";
    display: block;
    clear: both; }
  .popin:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.restitution-container {
  margin: 15px; }
  .restitution-container .restitution-header {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF; }
    .restitution-container .restitution-header .col {
      display: table-cell;
      border: 1px solid #FF7800;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 10vh;
      position: relative;
      color: #828282;
      font-weight: bold;
      font-size: 1.33333em; }
      .restitution-container .restitution-header .col .label {
        padding: 0 4vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
        @media screen and (max-width: 1023px) {
          .restitution-container .restitution-header .col .label {
            display: table-cell;
            position: unset;
            top: unset;
            transform: translate(-3.4vh, 0);
            text-align: center;
            vertical-align: middle; } }
    .restitution-container .restitution-header.restitution-header-auj-demain.with-left-col .col {
      width: 14%;
      height: 3em; }
      .restitution-container .restitution-header.restitution-header-auj-demain.with-left-col .col .label {
        padding: 0 0vw; }
    .restitution-container .restitution-header .col-left {
      background-color: #f9f9f9;
      display: table-cell; }
    .restitution-container .restitution-header.with-left-col .col {
      width: 28%;
      border-bottom: 0; }
    .restitution-container .restitution-header.with-left-col .col-left {
      width: 16%; }
    .restitution-container .restitution-header .cta-help {
      background-color: #FF7800;
      border: 0; }
      @media screen and (max-width: 1023px) {
        .restitution-container .restitution-header .cta-help {
          transform: scale(0.7) translate(1.2vh, 0px); } }
      .restitution-container .restitution-header .cta-help:after {
        color: #FFF; }
  .restitution-container .restitution-footer {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF; }
    .restitution-container .restitution-footer .col {
      display: table-cell;
      border: 1px solid #FF7800;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 4vh;
      position: relative;
      color: #828282;
      font-size: 1em; }
      .restitution-container .restitution-footer .col .label {
        padding: 0 4vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
        @media screen and (max-width: 1023px) {
          .restitution-container .restitution-footer .col .label {
            display: table-cell;
            position: unset;
            top: unset;
            transform: translate(-3.4vh, 0);
            text-align: center;
            vertical-align: middle; } }
    .restitution-container .restitution-footer.restitution-header-auj-demain.with-left-col .col {
      width: 14%;
      height: 1.5em; }
      .restitution-container .restitution-footer.restitution-header-auj-demain.with-left-col .col .label {
        padding: 0 0vw; }
    .restitution-container .restitution-footer .col-left {
      background-color: #f9f9f9;
      display: table-cell; }
    .restitution-container .restitution-footer.with-left-col .col {
      width: 28%;
      border-top: 0; }
    .restitution-container .restitution-footer.with-left-col .col-left {
      width: 16%; }
    .restitution-container .restitution-footer .cta-help {
      background-color: #FF7800;
      border: 0; }
      @media screen and (max-width: 1023px) {
        .restitution-container .restitution-footer .cta-help {
          transform: scale(0.7) translate(1.2vh, 0px); } }
      .restitution-container .restitution-footer .cta-help:after {
        color: #FFF; }
  .restitution-container .restitution-graph {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF;
    position: relative;
    border: 1px solid #FF7800;
    border-top: 0; }
    .restitution-container .restitution-graph .col {
      display: table-cell;
      border-right: 1px solid #FF7800;
      border-top: 0;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 34vh;
      position: relative; }
      .restitution-container .restitution-graph .col .graph-bar {
        position: absolute;
        bottom: 0;
        height: 0%;
        width: 50%;
        left: 25%;
        background-color: #FF7800;
        -webkit-transform-origin: bottom center;
        -khtml-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transition: all 1s ease-in-out;
        -khtml-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-0 {
          height: 0%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-0.levers-step-1 {
            height: calc((0%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-1 {
          height: 12.5%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-1.levers-step-1 {
            height: calc((12.5%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-2 {
          height: 25%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-2.levers-step-1 {
            height: calc((25%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-3 {
          height: 37.5%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-3.levers-step-1 {
            height: calc((37.5%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-4 {
          height: 50%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-4.levers-step-1 {
            height: calc((50%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-5 {
          height: 62.5%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-5.levers-step-1 {
            height: calc((62.5%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-6 {
          height: 75%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-6.levers-step-1 {
            height: calc((75%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-7 {
          height: 87.5%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-7.levers-step-1 {
            height: calc((87.5%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar.anim.levers-8 {
          height: 100%; }
          .restitution-container .restitution-graph .col .graph-bar.anim.levers-8.levers-step-1 {
            height: calc((100%) + 10px); }
        .restitution-container .restitution-graph .col .graph-bar .simple-label {
          display: block;
          padding: 5px;
          color: #FFF;
          font-weight: bold; }
      .restitution-container .restitution-graph .col:last-child {
        border-right: 0; }
    .restitution-container .restitution-graph .graduation {
      position: absolute;
      pointer-events: none;
      width: 100%;
      height: 100%; }
      .restitution-container .restitution-graph .graduation .dash:before, .restitution-container .restitution-graph .graduation .dash:after {
        position: absolute;
        top: 100%;
        left: 33.3333%;
        content: " ";
        display: block;
        height: 2px;
        width: 10px;
        background-color: #FF7800;
        margin-left: -4px;
        margin-top: -1px; }
      .restitution-container .restitution-graph .graduation .dash:after {
        left: 66.6666%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(1):before, .restitution-container .restitution-graph .graduation .dash:nth-child(1):after {
        top: 100%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(2):before, .restitution-container .restitution-graph .graduation .dash:nth-child(2):after {
        top: 87.5%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(3):before, .restitution-container .restitution-graph .graduation .dash:nth-child(3):after {
        top: 75%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(4):before, .restitution-container .restitution-graph .graduation .dash:nth-child(4):after {
        top: 62.5%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(5):before, .restitution-container .restitution-graph .graduation .dash:nth-child(5):after {
        top: 50%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(6):before, .restitution-container .restitution-graph .graduation .dash:nth-child(6):after {
        top: 37.5%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(7):before, .restitution-container .restitution-graph .graduation .dash:nth-child(7):after {
        top: 25%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(8):before, .restitution-container .restitution-graph .graduation .dash:nth-child(8):after {
        top: 12.5%; }
      .restitution-container .restitution-graph .graduation .dash:nth-child(9):before, .restitution-container .restitution-graph .graduation .dash:nth-child(9):after {
        top: 0%; }
    .restitution-container .restitution-graph.with-left-col .col {
      width: 28%; }
    .restitution-container .restitution-graph.with-left-col .col-left {
      width: 16%; }
  .restitution-container .restitution-graph-2 {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF;
    position: relative; }
    .restitution-container .restitution-graph-2 .col {
      display: table-cell;
      border: 1px solid #FF7800;
      border-top: 0;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 34vh;
      position: relative; }
      .restitution-container .restitution-graph-2 .col .graph-bar {
        position: absolute;
        top: 50%;
        height: 90%;
        width: 50%;
        left: 25%;
        background-color: #FF7800;
        -webkit-transform-origin: center center;
        -khtml-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all 1s ease-in-out;
        -khtml-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateY(-50%) scaleY(0);
        -khtml-transform: translateY(-50%) scaleY(0);
        -moz-transform: translateY(-50%) scaleY(0);
        -ms-transform: translateY(-50%) scaleY(0);
        -o-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-0 {
          -webkit-transform: translateY(-50%) scaleY(0);
          -khtml-transform: translateY(-50%) scaleY(0);
          -moz-transform: translateY(-50%) scaleY(0);
          -ms-transform: translateY(-50%) scaleY(0);
          -o-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-1 {
          -webkit-transform: translateY(-50%) scaleY(0.125);
          -khtml-transform: translateY(-50%) scaleY(0.125);
          -moz-transform: translateY(-50%) scaleY(0.125);
          -ms-transform: translateY(-50%) scaleY(0.125);
          -o-transform: translateY(-50%) scaleY(0.125);
          transform: translateY(-50%) scaleY(0.125); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-2 {
          -webkit-transform: translateY(-50%) scaleY(0.25);
          -khtml-transform: translateY(-50%) scaleY(0.25);
          -moz-transform: translateY(-50%) scaleY(0.25);
          -ms-transform: translateY(-50%) scaleY(0.25);
          -o-transform: translateY(-50%) scaleY(0.25);
          transform: translateY(-50%) scaleY(0.25); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-3 {
          -webkit-transform: translateY(-50%) scaleY(0.375);
          -khtml-transform: translateY(-50%) scaleY(0.375);
          -moz-transform: translateY(-50%) scaleY(0.375);
          -ms-transform: translateY(-50%) scaleY(0.375);
          -o-transform: translateY(-50%) scaleY(0.375);
          transform: translateY(-50%) scaleY(0.375); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-4 {
          -webkit-transform: translateY(-50%) scaleY(0.5);
          -khtml-transform: translateY(-50%) scaleY(0.5);
          -moz-transform: translateY(-50%) scaleY(0.5);
          -ms-transform: translateY(-50%) scaleY(0.5);
          -o-transform: translateY(-50%) scaleY(0.5);
          transform: translateY(-50%) scaleY(0.5); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-5 {
          -webkit-transform: translateY(-50%) scaleY(0.625);
          -khtml-transform: translateY(-50%) scaleY(0.625);
          -moz-transform: translateY(-50%) scaleY(0.625);
          -ms-transform: translateY(-50%) scaleY(0.625);
          -o-transform: translateY(-50%) scaleY(0.625);
          transform: translateY(-50%) scaleY(0.625); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-6 {
          -webkit-transform: translateY(-50%) scaleY(0.75);
          -khtml-transform: translateY(-50%) scaleY(0.75);
          -moz-transform: translateY(-50%) scaleY(0.75);
          -ms-transform: translateY(-50%) scaleY(0.75);
          -o-transform: translateY(-50%) scaleY(0.75);
          transform: translateY(-50%) scaleY(0.75); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-7 {
          -webkit-transform: translateY(-50%) scaleY(0.875);
          -khtml-transform: translateY(-50%) scaleY(0.875);
          -moz-transform: translateY(-50%) scaleY(0.875);
          -ms-transform: translateY(-50%) scaleY(0.875);
          -o-transform: translateY(-50%) scaleY(0.875);
          transform: translateY(-50%) scaleY(0.875); }
        .restitution-container .restitution-graph-2 .col .graph-bar.anim.levers-8 {
          -webkit-transform: translateY(-50%) scaleY(1);
          -khtml-transform: translateY(-50%) scaleY(1);
          -moz-transform: translateY(-50%) scaleY(1);
          -ms-transform: translateY(-50%) scaleY(1);
          -o-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1); }
        .restitution-container .restitution-graph-2 .col .graph-bar .simple-label {
          display: block;
          padding: 5px;
          color: #FFF;
          font-weight: bold; }
    .restitution-container .restitution-graph-2 .col-left {
      border: 1px solid #FF7800;
      height: 50vh;
      position: relative;
      vertical-align: middle;
      display: table-cell; }
      .restitution-container .restitution-graph-2 .col-left label {
        position: absolute;
        right: 20px;
        font-weight: bold;
        font-size: 16px;
        background-color: #FFF;
        display: block;
        padding: 5px;
        color: #828282; }
        .restitution-container .restitution-graph-2 .col-left label.top {
          top: 10%; }
        .restitution-container .restitution-graph-2 .col-left label.middle {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-2 .col-left label.bottom {
          bottom: 10%; }
    .restitution-container .restitution-graph-2.with-left-col .col {
      width: 28%; }
    .restitution-container .restitution-graph-2.with-left-col .col-left {
      width: 16%; }
    .restitution-container .restitution-graph-2:before {
      content: " ";
      display: block;
      height: 1px;
      background-color: #FF7800;
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%; }
  .restitution-container .restitution-graph-arrow {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF;
    position: relative;
    border: 1px solid #FF7800; }
    .restitution-container .restitution-graph-arrow .col {
      display: table-cell;
      border-left: 1px solid #FF7800;
      border-top: 0;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 34vh;
      position: relative; }
      .restitution-container .restitution-graph-arrow .col .graph-bar {
        position: absolute;
        top: 50%;
        height: 0%;
        width: 25%;
        left: 37.5%;
        background-color: #FF7800;
        -webkit-transform-origin: center center;
        -khtml-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all 1s ease-in-out;
        -khtml-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /*
                &.arrow-top{
                    &:before{
                        content: " "; display: block; position: absolute; bottom: 100%; left: 50%; margin-left: -70px; margin-bottom: -1px;
                        width: 0; height: 0; border-style: solid; border-width: 0 70px 40px 70px; border-color: transparent transparent $colorPrimary transparent;
                    }
                }

                &.arrow-bottom{
                    &:after{
                        content: " "; display: block; position: absolute; top: 100%; left: 50%; margin-left: -70px; margin-top: -1px;
                        width: 0; height: 0; border-style: solid; border-width: 40px 70px 0 70px; border-color: $colorPrimary transparent transparent transparent;
                    }
                }*/ }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-0 {
          height: 0%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-1 {
          height: 5%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-2 {
          height: 10%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-3 {
          height: 15%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-4 {
          height: 20%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-5 {
          height: 25%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-6 {
          height: 30%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-7 {
          height: 35%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar.anim.levers-8 {
          height: 40%; }
        .restitution-container .restitution-graph-arrow .col .graph-bar .simple-label {
          display: block;
          padding: 5px;
          color: #FFF;
          font-weight: bold; }
      .restitution-container .restitution-graph-arrow .col:first-child {
        border-left: 0; }
      .restitution-container .restitution-graph-arrow .col:before {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%; }
    .restitution-container .restitution-graph-arrow .col-left {
      border: 1px solid #FF7800;
      height: 50vh;
      position: relative;
      vertical-align: middle;
      display: table-cell; }
      .restitution-container .restitution-graph-arrow .col-left label {
        position: absolute;
        right: 20px;
        font-weight: bold;
        font-size: 16px;
        background-color: #FFF;
        display: block;
        padding: 5px;
        color: #828282; }
        .restitution-container .restitution-graph-arrow .col-left label.top {
          top: 10%; }
        .restitution-container .restitution-graph-arrow .col-left label.middle {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-arrow .col-left label.bottom {
          bottom: 10%; }
      .restitution-container .restitution-graph-arrow .col-left:before {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%; }
    .restitution-container .restitution-graph-arrow.with-left-col .col {
      width: 28%; }
    .restitution-container .restitution-graph-arrow.with-left-col .col-left {
      width: 16%; }
  .restitution-container .restitution-graph-dots {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF;
    position: relative;
    border: 1px solid #FF7800; }
    .restitution-container .restitution-graph-dots .col {
      display: table-cell;
      border-left: 1px solid #FF7800;
      border-top: 0;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 34vh;
      position: relative; }
      .restitution-container .restitution-graph-dots .col .dot {
        position: absolute;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: block;
        left: 50%; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(0n) {
          margin-left: -38px;
          margin-top: -5px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(1n) {
          margin-left: -13px;
          margin-top: -23px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(2n) {
          margin-left: 10px;
          margin-top: -8px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(3n) {
          margin-left: -5px;
          margin-top: -24px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(4n) {
          margin-left: 8px;
          margin-top: -5px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(5n) {
          margin-left: -32px;
          margin-top: -17px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(6n) {
          margin-left: 9px;
          margin-top: -15px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(7n) {
          margin-left: 8px;
          margin-top: -17px; }
        .restitution-container .restitution-graph-dots .col .dot:nth-child(8n) {
          margin-left: -19px;
          margin-top: -16px; }
        .restitution-container .restitution-graph-dots .col .dot:after {
          content: " ";
          display: block;
          width: 100%;
          height: 100%;
          background-color: #FF7800;
          border: 1px solid #FFF;
          -webkit-border-radius: 30px;
          -khtml-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          position: absolute; }
        .restitution-container .restitution-graph-dots .col .dot .label {
          position: absolute;
          pointer-events: none;
          -webkit-transition: all 0.2s ease-in-out;
          -khtml-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          padding: 5px;
          z-index: 1;
          font-size: 10px;
          background-color: #ffca93;
          left: -85px;
          bottom: 100%;
          min-height: 30px;
          width: 200px;
          line-height: 1em;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0; }
        .restitution-container .restitution-graph-dots .col .dot:hover .label {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1; }
      .restitution-container .restitution-graph-dots .col:first-child {
        border-left: 0; }
      .restitution-container .restitution-graph-dots .col:before {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%; }
    .restitution-container .restitution-graph-dots .col-left {
      height: 50vh;
      position: relative;
      vertical-align: middle;
      display: table-cell; }
      .restitution-container .restitution-graph-dots .col-left label {
        position: absolute;
        right: 3px;
        font-weight: bold;
        font-size: 16px;
        background-color: #FFF;
        display: block;
        padding: 5px;
        color: #828282;
        text-align: right;
        padding-left: 40px; }
        .restitution-container .restitution-graph-dots .col-left label.top {
          top: 25%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-dots .col-left label.middle {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-dots .col-left label.bottom {
          top: 75%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-dots .col-left label .cta-help {
          right: auto;
          left: 0; }
      .restitution-container .restitution-graph-dots .col-left:before {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%; }
    .restitution-container .restitution-graph-dots.with-left-col .col {
      width: 28%; }
    .restitution-container .restitution-graph-dots.with-left-col .col-left {
      width: 16%; }
  .restitution-container .restitution-graph-direction {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: #FFF;
    position: relative;
    border: 1px solid #FF7800; }
    .restitution-container .restitution-graph-direction .col {
      display: table-cell;
      border-left: 1px solid #FF7800;
      border-top: 0;
      width: 33.3333%;
      text-align: center;
      vertical-align: middle;
      height: 34vh;
      position: relative; }
      .restitution-container .restitution-graph-direction .col .separator {
        display: block;
        top: 0;
        height: 100%;
        left: 50%;
        width: 1px;
        border-left: 1px dashed rgba(0, 0, 0, 0.4);
        position: absolute; }
      .restitution-container .restitution-graph-direction .col .disc {
        position: absolute;
        -webkit-border-radius: 300px;
        -khtml-border-radius: 300px;
        -moz-border-radius: 300px;
        -ms-border-radius: 300px;
        -o-border-radius: 300px;
        border-radius: 300px;
        background-color: #FF7800;
        left: 50%;
        width: 12vh;
        height: 12vh;
        margin-left: -6vh;
        margin-top: -6vh;
        z-index: 1;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        text-align: center;
        display: flex;
        font-weight: 800;
        color: white;
        font-size: 500%; }
        .restitution-container .restitution-graph-direction .col .disc.from {
          top: 16.6666%;
          background-color: #ffe4cc;
          left: 25%; }
        .restitution-container .restitution-graph-direction .col .disc.to {
          top: 83.6666%;
          left: 75%; }
        .restitution-container .restitution-graph-direction .col .disc.size-0 {
          -webkit-transform: scale(0);
          -khtml-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0); }
        .restitution-container .restitution-graph-direction .col .disc.size-1 {
          -webkit-transform: scale(0.125);
          -khtml-transform: scale(0.125);
          -moz-transform: scale(0.125);
          -ms-transform: scale(0.125);
          -o-transform: scale(0.125);
          transform: scale(0.125); }
        .restitution-container .restitution-graph-direction .col .disc.size-2 {
          -webkit-transform: scale(0.25);
          -khtml-transform: scale(0.25);
          -moz-transform: scale(0.25);
          -ms-transform: scale(0.25);
          -o-transform: scale(0.25);
          transform: scale(0.25); }
        .restitution-container .restitution-graph-direction .col .disc.size-3 {
          -webkit-transform: scale(0.375);
          -khtml-transform: scale(0.375);
          -moz-transform: scale(0.375);
          -ms-transform: scale(0.375);
          -o-transform: scale(0.375);
          transform: scale(0.375); }
        .restitution-container .restitution-graph-direction .col .disc.size-4 {
          -webkit-transform: scale(0.5);
          -khtml-transform: scale(0.5);
          -moz-transform: scale(0.5);
          -ms-transform: scale(0.5);
          -o-transform: scale(0.5);
          transform: scale(0.5); }
        .restitution-container .restitution-graph-direction .col .disc.size-5 {
          -webkit-transform: scale(0.625);
          -khtml-transform: scale(0.625);
          -moz-transform: scale(0.625);
          -ms-transform: scale(0.625);
          -o-transform: scale(0.625);
          transform: scale(0.625); }
        .restitution-container .restitution-graph-direction .col .disc.size-6 {
          -webkit-transform: scale(0.75);
          -khtml-transform: scale(0.75);
          -moz-transform: scale(0.75);
          -ms-transform: scale(0.75);
          -o-transform: scale(0.75);
          transform: scale(0.75); }
        .restitution-container .restitution-graph-direction .col .disc.size-7 {
          -webkit-transform: scale(0.875);
          -khtml-transform: scale(0.875);
          -moz-transform: scale(0.875);
          -ms-transform: scale(0.875);
          -o-transform: scale(0.875);
          transform: scale(0.875); }
        .restitution-container .restitution-graph-direction .col .disc.size-8 {
          -webkit-transform: scale(1);
          -khtml-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      .restitution-container .restitution-graph-direction .col .arrow {
        display: none;
        position: absolute;
        left: 50%;
        width: 0.5vh;
        margin-left: -0.25vh;
        background-color: #4e6a9a;
        z-index: 10;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
        .restitution-container .restitution-graph-direction .col .arrow.down:after {
          content: " ";
          display: block;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -7px;
          margin-top: -4px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 7px 0 7px;
          border-color: #4e6a9a transparent transparent transparent; }
        .restitution-container .restitution-graph-direction .col .arrow.up:before {
          content: " ";
          display: block;
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-left: -7px;
          margin-bottom: -4px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7px 7px 7px;
          border-color: transparent transparent #4e6a9a transparent; }
        .restitution-container .restitution-graph-direction .col .arrow.horizontal {
          width: 50%;
          left: 25%;
          height: 0.5vh;
          margin-top: -0.25vh;
          top: 50%; }
          .restitution-container .restitution-graph-direction .col .arrow.horizontal:after {
            content: " ";
            display: block;
            position: absolute;
            top: 50%;
            right: 0%;
            margin-right: -4px;
            margin-top: -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 0 7px 7px;
            border-color: transparent transparent transparent #4e6a9a; }
      .restitution-container .restitution-graph-direction .col .graph-elmt-container.horizontal .disc.from {
        left: 25%; }
      .restitution-container .restitution-graph-direction .col .graph-elmt-container.horizontal .disc.to {
        left: 75%; }
      .restitution-container .restitution-graph-direction .col:first-child {
        border-left: 0; }
      .restitution-container .restitution-graph-direction .col:before {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 33.3333%; }
      .restitution-container .restitution-graph-direction .col:after {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 66.6666%; }
    .restitution-container .restitution-graph-direction .col-left {
      border: 1px solid #FF7800;
      height: 50vh;
      position: relative;
      vertical-align: middle;
      display: table-cell; }
      .restitution-container .restitution-graph-direction .col-left label {
        position: absolute;
        right: 20px;
        font-weight: bold;
        font-size: 16px;
        background-color: #FFF;
        display: block;
        padding: 5px;
        color: #828282;
        text-align: right; }
        .restitution-container .restitution-graph-direction .col-left label.top {
          top: 16.6666%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-direction .col-left label.middle {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .restitution-container .restitution-graph-direction .col-left label.bottom {
          top: 83.6666%;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .restitution-container .restitution-graph-direction .col-left:before {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 33.3333%; }
      .restitution-container .restitution-graph-direction .col-left:after {
        content: " ";
        display: block;
        height: 1px;
        background-color: #FF7800;
        position: absolute;
        left: 0;
        width: 100%;
        top: 66.6666%; }
    .restitution-container .restitution-graph-direction.with-left-col .col {
      width: 28%; }
    .restitution-container .restitution-graph-direction.with-left-col .col-left {
      width: 16%; }
  .restitution-container .restitution-lever-list {
    border-collapse: collapse;
    display: table;
    width: 100%;
    background-color: transparent;
    position: relative;
    border: 1px solid #FF7800; }
    .restitution-container .restitution-lever-list .row {
      display: table-row; }
      .restitution-container .restitution-lever-list .row.header .col {
        background-color: #FF7800;
        color: #FFF;
        font-size: 1.5em;
        font-weight: 700;
        border: 0;
        border-left: 1px solid #f9f9f9;
        border-right: 1px solid #f9f9f9;
        border-bottom: 2px solid #FF7800;
        border-top: 1px solid #f9f9f9;
        height: 8vh; }
        .restitution-container .restitution-lever-list .row.header .col.col-num, .restitution-container .restitution-lever-list .row.header .col.col-lever, .restitution-container .restitution-lever-list .row.header .col.col-domain {
          opacity: 0; }
      .restitution-container .restitution-lever-list .row:last-child .col {
        border-bottom: 2px solid #FF7800; }
    .restitution-container .restitution-lever-list .col {
      display: table-cell;
      border: 1px solid #FF7800;
      background-color: #FFF;
      text-align: center;
      vertical-align: middle;
      height: 16vh;
      min-height: 100px;
      position: relative;
      font-size: 1.5em;
      font-weight: 600;
      padding: 15px;
      position: relative; }
      .restitution-container .restitution-lever-list .col.col-num {
        background-color: #FF7800;
        color: #FFF;
        border-bottom: 1px solid #FFF;
        border-left-width: 2px; }
      .restitution-container .restitution-lever-list .col.col-lever, .restitution-container .restitution-lever-list .col.col-domain {
        padding-right: 55px; }
      .restitution-container .restitution-lever-list .col.col-domain {
        border-right: 2px solid #FF7800;
        background-color: #efefef; }
      .restitution-container .restitution-lever-list .col .dot {
        background-color: #FF7800;
        border-radius: 20px;
        position: absolute;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: block;
        left: 50%; }
      .restitution-container .restitution-lever-list .col .arrow {
        position: absolute;
        left: 50%; }
        .restitution-container .restitution-lever-list .col .arrow:before {
          content: " ";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 20px;
          border-color: transparent transparent transparent #FF7800;
          margin-top: -10px; }
        .restitution-container .restitution-lever-list .col .arrow:after {
          content: " ";
          display: block;
          position: absolute;
          height: 10px;
          width: 20px;
          background-color: #FF7800;
          margin-top: -5px;
          margin-left: -20px; }
        .restitution-container .restitution-lever-list .col .arrow.size-2:after {
          width: 4vh;
          margin-left: -2vh; }
        .restitution-container .restitution-lever-list .col .arrow.size-2:before {
          margin-left: calc(2vh - 10px); }
        .restitution-container .restitution-lever-list .col .arrow.size-3:after {
          width: 6vh;
          margin-left: -3vh; }
        .restitution-container .restitution-lever-list .col .arrow.size-3:before {
          margin-left: calc(3vh - 10px); }
        .restitution-container .restitution-lever-list .col .arrow.size-4:after {
          width: 8vh;
          margin-left: -4vh; }
        .restitution-container .restitution-lever-list .col .arrow.size-4:before {
          margin-left: calc(4vh - 10px); }
        .restitution-container .restitution-lever-list .col .arrow.size-5:after {
          width: 10vh;
          margin-left: -5vh; }
        .restitution-container .restitution-lever-list .col .arrow.size-5:before {
          margin-left: calc(5vh - 10px); }
        .restitution-container .restitution-lever-list .col .arrow.size-6:after {
          width: 12vh;
          margin-left: -6vh; }
        .restitution-container .restitution-lever-list .col .arrow.size-6:before {
          margin-left: calc(6vh - 10px); }
      .restitution-container .restitution-lever-list .col .graduation span:before, .restitution-container .restitution-lever-list .col .graduation span:after {
        content: " ";
        display: block;
        background-color: rgba(255, 120, 0, 0.4);
        position: absolute;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        width: 30%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(1):before {
        top: 12.5%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(1):after {
        top: 25%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(2):before {
        top: 37.5%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(2):after {
        top: 50%;
        width: 50%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(3):before {
        top: 62.5%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(3):after {
        top: 75%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(4):before {
        top: 87.5%; }
      .restitution-container .restitution-lever-list .col .graduation span:nth-child(4):after {
        display: none; }
  .restitution-container .restitution-text {
    font-size: 1.08333em;
    margin: 2em 0;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 0 15px;
    display: table;
    width: 100%; }
    .restitution-container .restitution-text .bold {
      font-weight: bold; }
    .restitution-container .restitution-text .col {
      display: table-cell;
      vertical-align: middle; }
      .restitution-container .restitution-text .col.col-left img {
        display: block;
        width: 150px;
        margin: 20px; }
      .restitution-container .restitution-text .col.col-right {
        padding: 20px;
        width: 100%; }
  .restitution-container .graph-elmt-container {
    position: relative;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .restitution-container .graph-elmt-container {
        display: table; } }

.cta-container {
  text-align: center; }

.error-message {
  text-align: center;
  font-weight: bold;
  margin: 30px;
  font-size: 1.16667em;
  color: #FF7800; }

.restitution-0 .lever-notation {
  min-height: unset;
  background-color: white; }

.lever-notation {
  margin: 0;
  border: 1px solid #e4e4e4;
  min-height: calc(100vh); }
  .lever-notation .header {
    background-color: #FF7800;
    color: #FFF;
    height: 80px;
    display: table;
    width: 100%;
    position: relative;
    margin: 0; }
    .lever-notation .header h1 {
      font-size: 2em;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      padding: 15px 150px;
      text-align: center;
      line-height: 1.3em; }
      @media screen and (max-width: 1023px) {
        .lever-notation .header h1 {
          padding: 5px 15px; } }
      .lever-notation .header h1 div:nth-child(2) {
        line-height: 1em; }
      .lever-notation .header h1 i,
      .lever-notation .header h1 em {
        font-weight: 400;
        font-size: 0.7em;
        vertical-align: top; }
    .lever-notation .header .btn-close {
      position: absolute;
      right: 40px;
      top: 50%;
      margin-top: -20px; }
  .lever-notation .subtitle-container {
    position: relative;
    margin: 30px;
    text-align: center; }
    .lever-notation .subtitle-container h2,
    .lever-notation .subtitle-container h3 {
      font-size: 2em;
      font-weight: 700;
      text-align: center;
      line-height: 1.3em;
      margin: 0; }
      .lever-notation .subtitle-container h2 strong,
      .lever-notation .subtitle-container h3 strong {
        color: #FF7800; }
      .lever-notation .subtitle-container h2 i,
      .lever-notation .subtitle-container h2 em,
      .lever-notation .subtitle-container h3 i,
      .lever-notation .subtitle-container h3 em {
        font-size: 0.7em;
        display: block;
        margin-top: 0.3em;
        font-weight: 400; }
    .lever-notation .subtitle-container .btn-help {
      position: absolute;
      right: 40px;
      top: 50%;
      margin-top: -20px; }
    .lever-notation .subtitle-container .switch-container {
      position: absolute;
      left: 40px;
      top: 50%;
      margin-top: -30px;
      z-index: 1; }
      .lever-notation .subtitle-container .switch-container .name {
        font-size: 12px;
        text-align: center;
        display: block;
        margin-bottom: 0.3em; }
    .lever-notation .subtitle-container .cta-help {
      margin-top: -55px; }
  .lever-notation .slider-container {
    width: 75%;
    margin: 6em auto 1em; }
  .lever-notation .slider-labels {
    margin-bottom: 6em;
    margin-top: 3em;
    font-weight: bold;
    position: relative; }
    .lever-notation .slider-labels .label {
      text-align: center;
      font-size: 1.41667em; }
      .lever-notation .slider-labels .label img {
        margin-top: -5em;
        height: 1.7em; }
    .lever-notation .slider-labels .label-min {
      float: left;
      margin-left: 40px; }
      .lever-notation .slider-labels .label-min img {
        margin-left: -0.8em; }
    .lever-notation .slider-labels .label-max {
      float: right;
      margin-right: 40px; }
      .lever-notation .slider-labels .label-max img {
        margin-right: -0.4em; }
    .lever-notation .slider-labels .label-middle {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center; }
    .lever-notation .slider-labels:after {
      content: " ";
      display: block;
      clear: both; }
  .lever-notation .footer-container {
    text-align: center;
    padding: 20px 0 30px; }
  .lever-notation .steps {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #FF7800;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 1em;
    display: inline-block; }

.user-comment {
  margin: 20px auto;
  max-width: 600px;
  width: 90%; }
  .user-comment label {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
  .user-comment textarea {
    border: 1px solid #d8d8d8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 1.14286em;
    width: 100%;
    -moz-box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.06); }

.noUi-handle {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  background-color: #FF7800;
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 5px solid #ffdfbd; }
  @media screen and (max-width: 1023px) {
    .noUi-handle {
      transform: scale(0.6); } }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  height: 60px;
  width: 60px;
  top: -25px;
  right: -30px;
  cursor: pointer; }

.noUi-value,
.noUi-value-sub {
  display: none; }

.switch-container {
  display: table;
  width: 100%;
  margin: 0 auto 50px;
  max-width: 1000px; }
  .switch-container .cell {
    display: table-cell;
    vertical-align: middle; }
  .switch-container .label {
    width: 38%;
    padding: 0 20px;
    font-size: 1.33333em;
    text-align: center; }
  .switch-container .custom-switch {
    text-align: center; }
    .switch-container .custom-switch input[type=checkbox] {
      height: 0;
      width: 0;
      visibility: hidden;
      display: none; }
    .switch-container .custom-switch label {
      cursor: pointer;
      text-indent: -9999px;
      width: 200px;
      height: 85px;
      background: grey;
      display: block;
      border-radius: 100px;
      position: relative;
      margin: 0 auto; }
    .switch-container .custom-switch label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      width: 75px;
      height: 75px;
      background: #fff;
      border-radius: 90px;
      transition: 0.3s; }
    .switch-container .custom-switch input:checked + label:after {
      left: calc(100% - 5px);
      transform: translateX(-100%); }
    .switch-container .custom-switch label:active:after {
      width: 130px; }
  @media screen and (max-width: 1023px) {
    .switch-container .label {
      padding: 0 5px; }
    .switch-container .custom-switch {
      transform: scale(0.4); } }

.responsive-alert {
  display: none; }

.responsive-rotate-alert {
  display: none; }

.dragdrop-module {
  height: calc(85vh);
  width: 100%;
  padding: 15px; }
  .dragdrop-module .table-levers-head {
    margin: 0 0 15px 1%;
    padding: 10px; }
    .dragdrop-module .table-levers-head.table-levers-head-standard {
      margin: 0 0 15px 0;
      padding: 10px; }
  .dragdrop-module .col-left {
    width: 1%;
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .dragdrop-module .col-left .header {
      height: 10vh; }
    .dragdrop-module .col-left .intensity {
      flex: 1 1;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .dragdrop-module .col-left .intensity span {
        -webkit-transform: rotate(-90deg);
        -khtml-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-weight: bold;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 50%;
        width: 200px;
        margin-left: -100px;
        left: 50%;
        margin-top: -15px;
        font-size: 1.8vh; }
  .dragdrop-module .col-domain {
    height: 100%;
    width: calc(32.9% - 2px);
    float: left;
    margin-left: 2px;
    border: 1px solid #FF7800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .dragdrop-module .col-domain:first-child {
      margin-left: 0; }
    .dragdrop-module .col-domain .header {
      height: 10vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      position: relative;
      padding-right: 44px; }
      .dragdrop-module .col-domain .header h1 {
        margin: auto;
        color: #828282;
        font-weight: bold;
        font-size: 1.33333em;
        padding: 0 4vh; }
    .dragdrop-module .col-domain .dropbox {
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .dragdrop-module .col-domain .dropbox.levers-in-0 {
        flex-grow: 2; }
      .dragdrop-module .col-domain .dropbox span.innerTitle {
        width: 100%;
        margin: 0px auto;
        padding: 5px 10px 0px 10px;
        display: block;
        font-weight: bold;
        font-size: 1.1em; }
    .dragdrop-module .col-domain .dropbox,
    .dragdrop-module .col-domain .btn-replace-dropbox {
      min-height: 25px;
      border: 1px solid transparent;
      border-top: 1px solid #FF7800;
      overflow: auto;
      padding: 5px;
      overflow-x: hidden; }
      .dragdrop-module .col-domain .dropbox.dnd-drag-over,
      .dragdrop-module .col-domain .btn-replace-dropbox.dnd-drag-over {
        border: 2px dashed #bb5f00 !important; }
      .dragdrop-module .col-domain .dropbox.dropbox .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox.dropbox .lever {
        cursor: move !important; }
      .dragdrop-module .col-domain .dropbox.btn-replace-dropbox .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox.btn-replace-dropbox .lever {
        cursor: pointer !important; }
      .dragdrop-module .col-domain .dropbox .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox .lever {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        margin: 5px;
        padding: 5px;
        background-color: #FF7800;
        width: calc(50% - 10px);
        min-height: 55px;
        text-align: center;
        border-radius: 5px;
        position: relative;
        float: left; }
        .dragdrop-module .col-domain .dropbox .lever .cta-help,
        .dragdrop-module .col-domain .btn-replace-dropbox .lever .cta-help {
          width: 20px;
          height: 20px;
          top: 5px;
          right: 5px;
          margin-top: 0;
          opacity: 0; }
          .dragdrop-module .col-domain .dropbox .lever .cta-help:after,
          .dragdrop-module .col-domain .btn-replace-dropbox .lever .cta-help:after {
            margin-top: -7px;
            font-size: 14px; }
        .dragdrop-module .col-domain .dropbox .lever .label,
        .dragdrop-module .col-domain .btn-replace-dropbox .lever .label {
          margin: auto; }
        .dragdrop-module .col-domain .dropbox .lever:hover,
        .dragdrop-module .col-domain .btn-replace-dropbox .lever:hover {
          opacity: 0.8; }
          .dragdrop-module .col-domain .dropbox .lever:hover .cta-help,
          .dragdrop-module .col-domain .btn-replace-dropbox .lever:hover .cta-help {
            opacity: 1; }
      .dragdrop-module .col-domain .dropbox.intensity-none .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox.intensity-none .lever {
        background-color: lightgrey;
        color: #000; }
      .dragdrop-module .col-domain .dropbox.intensity-low .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox.intensity-low .lever {
        background-color: blue;
        color: #FFF; }
      .dragdrop-module .col-domain .dropbox.intensity-mid .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox.intensity-mid .lever {
        background-color: #FFFF66;
        color: #000; }
      .dragdrop-module .col-domain .dropbox.intensity-hight .lever,
      .dragdrop-module .col-domain .btn-replace-dropbox.intensity-hight .lever {
        background-color: orange;
        color: #FFF; }
      .dragdrop-module .col-domain .dropbox.intensity-app11 .lever.selectedApp11,
      .dragdrop-module .col-domain .btn-replace-dropbox.intensity-app11 .lever.selectedApp11 {
        background-color: #FFC100;
        color: #FFF; }
      .dragdrop-module .col-domain .dropbox.intensity-app11 .lever.notSelectedApp11,
      .dragdrop-module .col-domain .btn-replace-dropbox.intensity-app11 .lever.notSelectedApp11 {
        background-color: lightgrey;
        color: #000; }
  .dragdrop-module .table-footer .table-footer-cell {
    height: calc(10vh); }
  @media screen and (max-height: 740px) {
    .dragdrop-module {
      height: calc(83vh); } }

.dragdrop-sortable-module {
  min-height: 82vh;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  flex: 1;
  width: 100%;
  padding: 5px; }
  .dragdrop-sortable-module .table-levers-head {
    margin: 0 0 15px 0;
    padding: 10px; }
  .dragdrop-sortable-module .col-domain {
    width: calc(50%);
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: #f1f1f1; }
    .dragdrop-sortable-module .col-domain::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      border-radius: 6px;
      background-color: transparent; }
    .dragdrop-sortable-module .col-domain::-webkit-scrollbar {
      width: 10px;
      background-color: transparent; }
    .dragdrop-sortable-module .col-domain::-webkit-scrollbar-thumb {
      border-radius: 6px;
      -webkit-box-shadow: none;
      background-color: #FFF; }
    .dragdrop-sortable-module .col-domain:first-child {
      margin-left: 0; }
    .dragdrop-sortable-module .col-domain .header {
      height: 10vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      .dragdrop-sortable-module .col-domain .header h1 {
        margin: auto;
        color: #828282;
        font-weight: bold;
        font-size: 1.33333em;
        padding: 0 4vh; }
    .dragdrop-sortable-module .col-domain .dropbox {
      min-height: 25vh;
      border: 1px solid transparent;
      padding: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: 3px dashed #FF7800;
      margin: 10px;
      overflow: auto; }
      .dragdrop-sortable-module .col-domain .dropbox::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 6px;
        background-color: transparent; }
      .dragdrop-sortable-module .col-domain .dropbox::-webkit-scrollbar {
        width: 10px;
        background-color: transparent; }
      .dragdrop-sortable-module .col-domain .dropbox::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: none;
        background-color: #FF7800;
        border: 2px solid #f1f1f1; }
      .dragdrop-sortable-module .col-domain .dropbox.dnd-drag-over {
        border: 2px dashed #bb5f00 !important; }
      .dragdrop-sortable-module .col-domain .dropbox .lever {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        margin: 0 0;
        padding: 5px;
        background-color: #888888;
        width: calc(50% - 4px);
        width: 100%;
        min-height: 55px;
        text-align: center;
        border-radius: 5px;
        cursor: move !important;
        position: relative;
        float: left;
        font-size: 14px;
        color: #FFF;
        border: 2px solid #888888;
        margin: 2px; }
        .dragdrop-sortable-module .col-domain .dropbox .lever .cta-help {
          width: 20px;
          height: 20px;
          top: 5px;
          right: 5px;
          margin-top: 0;
          opacity: 0; }
          .dragdrop-sortable-module .col-domain .dropbox .lever .cta-help:after {
            margin-top: -7px;
            font-size: 14px; }
        .dragdrop-sortable-module .col-domain .dropbox .lever .label {
          margin: auto; }
        .dragdrop-sortable-module .col-domain .dropbox .lever:hover {
          opacity: 0.8; }
          .dragdrop-sortable-module .col-domain .dropbox .lever:hover .cta-help {
            opacity: 1; }
      .dragdrop-sortable-module .col-domain .dropbox.intensity-low .lever {
        background-color: blue;
        color: #000; }
      .dragdrop-sortable-module .col-domain .dropbox.intensity-mid .lever {
        background-color: yellow;
        color: #000; }
      .dragdrop-sortable-module .col-domain .dropbox.intensity-hight .lever {
        background-color: orange;
        color: #000; }
    .dragdrop-sortable-module .col-domain.selected {
      border: 0; }
      .dragdrop-sortable-module .col-domain.selected .dropbox {
        background-color: #FFF;
        border-left: 0px;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: 0; }
        .dragdrop-sortable-module .col-domain.selected .dropbox .lever {
          background-color: #FF7800;
          color: #FFF;
          font-size: 16px;
          font-weight: 700;
          width: 100%;
          max-width: none;
          border-color: #FF7800;
          margin: 0; }
        .dragdrop-sortable-module .col-domain.selected .dropbox .sortable-ghost {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .dragdrop-sortable-module .col-domain.selected .slot {
        width: 100%;
        padding: 1em 2em;
        min-height: 25vh;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 1023px) {
          .dragdrop-sortable-module .col-domain.selected .slot {
            min-height: unset; } }
        .dragdrop-sortable-module .col-domain.selected .slot label {
          font-size: 1.33333em;
          font-weight: 700;
          display: block;
          padding: 0 0 5px 0; }
        .dragdrop-sortable-module .col-domain.selected .slot .drop {
          border: 1px dashed #FF7800;
          border-radius: 4px;
          min-height: 6vh;
          overflow: hidden;
          position: relative; }
          @media screen and (max-width: 1023px) {
            .dragdrop-sortable-module .col-domain.selected .slot .drop {
              min-height: 50px; } }
          .dragdrop-sortable-module .col-domain.selected .slot .drop .lever {
            min-height: 6vh; }
            @media screen and (max-width: 1023px) {
              .dragdrop-sortable-module .col-domain.selected .slot .drop .lever {
                min-height: 50px; } }
    .dragdrop-sortable-module .col-domain.disabled .lever {
      pointer-events: none;
      opacity: 0.5; }
  .dragdrop-sortable-module .table-footer .table-footer-cell {
    height: calc(10vh); }

.questions-module .table-levers-subhead {
  font-size: 1.41667em;
  font-weight: 700;
  background-color: #FFF;
  color: #FF7800;
  text-align: center;
  position: relative;
  vertical-align: middle;
  padding: 10px 60px;
  margin: 0 20px; }
  .questions-module .table-levers-subhead .steps {
    position: absolute;
    top: 9px;
    right: 9px;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    background-color: #FF8200;
    color: #FFF;
    font-size: 1.5em; }
  .questions-module .table-levers-subhead .cta-help {
    position: relative;
    margin: 0;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle; }
  .questions-module .table-levers-subhead span {
    display: inline-block;
    vertical-align: middle; }
  .questions-module .table-levers-subhead .sep {
    margin: 0 15px; }

.questions-module .questions {
  margin: 20px; }
  .questions-module .questions .form-row {
    margin: 20px 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
    position: relative; }
    .questions-module .questions .form-row .input-number-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .questions-module .questions .form-row .input-number-container .inputNumber {
        margin: 8px;
        padding: 2px;
        border-radius: 5px;
        font-size: 1.33em;
        font-weight: 800;
        text-align: center;
        width: 25%; }
    .questions-module .questions .form-row .cta-edit {
      background-color: #FF7800;
      color: #FFF;
      font-size: 14px;
      padding: 3px 8px;
      text-transform: uppercase;
      position: absolute;
      right: 5px;
      top: 5px;
      border: 0; }
    .questions-module .questions .form-row label {
      background-color: #F2F2F2;
      display: block;
      border-radius: 6px 6px 0 0;
      padding: 7px;
      padding-left: 3%;
      font-size: 1.33333em;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: bold;
      border-bottom: 1px solid #FF8200; }
    .questions-module .questions .form-row .slider-container {
      width: 90%;
      margin: 2em auto 1em; }
    .questions-module .questions .form-row .slider-labels {
      margin-bottom: 6em;
      margin-top: 3em;
      font-weight: bold;
      position: relative; }
      .questions-module .questions .form-row .slider-labels .label {
        text-align: center;
        font-size: 1.41667em; }
      .questions-module .questions .form-row .slider-labels .label-min {
        float: left;
        margin-left: 5%; }
      .questions-module .questions .form-row .slider-labels .label-max {
        float: right;
        margin-right: 4%; }
      .questions-module .questions .form-row .slider-labels .label-middle {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center; }
      .questions-module .questions .form-row .slider-labels:after {
        content: " ";
        display: block;
        clear: both; }
    .questions-module .questions .form-row textarea,
    .questions-module .questions .form-row .text {
      padding: 7px;
      min-height: 100px;
      font-size: 14px;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #eaeaea;
      border-top: 0; }
    .questions-module .questions .form-row .text {
      background-color: #F2F2F2;
      white-space: pre; }
  .questions-module .questions.preview .form-row label {
    border-color: #AAA; }

.questions-module .table-footer {
  padding: 0px 0 20px; }

.theme-1 .restitution-container .restitution-graph-dots .col-left:before,
.theme-1 .restitution-container .restitution-graph-dots .col:before,
.theme-1 .restitution-container .restitution-graph-dots .col .dot:after,
.theme-1 .restitution-container .restitution-header .cta-help,
.theme-1 .noUi-handle,
.theme-1 .lever-notation .steps,
.theme-1 .table-levers-head,
.theme-1 .popin .popin-layer .header .btn-close:hover,
.theme-1 .dragdrop-sortable-module .col-domain.selected .dropbox .lever {
  background-color: #FF7800;
  border-color: #FF7800; }

.theme-1 .lever-notation .header,
.theme-1 .restitution-container .restitution-lever-list .col.col-num,
.theme-1 .restitution-container .restitution-lever-list .col .arrow:after,
.theme-1 .questions-module .questions .form-row .cta-edit {
  background-color: #FF7800; }

.theme-1 .dragdrop-sortable-module .col-domain .dropbox,
.theme-1 .dragdrop-sortable-module .col-domain.selected .slot .drop,
.theme-1 .popin .popin-layer .header,
.theme-1 .restitution-container .restitution-lever-list .col {
  border-color: #FF7800; }

.theme-1 .noUi-handle {
  border-color: #ffe4cc; }

.theme-1 .cta {
  border-color: #FF7800;
  background-color: #FF7800; }
  .theme-1 .cta:hover {
    color: #FF7800;
    background-color: #FFF; }

.theme-1 .cta-help:hover {
  background-color: #FF7800; }
  .theme-1 .cta-help:hover:hover {
    border-color: #FF7800; }

.theme-1 .restitution-container .restitution-graph-dots .col .dot {
  transform: scale(0.75); }
  .theme-1 .restitution-container .restitution-graph-dots .col .dot .label {
    background-color: #ffae66;
    color: #FFF; }

.theme-1 .restitution-container .restitution-graph-dots .col {
  border-color: #FF7800; }

.theme-1 .btn-action i:before {
  border-color: transparent transparent transparent #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .col .arrow:before {
  border-color: transparent transparent transparent #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .col .graduation span:before,
.theme-1 .restitution-container .restitution-lever-list .col .graduation span:after {
  background-color: rgba(255, 120, 0, 0.4); }

.theme-1 .restitution-container .restitution-lever-list .row.header .col {
  background-color: #FF7800;
  border-bottom-color: #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .row:last-child .col,
.theme-1 .questions-module .questions .form-row label {
  border-bottom-color: #FF7800; }

.theme-1 .questions-module .table-levers-subhead {
  color: #FF7800; }

.theme-1 .restitution-container .restitution-graph-dots .col-left:before,
.theme-1 .restitution-container .restitution-graph-dots .col:before,
.theme-1 .restitution-container .restitution-graph-dots .col .dot:after,
.theme-1 .restitution-container .restitution-header .cta-help,
.theme-1 .noUi-handle,
.theme-1 .lever-notation .steps,
.theme-1 .table-levers-head,
.theme-1 .popin .popin-layer .header .btn-close:hover,
.theme-1 .dragdrop-sortable-module .col-domain.selected .dropbox .lever {
  background-color: #FF7800;
  border-color: #FF7800; }

.theme-1 .lever-notation .header,
.theme-1 .restitution-container .restitution-lever-list .col.col-num,
.theme-1 .restitution-container .restitution-lever-list .col .arrow:after,
.theme-1 .questions-module .questions .form-row .cta-edit {
  background-color: #FF7800; }

.theme-1 .dragdrop-sortable-module .col-domain .dropbox,
.theme-1 .dragdrop-sortable-module .col-domain.selected .slot .drop,
.theme-1 .popin .popin-layer .header,
.theme-1 .restitution-container .restitution-lever-list .col {
  border-color: #FF7800; }

.theme-1 .noUi-handle {
  border-color: #ffe4cc; }

.theme-1 .cta {
  border-color: #FF7800;
  background-color: #FF7800; }
  .theme-1 .cta:hover {
    color: #FF7800;
    background-color: #FFF; }

.theme-1 .cta-help:hover {
  background-color: #FF7800; }
  .theme-1 .cta-help:hover:hover {
    border-color: #FF7800; }

.theme-1 .restitution-container .restitution-graph-dots .col .dot {
  transform: scale(0.75); }
  .theme-1 .restitution-container .restitution-graph-dots .col .dot .label {
    background-color: #ffae66;
    color: #FFF; }

.theme-1 .restitution-container .restitution-graph-dots .col {
  border-color: #FF7800; }

.theme-1 .btn-action i:before {
  border-color: transparent transparent transparent #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .col .arrow:before {
  border-color: transparent transparent transparent #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .col .graduation span:before,
.theme-1 .restitution-container .restitution-lever-list .col .graduation span:after {
  background-color: rgba(255, 120, 0, 0.4); }

.theme-1 .restitution-container .restitution-lever-list .row.header .col {
  background-color: #FF7800;
  border-bottom-color: #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .row:last-child .col,
.theme-1 .questions-module .questions .form-row label {
  border-bottom-color: #FF7800; }

.theme-1 .questions-module .table-levers-subhead {
  color: #FF7800; }

.theme-3 .restitution-container .restitution-graph-dots .col-left:before,
.theme-3 .restitution-container .restitution-graph-dots .col:before,
.theme-3 .restitution-container .restitution-graph-dots .col .dot:after,
.theme-3 .restitution-container .restitution-header .cta-help,
.theme-3 .noUi-handle,
.theme-3 .lever-notation .steps,
.theme-3 .table-levers-head,
.theme-3 .popin .popin-layer .header .btn-close:hover,
.theme-3 .dragdrop-sortable-module .col-domain.selected .dropbox .lever {
  background-color: #FF0000;
  border-color: #FF0000; }

.theme-3 .lever-notation .header,
.theme-3 .restitution-container .restitution-lever-list .col.col-num,
.theme-3 .restitution-container .restitution-lever-list .col .arrow:after,
.theme-3 .questions-module .questions .form-row .cta-edit {
  background-color: #FF0000; }

.theme-3 .dragdrop-sortable-module .col-domain .dropbox,
.theme-3 .dragdrop-sortable-module .col-domain.selected .slot .drop,
.theme-3 .popin .popin-layer .header,
.theme-3 .restitution-container .restitution-lever-list .col {
  border-color: #FF0000; }

.theme-3 .noUi-handle {
  border-color: #ffcccc; }

.theme-3 .cta {
  border-color: #FF0000;
  background-color: #FF0000; }
  .theme-3 .cta:hover {
    color: #FF0000;
    background-color: #FFF; }

.theme-3 .cta-help:hover {
  background-color: #FF0000; }
  .theme-3 .cta-help:hover:hover {
    border-color: #FF0000; }

.theme-3 .restitution-container .restitution-graph-dots .col .dot {
  transform: scale(0.75); }
  .theme-3 .restitution-container .restitution-graph-dots .col .dot .label {
    background-color: #ff6666;
    color: #FFF; }

.theme-3 .restitution-container .restitution-graph-dots .col {
  border-color: #FF0000; }

.theme-3 .btn-action i:before {
  border-color: transparent transparent transparent #FF0000; }

.theme-3 .restitution-container .restitution-lever-list .col .arrow:before {
  border-color: transparent transparent transparent #FF0000; }

.theme-3 .restitution-container .restitution-lever-list .col .graduation span:before,
.theme-3 .restitution-container .restitution-lever-list .col .graduation span:after {
  background-color: rgba(255, 0, 0, 0.4); }

.theme-3 .restitution-container .restitution-lever-list .row.header .col {
  background-color: #FF0000;
  border-bottom-color: #FF0000; }

.theme-3 .restitution-container .restitution-lever-list .row:last-child .col,
.theme-3 .questions-module .questions .form-row label {
  border-bottom-color: #FF0000; }

.theme-3 .questions-module .table-levers-subhead {
  color: #FF0000; }

.theme-3 .restitution-container .restitution-graph-dots .col-left:before,
.theme-3 .restitution-container .restitution-graph-dots .col:before,
.theme-3 .restitution-container .restitution-graph-dots .col .dot:after,
.theme-3 .restitution-container .restitution-header .cta-help,
.theme-3 .noUi-handle,
.theme-3 .lever-notation .steps,
.theme-3 .table-levers-head,
.theme-3 .popin .popin-layer .header .btn-close:hover,
.theme-3 .dragdrop-sortable-module .col-domain.selected .dropbox .lever {
  background-color: #FF0000;
  border-color: #FF0000; }

.theme-3 .lever-notation .header,
.theme-3 .restitution-container .restitution-lever-list .col.col-num,
.theme-3 .restitution-container .restitution-lever-list .col .arrow:after,
.theme-3 .questions-module .questions .form-row .cta-edit {
  background-color: #FF0000; }

.theme-3 .dragdrop-sortable-module .col-domain .dropbox,
.theme-3 .dragdrop-sortable-module .col-domain.selected .slot .drop,
.theme-3 .popin .popin-layer .header,
.theme-3 .restitution-container .restitution-lever-list .col {
  border-color: #FF0000; }

.theme-3 .noUi-handle {
  border-color: #ffcccc; }

.theme-3 .cta {
  border-color: #FF0000;
  background-color: #FF0000; }
  .theme-3 .cta:hover {
    color: #FF0000;
    background-color: #FFF; }

.theme-3 .cta-help:hover {
  background-color: #FF0000; }
  .theme-3 .cta-help:hover:hover {
    border-color: #FF0000; }

.theme-3 .restitution-container .restitution-graph-dots .col .dot {
  transform: scale(0.75); }
  .theme-3 .restitution-container .restitution-graph-dots .col .dot .label {
    background-color: #ff6666;
    color: #FFF; }

.theme-3 .restitution-container .restitution-graph-dots .col {
  border-color: #FF0000; }

.theme-3 .btn-action i:before {
  border-color: transparent transparent transparent #FF0000; }

.theme-3 .restitution-container .restitution-lever-list .col .arrow:before {
  border-color: transparent transparent transparent #FF0000; }

.theme-3 .restitution-container .restitution-lever-list .col .graduation span:before,
.theme-3 .restitution-container .restitution-lever-list .col .graduation span:after {
  background-color: rgba(255, 0, 0, 0.4); }

.theme-3 .restitution-container .restitution-lever-list .row.header .col {
  background-color: #FF0000;
  border-bottom-color: #FF0000; }

.theme-3 .restitution-container .restitution-lever-list .row:last-child .col,
.theme-3 .questions-module .questions .form-row label {
  border-bottom-color: #FF0000; }

.theme-3 .questions-module .table-levers-subhead {
  color: #FF0000; }

.theme-1 .restitution-container .restitution-graph-dots .col-left:before,
.theme-1 .restitution-container .restitution-graph-dots .col:before,
.theme-1 .restitution-container .restitution-graph-dots .col .dot:after,
.theme-1 .restitution-container .restitution-header .cta-help,
.theme-1 .noUi-handle,
.theme-1 .lever-notation .steps,
.theme-1 .table-levers-head,
.theme-1 .popin .popin-layer .header .btn-close:hover,
.theme-1 .dragdrop-sortable-module .col-domain.selected .dropbox .lever {
  background-color: #FF7800;
  border-color: #FF7800; }

.theme-1 .lever-notation .header,
.theme-1 .restitution-container .restitution-lever-list .col.col-num,
.theme-1 .restitution-container .restitution-lever-list .col .arrow:after,
.theme-1 .questions-module .questions .form-row .cta-edit {
  background-color: #FF7800; }

.theme-1 .dragdrop-sortable-module .col-domain .dropbox,
.theme-1 .dragdrop-sortable-module .col-domain.selected .slot .drop,
.theme-1 .popin .popin-layer .header,
.theme-1 .restitution-container .restitution-lever-list .col {
  border-color: #FF7800; }

.theme-1 .noUi-handle {
  border-color: #ffe4cc; }

.theme-1 .cta {
  border-color: #FF7800;
  background-color: #FF7800; }
  .theme-1 .cta:hover {
    color: #FF7800;
    background-color: #FFF; }

.theme-1 .cta-help:hover {
  background-color: #FF7800; }
  .theme-1 .cta-help:hover:hover {
    border-color: #FF7800; }

.theme-1 .restitution-container .restitution-graph-dots .col .dot {
  transform: scale(0.75); }
  .theme-1 .restitution-container .restitution-graph-dots .col .dot .label {
    background-color: #ffae66;
    color: #FFF; }

.theme-1 .restitution-container .restitution-graph-dots .col {
  border-color: #FF7800; }

.theme-1 .btn-action i:before {
  border-color: transparent transparent transparent #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .col .arrow:before {
  border-color: transparent transparent transparent #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .col .graduation span:before,
.theme-1 .restitution-container .restitution-lever-list .col .graduation span:after {
  background-color: rgba(255, 120, 0, 0.4); }

.theme-1 .restitution-container .restitution-lever-list .row.header .col {
  background-color: #FF7800;
  border-bottom-color: #FF7800; }

.theme-1 .restitution-container .restitution-lever-list .row:last-child .col,
.theme-1 .questions-module .questions .form-row label {
  border-bottom-color: #FF7800; }

.theme-1 .questions-module .table-levers-subhead {
  color: #FF7800; }

.theme-3 .lever-notation .header {
  background-color: #808080; }

@media screen and (max-width: 1023px) {
  .responsive-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 1000000; }
    .responsive-alert .avatar-container .avatar {
      display: block;
      width: 130px;
      margin: 30px 0; }
    .responsive-alert .text {
      font-size: 16px;
      margin: 0 20px 30px;
      line-height: 1.6em;
      text-align: center; }
  ::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */ } }

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .responsive-rotate-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 1000000;
    overflow-y: scroll;
    padding-top: 50px; }
    .responsive-rotate-alert .avatar-container {
      margin: 0 auto; }
      .responsive-rotate-alert .avatar-container .avatar {
        display: block;
        width: 130px;
        margin: 30px 0; }
    .responsive-rotate-alert .text {
      font-size: 16px;
      margin: 0 20px 30px;
      line-height: 1.6em;
      text-align: center; }
      .responsive-rotate-alert .text span.warning {
        color: orange; } }

.theme-2 .restitution-container .restitution-graph-dots .col-left label {
  text-align: left; }
  .theme-2 .restitution-container .restitution-graph-dots .col-left label.top {
    top: 8%; }
  .theme-2 .restitution-container .restitution-graph-dots .col-left label.bottom {
    top: 92%; }

@media screen and (max-width: 1023px) {
  body {
    font-size: 10px; }
  .restitution-container .col {
    height: 65vh; }
    .restitution-container .col .dot {
      transform: scale(0.8); }
  .app-0.theme-0 .restitution-container .col,
  .theme-10 .restitution-container .col,
  .theme-mood .restitution-container .col {
    height: auto; }
    .app-0.theme-0 .restitution-container .col .dot,
    .theme-10 .restitution-container .col .dot,
    .theme-mood .restitution-container .col .dot {
      transform: scale(0.8); }
  .app-0.theme-0 .restitution-container .col,
  .theme-10 .restitution-container .col,
  .theme-ambition .restitution-container .col {
    height: auto; }
    .app-0.theme-0 .restitution-container .col .dot,
    .theme-10 .restitution-container .col .dot,
    .theme-ambition .restitution-container .col .dot {
      transform: scale(0.8); }
  .app-0.theme-0 .restitution-container .col,
  .theme-10 .restitution-container .col,
  .theme-raison-etre .restitution-container .col {
    height: auto; }
    .app-0.theme-0 .restitution-container .col .dot,
    .theme-10 .restitution-container .col .dot,
    .theme-raison-etre .restitution-container .col .dot {
      transform: scale(0.8); }
  .theme-2 .restitution-container .restitution-graph-dots .col-left label {
    background-color: transparent; }
    .theme-2 .restitution-container .restitution-graph-dots .col-left label.top {
      top: 35%;
      font-size: 1.1em;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .theme-2 .restitution-container .restitution-graph-dots .col-left label.bottom {
      top: 85%;
      font-size: 1.1em;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .theme-2 .restitution-container .restitution-graph-dots .col-left label .cta-help {
      top: -50%;
      right: 30%;
      left: unset;
      transform: scale(0.7); }
  .theme-3 .restitution-container .restitution-graph-dots .col-left label {
    font-size: 1.1em;
    background-color: transparent;
    padding-left: unset;
    background-color: white; }
    .theme-3 .restitution-container .restitution-graph-dots .col-left label.top {
      -webkit-transform: translateY(-100%);
      -khtml-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .theme-3 .restitution-container .restitution-graph-dots .col-left label.middle {
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .theme-3 .restitution-container .restitution-graph-dots .col-left label.bottom {
      -webkit-transform: translateY(-20%);
      -khtml-transform: translateY(-20%);
      -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      -o-transform: translateY(-20%);
      transform: translateY(-20%); }
  .theme-4 .restitution-container .restitution-graph-arrow .col-left {
    position: unset; }
    .theme-4 .restitution-container .restitution-graph-arrow .col-left label {
      text-align: center;
      background-color: transparent;
      position: unset; }
      .theme-4 .restitution-container .restitution-graph-arrow .col-left label.top {
        padding-bottom: 30px; }
      .theme-4 .restitution-container .restitution-graph-arrow .col-left label.bottom {
        padding-top: 30px; } }

.app-0.theme-0 .questions-module button:hover {
  color: #FF7800; }

.app-0.theme-0 .questions-module .noUi-handle,
.theme-10 .questions-module .noUi-handle,
.theme-mood .questions-module .noUi-handle {
  transform: scale(0.8); }
  @media screen and (max-width: 1023px) {
    .app-0.theme-0 .questions-module .noUi-handle,
    .theme-10 .questions-module .noUi-handle,
    .theme-mood .questions-module .noUi-handle {
      transform: scale(0.6); } }

.app-0.theme-0 .questions-module .input-container,
.theme-10 .questions-module .input-container,
.theme-mood .questions-module .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.app-0.theme-0 .questions-module button,
.theme-10 .questions-module button,
.theme-mood .questions-module button {
  height: 3em;
  border-radius: 5px;
  background-color: white; }

.app-0.theme-0 .questions-module .btn-selected,
.theme-10 .questions-module .btn-selected,
.theme-mood .questions-module .btn-selected {
  background-color: #FF7800;
  color: white; }

.app-0.theme-0 .questions-module .form-row textarea,
.theme-10 .questions-module .form-row textarea,
.theme-mood .questions-module .form-row textarea {
  min-height: 100%;
  height: 100%; }

.app-0.theme-0 .questions-module .button-stack,
.theme-10 .questions-module .button-stack,
.theme-mood .questions-module .button-stack {
  padding: 10px;
  display: inline-block; }

.app-0.theme-0 .questions-module .noUi-handle,
.theme-10 .questions-module .noUi-handle,
.theme-ambition .questions-module .noUi-handle {
  transform: scale(0.8); }
  @media screen and (max-width: 1023px) {
    .app-0.theme-0 .questions-module .noUi-handle,
    .theme-10 .questions-module .noUi-handle,
    .theme-ambition .questions-module .noUi-handle {
      transform: scale(0.6); } }

.app-0.theme-0 .questions-module .input-container,
.theme-10 .questions-module .input-container,
.theme-ambition .questions-module .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.app-0.theme-0 .questions-module button,
.theme-10 .questions-module button,
.theme-ambition .questions-module button {
  height: 3em;
  border-radius: 5px;
  background-color: white; }

.app-0.theme-0 .questions-module .btn-selected,
.theme-10 .questions-module .btn-selected,
.theme-ambition .questions-module .btn-selected {
  background-color: #FF7800;
  color: white; }

.app-0.theme-0 .questions-module .form-row textarea,
.theme-10 .questions-module .form-row textarea,
.theme-ambition .questions-module .form-row textarea {
  min-height: 100%;
  height: 100%; }

.app-0.theme-0 .questions-module .button-stack,
.theme-10 .questions-module .button-stack,
.theme-ambition .questions-module .button-stack {
  padding: 10px;
  display: inline-block; }

.app-0.theme-0 .questions-module .noUi-handle,
.theme-10 .questions-module .noUi-handle,
.theme-raison-etre .questions-module .noUi-handle {
  transform: scale(0.8); }
  @media screen and (max-width: 1023px) {
    .app-0.theme-0 .questions-module .noUi-handle,
    .theme-10 .questions-module .noUi-handle,
    .theme-raison-etre .questions-module .noUi-handle {
      transform: scale(0.6); } }

.app-0.theme-0 .questions-module .input-container,
.theme-10 .questions-module .input-container,
.theme-raison-etre .questions-module .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.app-0.theme-0 .questions-module button,
.theme-10 .questions-module button,
.theme-raison-etre .questions-module button {
  height: 3em;
  border-radius: 5px;
  background-color: white; }

.app-0.theme-0 .questions-module .btn-selected,
.theme-10 .questions-module .btn-selected,
.theme-raison-etre .questions-module .btn-selected {
  background-color: #FF7800;
  color: white; }

.app-0.theme-0 .questions-module .form-row textarea,
.theme-10 .questions-module .form-row textarea,
.theme-raison-etre .questions-module .form-row textarea {
  min-height: 100%;
  height: 100%; }

.app-0.theme-0 .questions-module .button-stack,
.theme-10 .questions-module .button-stack,
.theme-raison-etre .questions-module .button-stack {
  padding: 10px;
  display: inline-block; }

.questions-module .noUi-handle {
  transform: scale(0.8); }
  @media screen and (max-width: 1023px) {
    .questions-module .noUi-handle {
      transform: scale(0.6); } }

.questions-module .form-row button {
  min-height: 3em;
  height: 100%; }

.questions-module button {
  border-radius: 5px;
  background-color: white; }
  .questions-module button:hover {
    background-color: #FF7800;
    color: white;
    border-color: transparent; }

.questions-module button.btn-action-debriefing-prev,
.questions-module button.btn-action-debriefing-next {
  margin: 4px;
  padding: 16px;
  font-size: 1.5em; }

.questions-module .btn-selected {
  background-color: #FF7800;
  color: white; }

.questions-module .form-row textarea {
  min-height: 100%;
  height: 100%; }

.questions-module .button-stack {
  margin: 6px; }
  .questions-module .button-stack button {
    padding: 0px;
    font-size: 2em;
    box-sizing: content-box;
    width: 100%; }

.rdvOrganise .input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 80%;
  place-content: space-evenly; }

.rdvOrganise .button-stack {
  flex-grow: 1;
  min-width: 40vw; }

.debriefing .input-container {
  display: grid;
  grid-template-areas: "a a" "b c"; }

.debriefing .questions-module .button-stack:nth-child(1) {
  grid-area: a; }

.debriefing .questions-module .button-stack:nth-child(2) {
  grid-area: b; }

.debriefing .questions-module .button-stack:nth-child(3) {
  grid-area: c; }

.lever-sliders-img .slider-labels {
  margin-bottom: 6em;
  margin-top: 3em;
  font-weight: bold;
  position: relative; }
  .lever-sliders-img .slider-labels .label {
    text-align: center;
    font-size: 1.41667em; }
    .lever-sliders-img .slider-labels .label img {
      margin-top: -5em;
      height: 1.7em; }
  .lever-sliders-img .slider-labels .label-min {
    float: left;
    margin-left: 40px; }
    .lever-sliders-img .slider-labels .label-min img {
      margin-left: -0.8em; }
  .lever-sliders-img .slider-labels .label-max {
    float: right;
    margin-right: 40px; }
    .lever-sliders-img .slider-labels .label-max img {
      margin-right: -0.4em; }
  .lever-sliders-img .slider-labels .label-middle {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
  .lever-sliders-img .slider-labels:after {
    content: " ";
    display: block;
    clear: both; }

.grid-container {
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr;
  grid-template-rows: 50px 1fr 1fr 1fr 1fr;
  gap: 0px 0px; }

.a1 {
  grid-area: 1 / 1 / 2 / 2; }

.a2 {
  grid-area: 1 / 2 / 2 / 3; }

.a3 {
  grid-area: 1 / 3 / 2 / 4; }

.a4 {
  grid-area: 1 / 4 / 2 / 5; }

.b1 {
  grid-area: 2 / 1 / 3 / 2; }

.b2 {
  grid-area: 2 / 2 / 3 / 3; }

.b3 {
  grid-area: 2 / 3 / 3 / 4; }

.b4 {
  grid-area: 2 / 4 / 3 / 5; }

.c1 {
  grid-area: 3 / 1 / 4 / 2; }

.c2 {
  grid-area: 3 / 2 / 4 / 3; }

.c3 {
  grid-area: 3 / 3 / 4 / 4; }

.c4 {
  grid-area: 3 / 4 / 4 / 5; }

.d1 {
  grid-area: 4 / 1 / 5 / 2; }

.d2 {
  grid-area: 4 / 2 / 5 / 3; }

.d3 {
  grid-area: 4 / 3 / 5 / 4; }

.d5 {
  grid-area: 4 / 4 / 5 / 5; }

.d4 {
  grid-area: 4 / 4 / 5 / 5; }

.e1 {
  grid-area: 5 / 1 / 6 / 2; }

.e2 {
  grid-area: 5 / 2 / 6 / 3; }

.e3 {
  grid-area: 5 / 3 / 6 / 4; }

.e4 {
  grid-area: 5 / 4 / 6 / 5; }

/*# sourceMappingURL=main.19705a43b930ba1246e5217ec1fda343.css.map*/