h1, h2 {
  font-family: "Klavika Medium", sans-serif;
  margin: 0;
  line-height: 1; }

h2.intro-title,
#quiz-email-form h2,
.result_subheader h2,
.result-content h2 {
  font-size: 3.5em; }
  @media all and (max-width: 768px) {
    h2.intro-title,
    #quiz-email-form h2,
    .result_subheader h2,
    .result-content h2 {
      font-size: 2.8em; } }

#app-quiz {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px; }
  @media all and (max-width: 768px) {
    #app-quiz {
      padding: 0;
      padding-bottom: 60px; } }
  @media all and (max-width: 1280px) {
    #app-quiz {
      padding: 0;
      padding-bottom: 60px; } }
  #app-quiz:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 470px;
    background-color: #0A5D92;
    z-index: -1; }
    @media all and (max-width: 1280px) {
      #app-quiz:after {
        height: 420px; } }
    @media all and (max-width: 768px) {
      #app-quiz:after {
        display: none; } }
  #app-quiz.full_blue {
    background: #0A5D92; }
  #app-quiz button {
    border-radius: 0;
    padding: 0.7em 1em;
    box-shadow: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    cursor: pointer; }
  @media all and (min-width: 768px) and (max-width: 1280px) {
    #app-quiz .quiz-element-wrapper {
      padding: 0; } }
  #app-quiz .quiz_subheader {
    background-color: #0A5D92;
    width: 100%;
    padding: 20px 0;
    color: #fff; }
    #app-quiz .quiz_subheader.quiz_question_subheader h3 {
      max-width: 550px;
      line-height: 1.1; }
    @media all and (max-width: 768px) {
      #app-quiz .quiz_subheader.quiz_question_subheader {
        display: none; } }
    @media all and (max-width: 768px) {
      #app-quiz .quiz_subheader.result_subheader {
        display: none; } }
    #app-quiz .quiz_subheader.result_subheader .quiz-element-container {
      display: flex; }
      #app-quiz .quiz_subheader.result_subheader .quiz-element-container:before {
        content: none;
        width: 0; }
      @media all and (min-width: 768px) {
        #app-quiz .quiz_subheader.result_subheader .quiz-element-container:before {
          content: '';
          display: inline-block;
          width: 30%;
          height: 1px;
          max-width: 280px; } }
      #app-quiz .quiz_subheader.result_subheader .quiz-element-container h2 {
        flex: 1;
        margin-left: 5%;
        display: block; }
        @media all and (max-width: 768px) {
          #app-quiz .quiz_subheader.result_subheader .quiz-element-container h2 {
            margin-left: 0; } }
  #app-quiz #introduction,
  #app-quiz #quiz_results,
  #app-quiz #no-results,
  #app-quiz #questions {
    position: relative; }
    #app-quiz #introduction:after,
    #app-quiz #quiz_results:after,
    #app-quiz #no-results:after,
    #app-quiz #questions:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      height: 60px;
      background-color: #0A5D92;
      z-index: -1; }
  #app-quiz .quiz-element-container {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto; }
    @media all and (min-width: 768px) and (max-width: 1280px) {
      #app-quiz .quiz-element-container {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media all and (max-width: 768px) {
      #app-quiz .quiz-element-container {
        padding-bottom: 40px; } }
  #app-quiz .quiz-header {
    padding-bottom: 3rem;
    padding-top: 120px;
    margin: 0 auto;
    background-color: #0A5D92; }
    #app-quiz .quiz-header .quiz-element-container {
      display: flex;
      align-items: top; }
    @media all and (max-width: 768px) {
      #app-quiz .quiz-header {
        background-color: #0A5D92;
        padding: 4em 2em;
        flex-direction: column; } }
    #app-quiz .quiz-header .logo_wrapper {
      width: 11rem; }
      @media all and (max-width: 768px) {
        #app-quiz .quiz-header .logo_wrapper {
          width: 8rem; } }
    #app-quiz .quiz-header .title-wrapper {
      margin-left: 3.5rem;
      flex: 1; }
      @media all and (max-width: 768px) {
        #app-quiz .quiz-header .title-wrapper {
          margin: 1em 0 0 0; } }
      #app-quiz .quiz-header .title-wrapper h1 {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        margin: 0;
        padding: 0; }
        @media all and (max-width: 768px) {
          #app-quiz .quiz-header .title-wrapper h1 {
            font-size: 2.5em; } }
      #app-quiz .quiz-header .title-wrapper h4 {
        color: #F7E13C;
        text-transform: uppercase;
        margin: 0; }
  #app-quiz #introduction .quiz-element-container {
    display: flex;
    align-items: flex-end; }
    @media all and (max-width: 768px) {
      #app-quiz #introduction .quiz-element-container {
        flex-direction: column;
        align-items: inherit; } }
  #app-quiz #introduction .intro-wrapper {
    position: relative;
    overflow: hidden;
    width: 70%; }
    @media all and (max-width: 768px) {
      #app-quiz #introduction .intro-wrapper {
        width: 100%; } }
    #app-quiz #introduction .intro-wrapper:after {
      content: '';
      padding-bottom: 57%;
      display: block; }
      @media all and (max-width: 768px) {
        #app-quiz #introduction .intro-wrapper:after {
          padding-bottom: 120%; } }
    #app-quiz #introduction .intro-wrapper .intro-img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      z-index: 0;
      object-fit: cover; }
      @media all and (max-width: 768px) {
        #app-quiz #introduction .intro-wrapper .intro-img {
          height: 100% !important;
          width: auto !important; } }
    #app-quiz #introduction .intro-wrapper .intro-content {
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 1;
      padding: 4rem;
      background: rgba(0, 0, 0, 0.3); }
      @media all and (max-width: 1080px) {
        #app-quiz #introduction .intro-wrapper .intro-content {
          padding: 2rem; } }
      #app-quiz #introduction .intro-wrapper .intro-content h2.intro-title {
        color: #fff;
        font-weight: bold;
        margin: 0;
        max-width: 75%; }
        @media all and (min-width: 768px) and (max-width: 1080px) {
          #app-quiz #introduction .intro-wrapper .intro-content h2.intro-title {
            font-size: 2.5em; } }
        @media all and (max-width: 768px) {
          #app-quiz #introduction .intro-wrapper .intro-content h2.intro-title {
            max-width: 100%; } }
      #app-quiz #introduction .intro-wrapper .intro-content p {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        color: #fff;
        max-width: 75%;
        line-height: 1.1; }
        @media all and (max-width: 768px) {
          #app-quiz #introduction .intro-wrapper .intro-content p {
            max-width: 100%; } }
      #app-quiz #introduction .intro-wrapper .intro-content .button {
        position: absolute;
        background-color: #0A5D92;
        border: 0;
        color: #fff;
        right: 2rem;
        bottom: 2rem;
        white-space: nowrap;
        cursor: pointer; }
        @media all and (max-width: 768px) {
          #app-quiz #introduction .intro-wrapper .intro-content .button {
            left: 2rem;
            margin: 0 auto;
            font-size: 1.8em; } }
        #app-quiz #introduction .intro-wrapper .intro-content .button:after {
          content: '';
          width: 0.75em;
          height: 0.75em;
          font-style: normal;
          position: relative;
          border-top: 2px solid #F7E13C;
          border-left: 2px solid #F7E13C;
          transform: rotate(135deg);
          color: #F7E13C;
          margin-left: -15px;
          display: inline-block;
          transition: 0.25s all;
          opacity: 0; }
        #app-quiz #introduction .intro-wrapper .intro-content .button:hover:after {
          margin-left: 10px;
          opacity: 1; }
  #app-quiz #introduction .introl-job-list-wrapper {
    margin-top: 250px;
    color: #0A5D92;
    padding-left: 60px; }
    @media all and (max-width: 1280px) {
      #app-quiz #introduction .introl-job-list-wrapper {
        padding-left: 2rem;
        margin-top: 170px; } }
    @media all and (max-width: 768px) {
      #app-quiz #introduction .introl-job-list-wrapper {
        margin-top: 0;
        padding: 2rem; } }
    #app-quiz #introduction .introl-job-list-wrapper h4 {
      margin: 0;
      margin-bottom: 10px; }
    #app-quiz #introduction .introl-job-list-wrapper .job-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      #app-quiz #introduction .introl-job-list-wrapper .job-list li {
        font-size: 0.8em; }
  @media all and (max-width: 768px) {
    #app-quiz .callout {
      position: relative; }
      #app-quiz .callout:after {
        content: '';
        display: none;
        height: 3rem;
        width: 100%;
        background: #0A5D92;
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
        z-index: -1; } }
  #app-quiz .question h3 {
    color: #fff;
    font-weight: 400;
    max-width: 450px;
    margin-bottom: 50px; }
    #app-quiz .question h3.mobile-question {
      display: none; }
    @media all and (max-width: 1280px) {
      #app-quiz .question h3 {
        margin-bottom: 20px; } }
    @media all and (max-width: 768px) {
      #app-quiz .question h3 {
        color: #0A5D92; }
        #app-quiz .question h3.mobile-question {
          display: block;
          margin-bottom: 10px; }
        #app-quiz .question h3.desktop-question {
          display: none; } }
  #app-quiz .question .progressbar_label {
    color: #0A5D92;
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top: 60px; }
    @media all and (max-width: 768px) {
      #app-quiz .question .progressbar_label {
        margin-top: 0px; } }
  #app-quiz .question .progressbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 10px;
    margin-bottom: 30px; }
    @media all and (min-width: 768px) {
      #app-quiz .question .progressbar {
        max-width: 340px; } }
    #app-quiz .question .progressbar .step {
      position: relative;
      text-align: center;
      display: block;
      background-color: #fff;
      flex: 1; }
      #app-quiz .question .progressbar .step.active {
        background-color: #F7E13C; }
        #app-quiz .question .progressbar .step.active:last-of-type {
          border-right: 1px solid rgba(0, 0, 0, 0.5); }
  #app-quiz .question .question-wrapper {
    display: flex;
    align-items: flex-end; }
    @media all and (max-width: 768px) {
      #app-quiz .question .question-wrapper {
        flex-direction: column; } }
    #app-quiz .question .question-wrapper .quiz-img {
      width: 50%; }
      @media all and (max-width: 768px) {
        #app-quiz .question .question-wrapper .quiz-img {
          width: 100%; } }
    #app-quiz .question .question-wrapper .question-content {
      padding-left: 60px;
      width: 100%; }
      @media all and (max-width: 768px) {
        #app-quiz .question .question-wrapper .question-content {
          max-width: 450px;
          margin: 0 auto;
          padding: 0; } }
      @media all and (max-width: 450px) {
        #app-quiz .question .question-wrapper .question-content {
          max-width: 100%;
          padding: 0 2rem; } }
      #app-quiz .question .question-wrapper .question-content h3.question {
        /* color: #fff;
        //font-size: 30px;
        font-weight: 400;
        max-width: 450px;
        margin-bottom: 100px;*/ }
      #app-quiz .question .question-wrapper .question-content .button {
        background: #ffffff;
        color: #0A5D92;
        border: 1px solid #000;
        transition: all 0.25s;
        font-weight: bold;
        display: block;
        width: 100%;
        max-width: 340px; }
        @media all and (max-width: 768px) {
          #app-quiz .question .question-wrapper .question-content .button {
            max-width: inherit; } }
        #app-quiz .question .question-wrapper .question-content .button:first-of-type {
          margin-bottom: 20px; }
        #app-quiz .question .question-wrapper .question-content .button:hover, #app-quiz .question .question-wrapper .question-content .button.selected {
          background: #0A5D92;
          color: #ffffff;
          border-color: #0A5D92; }
    #app-quiz .question .question-wrapper .prev {
      text-decoration: none;
      color: #0A5D92;
      margin-top: 15px;
      display: block;
      display: flex;
      align-items: center; }
      #app-quiz .question .question-wrapper .prev:before {
        content: '';
        width: 0.5em;
        height: 0.5em;
        margin-right: 10px;
        border-top: 2px solid #0A5D92;
        border-left: 2px solid #0A5D92;
        transform: rotate(-45deg);
        color: #0A5D92;
        display: inline-block;
        transition: 0.25s all; }
  #app-quiz #quiz-email-form {
    text-align: center;
    padding-top: 50px;
    padding-top: 2rem; }
    #app-quiz #quiz-email-form h2 {
      color: #fff;
      font-weight: bold; }
    #app-quiz #quiz-email-form .subheading {
      color: #fff;
      margin-bottom: 60px; }
    #app-quiz #quiz-email-form .quiz_form p {
      padding: 0;
      margin-top: 0;
      margin: 0.75em; }
    #app-quiz #quiz-email-form input {
      padding: 15px;
      color: #0A5D92;
      border-radius: 0;
      width: 300px; }
      #app-quiz #quiz-email-form input::placeholder {
        color: #0A5D92; }
      #app-quiz #quiz-email-form input.error {
        border-color: red;
        color: rgba(255, 255, 255, 0.6);
        background: rgba(255, 0, 0, 0.1); }
    #app-quiz #quiz-email-form .validMsg,
    #app-quiz #quiz-email-form .errorMsg {
      margin-top: 10px;
      color: red; }
      #app-quiz #quiz-email-form .validMsg span,
      #app-quiz #quiz-email-form .errorMsg span {
        display: block; }
    #app-quiz #quiz-email-form .validMsg {
      color: #F7E13C; }
    #app-quiz #quiz-email-form .button {
      padding: 15px;
      width: 300px;
      background: #F7E13C;
      color: #0A5D92;
      text-align: left;
      line-height: 1.1;
      border: 0;
      transition: all 0.25s;
      border: 1px solid #F7E13C; }
      #app-quiz #quiz-email-form .button:hover {
        background: #0A5D92;
        color: #F7E13C;
        border: 1px solid #F7E13C; }
    #app-quiz #quiz-email-form .skip-email,
    #app-quiz #quiz-email-form .previous-link {
      display: block;
      margin-top: 2rem;
      color: #fff;
      font-size: 0.8em; }
    #app-quiz #quiz-email-form .skip-email {
      margin: 2rem auto 0 auto;
      background: inherit;
      text-decoration: underline;
      padding: 0;
      border: 0; }
  #app-quiz #quiz_results .results-wrapper {
    display: flex; }
    @media all and (max-width: 768px) {
      #app-quiz #quiz_results .results-wrapper {
        flex-direction: column; } }
    #app-quiz #quiz_results .results-wrapper .result-list {
      width: 30%;
      max-width: 280px;
      margin-top: 60px; }
      @media all and (max-width: 768px) {
        #app-quiz #quiz_results .results-wrapper .result-list {
          width: 100%;
          margin-top: -2px;
          max-width: inherit;
          background-color: #0A5D92;
          padding: 0 2rem; } }
      #app-quiz #quiz_results .results-wrapper .result-list h3 {
        font-family: "Klavika Medium", sans-serif;
        color: #0A5D92;
        font-weight: bold;
        line-height: 1.1;
        font-weight: bold;
        margin-bottom: 35px; }
        @media all and (max-width: 768px) {
          #app-quiz #quiz_results .results-wrapper .result-list h3 {
            color: #fff; } }
      #app-quiz #quiz_results .results-wrapper .result-list ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      #app-quiz #quiz_results .results-wrapper .result-list .result-item {
        margin-bottom: 0.5rem; }
      #app-quiz #quiz_results .results-wrapper .result-list .result-item .button {
        background-color: #fff;
        border: 1px solid #0A5D92;
        color: #0A5D92;
        width: 100%; }
        #app-quiz #quiz_results .results-wrapper .result-list .result-item .button.selected, #app-quiz #quiz_results .results-wrapper .result-list .result-item .button:hover {
          border: 1px solid #0A5D92;
          background: #0A5D92;
          color: #fff; }
        @media all and (max-width: 768px) {
          #app-quiz #quiz_results .results-wrapper .result-list .result-item .button {
            border: 1px solid #fff;
            background: #0A5D92;
            color: #fff; }
            #app-quiz #quiz_results .results-wrapper .result-list .result-item .button.selected, #app-quiz #quiz_results .results-wrapper .result-list .result-item .button:hover {
              border: 1px solid #fff;
              background: #fff;
              color: #0A5D92; } }
    #app-quiz #quiz_results .results-wrapper .result-content {
      flex: 1;
      margin-left: 5%; }
      #app-quiz #quiz_results .results-wrapper .result-content h2.mobile-result-title {
        display: none; }
      @media all and (max-width: 768px) {
        #app-quiz #quiz_results .results-wrapper .result-content {
          margin-left: 0; }
          #app-quiz #quiz_results .results-wrapper .result-content h2.mobile-result-title {
            padding: 2rem 20px;
            display: block;
            color: #0A5D92; } }
      #app-quiz #quiz_results .results-wrapper .result-content .result-video {
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 56.25% !important;
        /* 16:9 */
        height: 0; }
        @media all and (max-width: 768px) {
          #app-quiz #quiz_results .results-wrapper .result-content .result-video {
            padding: 0 2rem;
            margin: 0;
            width: 100%;
            position: relative; }
            #app-quiz #quiz_results .results-wrapper .result-content .result-video:after {
              content: '';
              display: block;
              height: 3rem;
              width: 100%;
              background: #0A5D92;
              position: absolute;
              left: 0;
              right: 0;
              top: -2px;
              z-index: -1; } }
        @media all and (max-width: 540px) {
          #app-quiz #quiz_results .results-wrapper .result-content .result-video {
            padding: 0rem;
            margin: 0; } }
        #app-quiz #quiz_results .results-wrapper .result-content .result-video iframe,
        #app-quiz #quiz_results .results-wrapper .result-content .result-video video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: auto !important; }
      #app-quiz #quiz_results .results-wrapper .result-content .result-text {
        color: #0A5D92;
        max-width: 600px;
        line-height: 1.6; }
        @media all and (max-width: 768px) {
          #app-quiz #quiz_results .results-wrapper .result-content .result-text {
            padding: 0 2rem;
            max-width: inherit; } }
        #app-quiz #quiz_results .results-wrapper .result-content .result-text p {
          margin-bottom: 5px;
          font-size: 0.8em; }
          @media all and (max-width: 768px) {
            #app-quiz #quiz_results .results-wrapper .result-content .result-text p {
              font-size: 1rem; } }
      #app-quiz #quiz_results .results-wrapper .result-content .contact-us {
        display: block;
        margin-top: 20px;
        border-radius: 0;
        font-size: 1em;
        padding: 0.7em 1em;
        text-transform: initial;
        width: fit-content;
        max-width: 300px; }
        @media all and (max-width: 768px) {
          #app-quiz #quiz_results .results-wrapper .result-content .contact-us {
            margin: 20px auto 0 auto; } }
  #app-quiz #quiz_results .reset-quiz-link {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #0A5D92;
    text-decoration: none;
    font-size: 0.9em; }
    #app-quiz #quiz_results .reset-quiz-link:before {
      content: '';
      display: inline-block;
      position: relative;
      font-style: normal;
      width: 0.5em;
      height: 0.5em;
      border-top: 2px solid #0A5D92;
      border-left: 2px solid #0A5D92;
      transform: rotate(-45deg);
      margin-right: 5px; }
  #app-quiz #quiz_results #no-results p {
    color: #fff;
    margin-bottom: 60px; }
  #app-quiz #quiz_results #no-results .contact-us,
  #app-quiz #quiz_results #no-results .reset-quiz-button {
    border-radius: 0;
    padding: 0.7em 1em;
    border: 1px solid #F7E13C;
    text-transform: initial; }
    #app-quiz #quiz_results #no-results .contact-us:hover,
    #app-quiz #quiz_results #no-results .reset-quiz-button:hover {
      border: 1px solid #F7E13C;
      background: #0A5D92; }

/* page les metiers */
.quiz-job-content {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse; }
  @media all and (min-width: 768px) {
    .quiz-job-content {
      flex-direction: row; } }
  .quiz-job-content .job-list {
    width: 100%;
    max-width: 100%; }
    @media all and (min-width: 768px) {
      .quiz-job-content .job-list {
        max-width: 250px;
        margin-right: 30px; } }
    .quiz-job-content .job-list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .quiz-job-content .job-list ul li {
        margin-bottom: 10px; }
  .quiz-job-content .job-description {
    width: 100%;
    flex: inherit; }
    @media all and (min-width: 768px) {
      .quiz-job-content .job-description {
        flex: 1; } }
    .quiz-job-content .job-description .metier_video {
      margin: 15px 0 20px 0; }

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #F7E13C;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 10px auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
