body {
  min-height: 100vh;
  background-color: #eeeeee;
  font-family: 'Roboto Condensed', arial, sans-serif !important; }

.vert-container {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  .vert-container .vert-mid {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .vert-container {
      display: block; }
      .vert-container .vert-mid {
        display: block; } }

.img-responsive {
  margin: auto; }

.bg-cover {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover; }
  .bg-cover.top {
    background-position-y: top; }
  .bg-cover.bot {
    background-position-y: bottom; }
  .bg-cover.left {
    background-position-x: left; }
  .bg-cover.right {
    background-position-x: right; }

.col-centered {
  margin: auto;
  float: none; }

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  .videoWrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .videoWrapper svg path {
      fill: #ffffff; }
  .videoWrapper:hover svg {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); }
    .videoWrapper:hover svg path {
      fill: #FFEA28; }
  .videoWrapper.video-show {
    opacity: 1; }

.pos-rel {
  position: relative; }

.lead {
  font-size: 18px;
  margin-top: 10px; }

#container-header,
.block-footer,
.container-footer-mentions,
.obiChatLauncher,
.help-button-container {
  display: none; }

.full-bg-img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover; }
  .full-bg-img:before {
    content: "";
    display: block;
    background-color: rgba(0, 130, 195, 0.7);
    position: absolute;
    left: -10%;
    top: 0;
    width: 60%;
    height: 100%;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg); }

.retour-wizard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  max-width: 800px;
  margin: auto; }
  .retour-wizard .title-p {
    font-size: 16px;
    font-style: normal;
    color: #333;
    line-height: normal; }
  .retour-wizard .row-divider {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
    .retour-wizard .row-divider:before {
      content: "";
      position: absolute;
      background-color: #dddddd;
      height: 1px;
      width: 100%;
      left: 0;
      top: 50%; }
    .retour-wizard .row-divider span {
      display: inline-block;
      position: relative;
      background-color: #ffffff;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 20px;
      font-weight: bold;
      color: #dbdbdb;
      z-index: 1; }
  .retour-wizard > .container {
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }
  .retour-wizard__radio header h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal; }
  .retour-wizard__radio__content {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin: 20px auto auto auto; }
  .retour-wizard__radio input[type="radio"] {
    display: none; }
  .retour-wizard__radio input[type="radio"] + label {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px auto;
    padding: 20px 15px;
    border: solid 1px transparent;
    text-align: center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer; }
  .retour-wizard__radio input[type="radio"] + label:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #eeeeee; }
  .retour-wizard__radio input[type="radio"]:checked + label {
    border-color: #0082c3;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0); }
    .retour-wizard__radio input[type="radio"]:checked + label:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0082c3; }
    .retour-wizard__radio input[type="radio"]:checked + label header h3 {
      color: #0082c3; }
  .retour-wizard__label {
    display: inline-block;
    background-color: #FFEA28;
    border-radius: 15px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 11px; }
  .retour-wizard__alertbox {
    border: solid 1px #0082c3;
    border-radius: 5px;
    padding: 15px; }
    .retour-wizard__alertbox p {
      margin: 0;
      color: #0082c3; }
  .retour-wizard__nav-btn {
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: #02be8a;
    color: #fff;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    border: solid 1px transparent;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

@media screen and (min-width: 801px) {
  .retour-wizard__nav-btn {
    width: 50px;
    height: 50px;
  }
}

    .retour-wizard__nav-btn.next {
      right: 5px; }
    .retour-wizard__nav-btn.prev {
      left: 5px; }

/*@media screen and (min-width: 801px) {*/
/*  .retour-wizard__nav-btn.next {*/
/*    right: -20px; }*/
/*  .retour-wizard__nav-btn.prev {*/
/*    left: -20px; }*/
/*}*/

.retour-wizard__nav-btn.disabled {
      opacity: 0.2;
      cursor: default;
    pointer-events: none;
}
    .retour-wizard__nav-btn:hover:not(.disabled), .retour-wizard__nav-btn:focus:not(.disabled) {
      color: white;
      border-color: #eee;
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0); }
  .retour-wizard__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch; }
    .retour-wizard__content > ul {
      width: 100%; }
  .retour-wizard__body {
    width: 90%;
    background-color: #0082c3;
    min-height: 400px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    /*overflow-y: scroll;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .retour-wizard__body > header {
      padding: 15px 30px;
      background-color: #0082c3;
      color: #ffffff;
      text-align: center; }
      .retour-wizard__body > header h2 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: normal; }
      .retour-wizard__body > header p {
        font-size: 10px;
        font-weight: lighter;
        text-transform: uppercase;
        margin: 0; }
  .retour-wizard__steps ul {
    display: inline-block;
    margin: auto; }
    .retour-wizard__steps ul li {
      position: relative;
      background-color: #0082c3;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 100%;
      border: solid 1px #ffffff;
      margin-right: 5px;
      font-size: 10px;
      text-align: center; }
      .retour-wizard__steps ul li span {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
      .retour-wizard__steps ul li .step-nr {
        display: inline-block; }
      .retour-wizard__steps ul li .icon-check {
        display: none; }
      .retour-wizard__steps ul li.step-current {
        background-color: #ffffff;
        color: #0082c3; }
      .retour-wizard__steps ul li.step-complete {
        border-color: #02be8a;
        background-color: #02be8a;
        color: #ffffff; }
        .retour-wizard__steps ul li.step-complete .step-nr {
          display: none; }
        .retour-wizard__steps ul li.step-complete .icon-check {
          display: inline-block; }
      .retour-wizard__steps ul li:last-child {
        margin: 0; }
        .retour-wizard__steps ul li:last-child:after {
          display: none; }
      .retour-wizard__steps ul li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        margin: auto;
        background-color: #ffffff;
        width: 10px;
        height: 1px; }
  @media screen and (min-height: 500px) and (min-width: 801px) {
    .retour-wizard {
      width: 100vw; }
      .retour-wizard__body {
        width: 100%;
        margin: 0 25px; }
        .retour-wizard__body > header {
          text-align: left; }
          .retour-wizard__body > header h2 {
            font-size: 24px; }
          .retour-wizard__body > header p {
            font-size: 14px; }
      .retour-wizard__radio header h3 {
        margin-top: 10px; }
      .retour-wizard__steps ul {
        margin: 10px auto auto auto; }
    .retour-wizard > .container {
      padding-left: 15px;
      padding-right: 15px;
    }
    /*@media screen and (min-width: 801px) {*/
    /*  .retour-wizard > .container {*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*    display: block;*/
    /*  }*/
    /*}*/
      .retour-wizard__nav-btn {
        position: absolute; }
        .retour-wizard__nav-btn.next {
          right: -30px; }
        .retour-wizard__nav-btn.prev {
          left: -30px; }
  }

  @media screen and (min-width: 801px) {
    .retour-wizard .row-divider {
      position: absolute;
      height: 100%;
      width: 10px;
      top: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .retour-wizard .row-divider span {
        padding: 10px 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px); }
      .retour-wizard .row-divider:before {
        top: 0;
        left: 50%;
        height: 100%;
        width: 1px; }
      .retour-wizard .row-divider[data-pos="left"] {
        left: 0; }
      .retour-wizard .row-divider[data-pos="right"] {
        right: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes upDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
