/* === CUSTOM CSS === */
/* Flexbox */
/**************************************/
body.page-formulary {
  font-size: 16px; }
  @media only screen and (min-width: 450px) {
    body.page-formulary {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    body.page-formulary {
      font-size: 2rem; } }
  @media only screen and (min-width: 1200px) {
    body.page-formulary {
      font-size: 2.3rem; } }

img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  width: 100% !important; }

.m_header {
  display: none !important; }

.steps {
  display: none !important; }

.section {
  padding: 0; }

#wizard {
  margin: 0; }
  #wizard .content {
    margin: 0; }
    #wizard .content section {
      margin: 0;
      padding: 0;
      width: 100%; }
      #wizard .content section .wrapper_row .row {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      #wizard .content section .wrapper_row .m_header_step {
        position: relative;
        width: 100%;
        color: #4A4A4A;
        text-align: center;
        min-height: 0px;
        z-index: 99;
        padding: 0 !important;
        order: 2;
        -webkit-order: 2; }
        #wizard .content section .wrapper_row .m_header_step .quizz_question {
          background-color: #DEE0DD;
          padding: 1em;
          margin: 0 !important; }
          #wizard .content section .wrapper_row .m_header_step .quizz_question:empty {
            display: none; }
        #wizard .content section .wrapper_row .m_header_step::before {
          content: none; }

.wizard .form-contender[aria-hidden="true"] {
  display: none !important; }

.m_figure_content {
  position: relative;
  width: 100%; }
  .m_figure_content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .m_figure_content > * {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    width: 100% !important; }

.m_figure_options {
  width: 100%; }

.m_figure_options_values {
  display: none; }

.m_figure {
  margin: 0; }

.click_to_view {
  display: none !important; }

.video-js {
  background-color: #000;
  overflow: hidden; }
  .video-js video {
    width: 100%;
    height: 100%; }

.wizard > .actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  z-index: 100; }
  .wizard > .actions ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }
    .wizard > .actions ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 0;
      padding-right: 0;
      pointer-events: none;
      font-size: 1rem; }
      .wizard > .actions ul li.disabled {
        opacity: .4; }
        .wizard > .actions ul li.disabled a {
          background-color: rgba(0, 0, 0, 0.32); }
      .wizard > .actions ul li a {
        pointer-events: auto;
        display: block;
        width: 100%;
        font-size: 0;
        min-width: 4rem;
        padding: 1rem 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.32); }
        @media only screen and (min-width: 1024px) {
          .wizard > .actions ul li a {
            padding: 2rem 0; } }
        .wizard > .actions ul li a:hover {
          background-color: rgba(0, 0, 0, 0.72); }
        .wizard > .actions ul li a[href="#next"]::before, .wizard > .actions ul li a[href="#previous"]::before {
          content: '';
          display: block;
          width: 1rem;
          height: 1rem;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
        .wizard > .actions ul li a[href="#next"]::before {
          margin-left: -.3rem;
          transform: rotate(45deg); }
        .wizard > .actions ul li a[href="#previous"]::before {
          margin-right: -.3rem;
          transform: rotate(-135deg); }
        .wizard > .actions ul li a[href="#finish"] {
          display: none; }

.timer_display {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto; }
