/* CSS Document */
/***************************************************************************************************************************************************************************************/
/*HTML5 BOILERPLATE MINIFIED*/
/***************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box; }

article {
  display: block; }

aside {
  display: block; }

details {
  display: block; }

figcaption {
  display: block; }

figure {
  display: block;
  margin: 0; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

audio {
  display: inline;
  zoom: 1; }

canvas {
  display: inline;
  zoom: 1; }

video {
  display: inline;
  zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #222; }

button {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  margin: 0; }

input {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  margin: 0; }

select {
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

textarea {
  color: #222;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  margin: 0; }

body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:hover {
  color: #06e;
  outline: 0; }

a:active {
  outline: 0; }

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

b {
  font-weight: 700; }

strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700; }

pre {
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  font-size: 1em; }

kbd {
  font-size: 1em; }

samp {
  font-size: 1em; }

q {
  quotes: none; }

q:before {
  content: none; }

q:after {
  content: none; }

small {
  font-size: 85%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em; }

ul {
  margin: 1em 0;
  padding: 0 0 0 40px; }

ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0; }

input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }

input[type="checkbox"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0; }

input[type="radio"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  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-decoration {
  -webkit-appearance: none; }

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

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

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

input:invalid {
  background-color: #f0dddd; }

textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  background: #ccc;
  color: #000;
  margin: .2em 0;
  padding: .2em 0; }

/***************************************************************************************************************************************************************************************/
/*BODY STYLES*/
/***************************************************************************************************************************************************************************************/
html {
  font-size: 100%; }

body {
  background: #FFF;
  color: #000;
  font: 1em Arial, Helvetica, sans-serif; }

a {
  text-decoration: none;
  transition: all .5s ease; }

.container {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  padding: 0 20px; }

img {
  height: auto;
  max-width: 100%; }

body, html {
  font-family: 'Open Sans', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

body {
  opacity: 0;
  transition: opacity .7s ease; }

div.ranger {
  display: flex;
  flex-wrap: wrap; }

div.container {
  width: 100%;
  max-width: 100%;
  padding: 0 7%; }

a {
  color: #0cb2e3; }

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 1px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -5px);
  transform: rotate(45deg) translate(-1px, -5px); }

button {
  background-color: #000;
  height: 60px;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0 20px;
  border: 2px solid #000; }

header div.container {
  padding: 20px 30px;
  background-color: #ccc; }
  header div.container div.ranger div.colonne-logo {
    width: 200px; }
    header div.container div.ranger div.colonne-logo img {
      width: 100%; }

section#login {
  padding: 100px 0; }
  section#login div.logo {
    width: 300px;
    display: block;
    margin: 0 auto; }
  section#login div.intro {
    max-width: 750px;
    display: block;
    margin: 40px auto;
    text-align: center; }
    section#login div.intro h1 {
      text-transform: uppercase; }
  section#login button {
    display: block;
    margin: 0px auto 0; }

div#popup {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  div#popup div.content {
    padding: 100px 30px 60px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: calc(100% - 60px);
    transform: translate(-50%, -50%);
    max-height: calc(100% - 60px);
    overflow-y: auto; }
    div#popup div.content input {
      border: 1px solid #fff;
      color: #fff;
      width: 100%;
      background-color: #000;
      height: 55px;
      margin-bottom: 30px;
      padding: 0 30px; }
    div#popup div.content button {
      background-color: #fff;
      border-color: #fff;
      color: #000;
      display: block;
      margin: 40px auto 0; }
    div#popup div.content span.x {
      color: #fff;
      top: 10px;
      right: 20px;
      font-size: 40px;
      position: absolute; }
  div#popup ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  div#popup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  div#popup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

section#laboratoires {
  padding-top: 0px; }
  section#laboratoires div.container {
    position: relative; }
    section#laboratoires div.container div.abs {
      width: 100%;
      height: 100px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-end;
      position: relative; }
      section#laboratoires div.container div.abs img {
        width: 40px;
        cursor: pointer; }
    section#laboratoires div.container div.popup {
      position: absolute;
      top: 20px;
      width: 400px;
      background-color: #ccc;
      right: 0;
      padding: 15px;
      border-radius: 30px;
      display: none; }
      section#laboratoires div.container div.popup div.pad {
        padding: 0 30px; }
      section#laboratoires div.container div.popup span.x {
        color: #000;
        top: 10px;
        right: 20px;
        font-size: 40px;
        position: absolute;
        cursor: pointer; }
      section#laboratoires div.container div.popup h2 {
        font-size: 30px; }
        section#laboratoires div.container div.popup h2 img {
          width: 20px; }
      section#laboratoires div.container div.popup div.pointage {
        text-align: center;
        padding: 40px 0; }
        section#laboratoires div.container div.popup div.pointage h4 {
          text-transform: uppercase;
          font-weight: 300;
          font-size: 1.25rem;
          margin: 0;
          line-height: 1; }
        section#laboratoires div.container div.popup div.pointage span.point {
          font-size: 6rem;
          font-weight: 700;
          line-height: 1; }
        section#laboratoires div.container div.popup div.pointage button {
          background-color: transparent;
          color: #000;
          border-collapse: #000;
          display: block;
          margin: 0 auto; }
      section#laboratoires div.container div.popup hr {
        border-top: 1px solid #000;
        width: 100%; }
      section#laboratoires div.container div.popup h5 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 1.125rem;
        margin: 0;
        text-align: center; }
      section#laboratoires div.container div.popup div.ranger {
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
        height: auto;
        min-height: auto; }
        section#laboratoires div.container div.popup div.ranger div.col p strong {
          font-size: 1rem; }
        section#laboratoires div.container div.popup div.ranger div.col p span {
          font-size: .875rem; }
        section#laboratoires div.container div.popup div.ranger div.col span.point {
          font-size: 2rem;
          font-weight: 700; }
    section#laboratoires div.container div.ranger {
      min-height: calc(100vh - 326px);
      width: calc( 100%  + 50px);
      margin-left: -25px;
      margin-right: -25px; }
      section#laboratoires div.container div.ranger div.colonne {
        width: 25%;
        padding: 0 25px;
        height: inherit; }
        section#laboratoires div.container div.ranger div.colonne div.tuile {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          padding: 25px;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          color: #fff; }
          section#laboratoires div.container div.ranger div.colonne div.tuile img.lab {
            display: block;
            width: 100px;
            margin: 0 auto; }
          section#laboratoires div.container div.ranger div.colonne div.tuile div.bottom h4 {
            font-size: 2rem;
            text-transform: uppercase; }

section#experiment-lab {
  min-height: calc(100vh - 0px);
  background-color: #333;
  padding: 50px 0; }
  section#experiment-lab a {
    color: #000; }
  section#experiment-lab div.previous {
    display: inline-flex;
    height: 50px;
    background-color: #ccc;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    align-items: center;
    padding-right: 20px;
    text-transform: uppercase;
    margin-bottom: 50px; }
    section#experiment-lab div.previous span.name {
      padding-left: 40px;
      color: #000;
      min-width: 200px;
      font-weight: 700;
      font-size: 1.25rem; }
    section#experiment-lab div.previous span.i {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #000;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-transform: none; }
    section#experiment-lab div.previous span.back {
      background-color: #6D6D6D;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      height: inherit;
      color: #fff;
      padding-right: 20px;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      font-weight: 300;
      padding-left: 100px;
      font-size: 1rem; }
      section#experiment-lab div.previous span.back:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 40px;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("../images/chevron-left.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  section#experiment-lab div.container {
    max-width: 1200px; }
    section#experiment-lab div.container div.ranger {
      width: calc( 100% + 25px);
      margin-left: -12.5px;
      margin-right: -12.5px; }
      section#experiment-lab div.container div.ranger div.col {
        width: 50%;
        margin-bottom: 25px;
        padding: 0 12.5px; }
        section#experiment-lab div.container div.ranger div.col div.tuile {
          position: relative;
          cursor: pointer; }
          section#experiment-lab div.container div.ranger div.col div.tuile img {
            width: 100%; }
          section#experiment-lab div.container div.ranger div.col div.tuile.hover div.titre div.texte {
            height: auto;
            padding-bottom: 40px; }
            section#experiment-lab div.container div.ranger div.col div.tuile.hover div.titre div.texte:after {
              opacity: 1; }
        section#experiment-lab div.container div.ranger div.col div.titre {
          left: 0;
          bottom: 0;
          width: 100%;
          background-color: #aaa;
          position: absolute;
          padding: 10px 30px; }
          section#experiment-lab div.container div.ranger div.col div.titre h4 {
            color: #fff;
            text-align: center;
            margin: 0;
            font-size: 1.5rem; }
          section#experiment-lab div.container div.ranger div.col div.titre p {
            color: #fff;
            font-size: .875rem; }
          section#experiment-lab div.container div.ranger div.col div.titre div.texte {
            position: relative;
            width: 100%;
            padding-bottom: 0px;
            overflow: hidden;
            height: 0;
            transition: all .5s ease; }
            section#experiment-lab div.container div.ranger div.col div.titre div.texte:after {
              content: '+';
              position: absolute;
              font-size: 30px;
              width: 30px;
              height: 30px;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #000;
              background-color: #ccc;
              border-radius: 50%;
              position: absolute;
              bottom: 10px;
              left: 50%;
              transform: translateX(-50%);
              transition: .5s ease;
              opacity: 0;
              transition-delay: .5s;
              line-height: 1; }
        section#experiment-lab div.container div.ranger div.col div.coming-soon {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          transform: translate(-50%, -50%); }
          section#experiment-lab div.container div.ranger div.col div.coming-soon h3 {
            color: #000;
            font-size: 3rem;
            text-align: center;
            margin: 0;
            text-transform: uppercase; }

section#experiment {
  min-height: calc(100vh - 0px);
  background-color: #f1f1f1;
  position: relative; }
  section#experiment span.x {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    font-weight: 300;
    color: #000; }
  section#experiment span.feedback {
    position: absolute;
    bottom: 40px;
    left: calc(50% + 40px);
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    height: 70px;
    padding: 0 40px 0 100px; }
    section#experiment span.feedback:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 110px;
      width: 110px;
      background-image: url("../images/comment-plus.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  section#experiment div.page {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    width: 130px;
    height: 40px; }
    section#experiment div.page div.prev {
      width: 40px;
      height: 20px;
      background-image: url("../images/arrow-left.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    section#experiment div.page div.next {
      width: 40px;
      height: 20px;
      background-image: url("../images/arrow-right.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    section#experiment div.page span.actual {
      font-size: 30px;
      font-weight: 700;
      color: #000;
      position: absolute;
      line-height: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    section#experiment div.page span.all {
      position: absolute;
      bottom: -4px;
      right: -4px;
      font-size: 20px;
      font-weight: 400;
      color: #000;
      line-height: 1; }
    section#experiment div.page div.numero {
      width: 40px;
      height: 40px;
      margin-right: 10px;
      position: relative; }
  section#experiment div.ranger {
    min-height: inherit; }
    section#experiment div.ranger div.colonne:nth-child(1) {
      width: 45%;
      min-height: inherit;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    section#experiment div.ranger div.colonne:nth-child(2) {
      width: 55%;
      padding: 30px; }
      section#experiment div.ranger div.colonne:nth-child(2) h1 {
        margin-top: 0;
        margin-bottom: 1em;
        text-transform: uppercase;
        font-size: 3rem; }
      section#experiment div.ranger div.colonne:nth-child(2) div.ranger div.col:nth-child(1) {
        width: 70%;
        padding-right: 25px; }
        section#experiment div.ranger div.colonne:nth-child(2) div.ranger div.col:nth-child(1) li {
          font-size: 1.125rem; }
        section#experiment div.ranger div.colonne:nth-child(2) div.ranger div.col:nth-child(1) p {
          font-size: 1.5rem; }
      section#experiment div.ranger div.colonne:nth-child(2) div.ranger div.col:nth-child(2) {
        width: 30%; }
        section#experiment div.ranger div.colonne:nth-child(2) div.ranger div.col:nth-child(2) img {
          margin-bottom: 25px; }

section#feedback div.ranger {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  section#feedback div.ranger aside {
    width: 140px;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    section#feedback div.ranger aside .title-feedback {
      font-weight: 700;
      font-size: 1rem; }
    section#feedback div.ranger aside a {
      color: #000; }
    section#feedback div.ranger aside.registered {
      background-color: #f1f1f1; }
    section#feedback div.ranger aside .circle {
      margin: 10px 0;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: #ccc;
      display: block; }
      section#feedback div.ranger aside .circle.active {
        background-color: #000; }
      section#feedback div.ranger aside .circle.point {
        background-color: #222;
        background-image: url("../images/check-circle.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        background-color: #fff; }
        section#feedback div.ranger aside .circle.point:after {
          content: attr(data-point);
          position: absolute;
          right: 0;
          top: 50%;
          transform: translate(150%, -50%);
          font-weight: 700;
          font-size: 1.125rem; }
        section#feedback div.ranger aside .circle.point:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translate(200%, -50%);
          font-weight: 700;
          font-size: 1.125rem;
          width: 30px;
          height: 1.125rem;
          background-image: url("../images/eprouvette-noir.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
    section#feedback div.ranger aside div.nav {
      width: 140px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    section#feedback div.ranger aside span.prev {
      position: absolute;
      bottom: 40px;
      text-transform: uppercase;
      padding-left: 30px;
      display: block;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 700;
      font-size: 1rem; }
      section#feedback div.ranger aside span.prev:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url("../images/chevron-up.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  section#feedback div.ranger div.content {
    width: calc( 100% - 140px);
    padding-left: 100px;
    padding-right: 100px;
    background-color: #f1f1f1;
    position: relative;
    max-height: 100vh; }
    section#feedback div.ranger div.content span.x {
      position: absolute;
      top: 30px;
      right: 40px;
      font-size: 40px;
      font-weight: 300;
      color: #000; }
    section#feedback div.ranger div.content h2 {
      margin: 0.5em 0 0;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 2rem;
      color: #000; }
    section#feedback div.ranger div.content h1 {
      font-weight: 700;
      font-size: 2.25rem;
      margin: 0 0 0;
      color: #000;
      text-transform: uppercase; }
    section#feedback div.ranger div.content div.question-image {
      width: 100%; }
      section#feedback div.ranger div.content div.question-image h4 {
        text-align: center;
        font-weight: 700;
        font-size: 2rem;
        margin: 0;
        text-transform: uppercase; }
      section#feedback div.ranger div.content div.question-image h3 {
        text-align: center;
        font-weight: 700;
        font-size: 2.25rem;
        margin: 0;
        text-transform: uppercase; }
      section#feedback div.ranger div.content div.question-image div.ranger {
        margin-top: 40px;
        width: calc( 100% + 50px);
        margin-left: -25px;
        margin-right: -25px; }
        section#feedback div.ranger div.content div.question-image div.ranger div.colonne {
          width: 25%;
          padding: 0 25px;
          margin-bottom: 50px; }
          section#feedback div.ranger div.content div.question-image div.ranger div.colonne img {
            width: 100%; }
      section#feedback div.ranger div.content div.question-image div.pouce {
        margin-top: 40px;
        width: calc( 100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        section#feedback div.ranger div.content div.question-image div.pouce div.colonne {
          width: 25%;
          padding: 0 25px;
          margin-bottom: 50px; }
          section#feedback div.ranger div.content div.question-image div.pouce div.colonne img {
            width: 50%;
            display: block;
            margin: 0 auto;
            min-width: 140px; }
      section#feedback div.ranger div.content div.question-image div.emoticone {
        margin-top: 40px;
        width: calc( 100% + 0px);
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px; }
        section#feedback div.ranger div.content div.question-image div.emoticone div.colonne {
          width: 20%;
          padding: 0 25px;
          margin-bottom: 50px; }
          section#feedback div.ranger div.content div.question-image div.emoticone div.colonne img {
            width: 80%;
            display: block;
            margin: 0 auto;
            min-width: 140px; }
      section#feedback div.ranger div.content div.question-image div.slide-range {
        margin-top: 300px;
        position: relative; }
        section#feedback div.ranger div.content div.question-image div.slide-range #slider {
          width: calc(100% - 200px);
          margin: 100px 100px 0; }
        section#feedback div.ranger div.content div.question-image div.slide-range #slider-value {
          text-align: center;
          color: #000;
          font-size: 22px;
          font-weight: 700; }
        section#feedback div.ranger div.content div.question-image div.slide-range img.hard {
          top: 0;
          right: 0;
          width: 180px;
          position: absolute;
          transform: translateY(calc(-100% - 20px)); }
        section#feedback div.ranger div.content div.question-image div.slide-range img.easy {
          top: 0;
          left: 0;
          width: 180px;
          position: absolute;
          transform: translateY(calc(-100% - 20px)); }
        section#feedback div.ranger div.content div.question-image div.slide-range .noUi-handle:after, section#feedback div.ranger div.content div.question-image div.slide-range .noUi-handle:before {
          position: absolute;
          top: -20px;
          width: 180px;
          height: 200px;
          background-image: url("../images/logo-carrer.jpg");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          transform: translate(-50%, -100%); }
        section#feedback div.ranger div.content div.question-image div.slide-range .noUi-horizontal .noUi-handle {
          width: 34px;
          height: 34px;
          background-color: #fff;
          border: 1px solid #000;
          border-radius: 50%;
          top: 50%;
          transform: translateY(-30%); }
        section#feedback div.ranger div.content div.question-image div.slide-range .noUi-connect {
          background-color: #ccc; }
    section#feedback div.ranger div.content div.bonus {
      margin-top: 140px;
      max-width: 768px;
      display: block;
      margin: 0 auto; }
      section#feedback div.ranger div.content div.bonus h3.icone {
        font-size: 2.5rem;
        padding-left: 50px;
        position: relative;
        text-transform: uppercase; }
        section#feedback div.ranger div.content div.bonus h3.icone:after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 40px;
          height: 60px;
          background-image: url("../images/eprouvette-noir.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
      section#feedback div.ranger div.content div.bonus div.keywords {
        border-radius: 30px;
        background-color: #ccc;
        padding: 25px; }
        section#feedback div.ranger div.content div.bonus div.keywords h3 {
          font-size: 1.5rem;
          margin: 0;
          line-height: 1;
          color: #000; }
        section#feedback div.ranger div.content div.bonus div.keywords p {
          font-size: .875rem;
          margin: 1em 0 0;
          line-height: 1.2;
          color: #000; }
        section#feedback div.ranger div.content div.bonus div.keywords div.input {
          display: flex;
          flex-wrap: wrap;
          margin: 10px 0 20px; }
          section#feedback div.ranger div.content div.bonus div.keywords div.input input {
            height: 40px;
            border-radius: 0;
            border-bottom-left-radius: 30px;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            border: none;
            background-color: #fff;
            box-shadow: none;
            width: 300px; }
          section#feedback div.ranger div.content div.bonus div.keywords div.input button {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: relative;
            left: -10px;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            padding: 0;
            line-height: 1;
            padding-bottom: 7px; }
        section#feedback div.ranger div.content div.bonus div.keywords div.results {
          display: flex;
          flex-wrap: wrap; }
          section#feedback div.ranger div.content div.bonus div.keywords div.results div.span {
            margin-right: 10px;
            position: relative;
            padding: 10px 50px 10px 10px;
            background-color: #000;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            border-radius: 20px;
            border-top-left-radius: 0;
            font-size: 1rem;
            line-height: 1;
            height: auto; }
            section#feedback div.ranger div.content div.bonus div.keywords div.results div.span button {
              width: 20px;
              height: 20px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 20px;
              padding: 0;
              line-height: 1;
              padding-bottom: 3px;
              background-color: #fff;
              color: #000;
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translateY(-50%); }
      section#feedback div.ranger div.content div.bonus div.boutons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        section#feedback div.ranger div.content div.bonus div.boutons div.colonne {
          height: 80px;
          margin: 25px;
          width: 80px;
          border: 1px solid #000;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          align-items: center; }
          section#feedback div.ranger div.content div.bonus div.boutons div.colonne img {
            max-height: 70%;
            max-width: 70%;
            width: 100%;
            height: 100%; }
      section#feedback div.ranger div.content div.bonus div.file-results {
        display: flex;
        flex-wrap: wrap; }
        section#feedback div.ranger div.content div.bonus div.file-results div.colonne {
          width: 50%;
          padding: 0 25px; }
          section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.reviews {
            margin-bottom: 10px;
            border: 1px solid #000;
            padding: 5px 80px 5px 50px;
            position: relative;
            border-radius: 5px; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.reviews h3 {
              font-size: 1rem;
              font-weight: 700;
              margin: 0;
              color: #000; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.reviews p {
              margin: 0;
              font-size: .875rem;
              line-height: 1.05em; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.reviews img.delete {
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              width: 30px;
              cursor: pointer; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.reviews:before {
              content: '';
              position: absolute;
              left: 5px;
              width: 30px;
              height: 20px;
              top: 50%;
              transform: translateY(-50%);
              background-image: url("../images/chat.svg");
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; }
          section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.photo {
            border: 1px solid #000;
            padding: 5px 80px 5px 50px;
            position: relative;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 700;
            margin: 0;
            color: #000;
            margin-bottom: 10px; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.photo img.delete {
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              width: 30px;
              cursor: pointer; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.photo:before {
              content: '';
              position: absolute;
              left: 5px;
              width: 30px;
              height: 20px;
              top: 50%;
              transform: translateY(-50%);
              background-image: url("../images/photo_camera.svg");
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; }
          section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.camera {
            border: 1px solid #000;
            padding: 5px 80px 5px 50px;
            position: relative;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 700;
            margin: 0;
            color: #000;
            margin-bottom: 10px; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.camera img.delete {
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              width: 30px;
              cursor: pointer; }
            section#feedback div.ranger div.content div.bonus div.file-results div.colonne div.camera:before {
              content: '';
              position: absolute;
              left: 5px;
              width: 30px;
              height: 20px;
              top: 50%;
              transform: translateY(-50%);
              background-image: url("../images/video-call.svg");
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat; }
    section#feedback div.ranger div.content button#submit {
      background-color: #fff;
      border: 1px solid #000;
      height: 60px;
      text-transform: uppercase;
      position: absolute;
      bottom: 30px;
      right: 30px;
      border-radius: 0;
      color: #000; }
    section#feedback div.ranger div.content div.registered {
      display: block;
      max-width: 768px;
      margin: 140px auto 0; }
      section#feedback div.ranger div.content div.registered div.bg {
        background-color: #ccc;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 30px;
        padding: 30px; }
        section#feedback div.ranger div.content div.registered div.bg h2 {
          padding-left: 100px;
          position: relative;
          margin: 0;
          text-transform: uppercase; }
          section#feedback div.ranger div.content div.registered div.bg h2:after {
            content: '';
            position: absolute;
            left: 30px;
            width: 60px;
            top: 50%;
            height: 60px;
            background-image: url("../images/workspace_premium.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: translateY(-50%); }
        section#feedback div.ranger div.content div.registered div.bg img.eprouvette {
          width: 70px;
          display: block;
          margin: 0 auto; }
        section#feedback div.ranger div.content div.registered div.bg span.result {
          display: block;
          text-align: center;
          font-size: 2.5rem;
          font-weight: 700; }
        section#feedback div.ranger div.content div.registered div.bg a.explore {
          display: block;
          text-decoration: underline;
          text-align: center;
          color: #000;
          font-size: 1.25rem;
          text-transform: uppercase; }
      section#feedback div.ranger div.content div.registered button {
        border: 1px solid #000;
        border-radius: 20px;
        background-color: #fff;
        text-transform: uppercase;
        height: 40px;
        color: #000;
        display: block;
        margin: 20px auto; }

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