/* PX to REM */
/**
 * Home : Commons
 */
.page-body.row {
  margin: 0; }

#page_dossier {
  margin: 0 auto;
  max-width: 81.25rem !important; }

.breadcrumb {
  display: none !important; }

a.ok-home--corner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

/**
 * Home : Commons
 */
#ok-home {
  color: #383838;
  max-width: 81.25rem;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 720px) {
    #ok-home .ok-home--desktop {
      display: none !important; } }
  @media only screen and (min-width: 720px) {
    #ok-home .ok-home--mobile {
      display: none !important; } }
  #ok-home .ok-home--title {
    font-size: 1.25rem;
    font-weight: 100;
    letter-spacing: 0.125rem;
    margin-bottom: 0.3125rem;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    #ok-home .ok-home--title span {
      display: inline-block;
      background: #FFF;
      color: #383838;
      padding: 0 1.125rem;
      position: relative;
      z-index: 1; }
      #ok-home .ok-home--title span img {
        vertical-align: text-bottom; }
    #ok-home .ok-home--title:after {
      background: #383838;
      content: '';
      height: 0.0625rem;
      width: 27.75rem;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  #ok-home .ok-home--cta {
    color: #383838;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25rem;
    position: relative;
    text-decoration: none; }
    #ok-home .ok-home--cta:before {
      background: #383838;
      bottom: -0.3125rem;
      content: '';
      display: inline-block;
      height: 0.125rem;
      left: 0;
      position: absolute;
      width: 100%; }
    #ok-home .ok-home--cta:active {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
    @media only screen and (max-width: 37.5rem) {
      #ok-home .ok-home--cta {
        border: 0.0625rem solid #5e5e5e;
        font-size: 0;
        height: 1.5625rem;
        width: 1.5625rem; }
        #ok-home .ok-home--cta:before {
          display: none; }
        #ok-home .ok-home--cta:after {
          content: '\221F';
          font-size: 1rem;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-65%) translateY(-50%) rotate(225deg);
          -ms-transform: translateX(-65%) translateY(-50%) rotate(225deg);
          transform: translateX(-65%) translateY(-50%) rotate(225deg); } }
  #ok-home .ok-home--cta-large {
    color: #383838;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25rem;
    position: relative;
    text-decoration: none;
    z-index: 2; }
    #ok-home .ok-home--cta-large:before {
      background: #383838;
      bottom: -0.4375rem;
      content: '';
      display: inline-block;
      height: 0.125rem;
      left: 0;
      position: absolute;
      width: 100%; }
    #ok-home .ok-home--cta-large:active {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
    @media only screen and (max-width: 37.5rem) {
      #ok-home .ok-home--cta-large {
        font-size: 0.875rem; }
        #ok-home .ok-home--cta-large:before {
          bottom: -0.1875rem; } }
  #ok-home .ok-home--cta-blue {
    color: #0D3880; }
    #ok-home .ok-home--cta-blue:before {
      background: #0D3880; }
  #ok-home .ok-home--cta-white {
    color: #FFF; }
    #ok-home .ok-home--cta-white:before {
      background: #FFF; }
  #ok-home .Carousel {
    overflow: hidden;
    position: relative;
    width: 100%; }
    #ok-home .Carousel:after {
      bottom: 0;
      background: #FFF;
      content: '';
      height: 1.25rem;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 10; }
    #ok-home .Carousel .Carousel-mask {
      display: block;
      overflow-x: auto;
      padding-bottom: 1.25rem;
      scroll-behavior: smooth;
      -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
      -webkit-scroll-snap-points-x: repeat(100%);
      -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
      -webkit-overflow-scrolling: touch; }
      #ok-home .Carousel .Carousel-mask .Carousel-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    #ok-home .Carousel .Carousel-nav {
      z-index: 3; }
      #ok-home .Carousel .Carousel-nav .Carousel-nav-prev,
      #ok-home .Carousel .Carousel-nav .Carousel-nav-next {
        display: inline-block;
        height: 2.5rem;
        position: absolute;
        top: calc(50% - 1.25rem);
        width: 2.5rem;
        z-index: 3; }
        #ok-home .Carousel .Carousel-nav .Carousel-nav-prev .arrow,
        #ok-home .Carousel .Carousel-nav .Carousel-nav-next .arrow {
          background: #FFF;
          border: 1px solid #000;
          cursor: pointer;
          display: inline-block;
          height: 2.5rem;
          position: relative;
          -webkit-transition: all .75s ease-in-out;
          -o-transition: all .75s ease-in-out;
          transition: all .75s ease-in-out;
          width: 2.5rem; }
          #ok-home .Carousel .Carousel-nav .Carousel-nav-prev .arrow:before,
          #ok-home .Carousel .Carousel-nav .Carousel-nav-next .arrow:before {
            color: #000;
            content: '\221F';
            font-size: 1rem;
            font-weight: 700;
            position: absolute;
            left: 50%;
            top: 50%; }
      #ok-home .Carousel .Carousel-nav .Carousel-nav-prev {
        left: 0; }
        #ok-home .Carousel .Carousel-nav .Carousel-nav-prev .arrow:before {
          -webkit-transform: translateX(-35%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(-35%) translateY(-50%) rotate(45deg);
          transform: translateX(-35%) translateY(-50%) rotate(45deg); }
      #ok-home .Carousel .Carousel-nav .Carousel-nav-next {
        right: 0; }
        #ok-home .Carousel .Carousel-nav .Carousel-nav-next .arrow:before {
          -webkit-transform: translateX(-65%) translateY(-50%) rotate(225deg);
          -ms-transform: translateX(-65%) translateY(-50%) rotate(225deg);
          transform: translateX(-65%) translateY(-50%) rotate(225deg); }

/**
 * Home : Prompteur
 */
#ok-home-prompt {
  height: 2.1875rem;
  margin: 0.625rem auto 1.25rem;
  max-width: 44.625rem;
  position: relative;
  width: 100%; }
  #ok-home-prompt .ok-home-prompt-container {
    height: 2.1875rem;
    overflow: hidden;
    width: 100%; }
    #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl {
      background: #FFF;
      border: 0;
      font-size: 0;
      height: 2.1875rem;
      position: absolute;
      top: 0;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out;
      width: 2.1875rem;
      z-index: 1; }
      #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--prev {
        left: 0; }
        #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--prev:before {
          content: '\221F';
          font-size: 1rem;
          font-weight: 700;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-35%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(-35%) translateY(-50%) rotate(45deg);
          transform: translateX(-35%) translateY(-50%) rotate(45deg); }
        #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--prev:after {
          background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
          background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
          content: '';
          display: inline-block;
          height: 2.1875rem;
          left: 2.1875rem;
          position: absolute;
          top: 0;
          width: 1.25rem; }
      #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--next {
        right: 0; }
        #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--next:before {
          content: '\221F';
          font-size: 1rem;
          font-weight: 700;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-65%) translateY(-50%) rotate(225deg);
          -ms-transform: translateX(-65%) translateY(-50%) rotate(225deg);
          transform: translateX(-65%) translateY(-50%) rotate(225deg); }
        #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--next:after {
          background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
          background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
          content: '';
          display: inline-block;
          height: 2.1875rem;
          position: absolute;
          right: 2.1875rem;
          top: 0;
          width: 1.25rem; }
      #ok-home-prompt .ok-home-prompt-container .ok-home-prompt--ctrl.ok-home-prompt--disabled {
        cursor: default;
        color: rgba(56, 56, 56, 0.35);
        pointer-events: none; }
    #ok-home-prompt .ok-home-prompt-container .ok-home-prompt-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 1.25s ease-in-out;
      -o-transition: all 1.25s ease-in-out;
      transition: all 1.25s ease-in-out;
      width: 100%; }
      #ok-home-prompt .ok-home-prompt-container .ok-home-prompt-items .ok-home-prompt-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: 2.1875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 3.125rem;
        text-align: center;
        width: 100%; }
        #ok-home-prompt .ok-home-prompt-container .ok-home-prompt-items .ok-home-prompt-item > * {
          display: block;
          font-size: 1.1875rem;
          letter-spacing: 0.03125rem;
          text-align: center;
          text-decoration: none;
          width: 100%; }
          @media only screen and (max-width: 600px) {
            #ok-home-prompt .ok-home-prompt-container .ok-home-prompt-items .ok-home-prompt-item > * {
              font-size: 0.75rem; } }
        @media only screen and (max-width: 600px) {
          #ok-home-prompt .ok-home-prompt-container .ok-home-prompt-items .ok-home-prompt-item {
            padding: 0 1.25rem; } }

/**
 * Home : Maj
 */
#ok-home-maj {
  background: #fff;
  height: 580px !important;
  position: relative;
  width: 100%;
  background: url(images/majeure/bg.jpg) no-repeat top right; }
  @media only screen and (max-width: 720px) {
    #ok-home-maj {
      background: url(images/majeure/bg-mobile.jpg) no-repeat top center;
      height: 480px !important;
      background-size: contain;
      max-width: 320px;
      margin: 0 auto; } }
  #ok-home-maj .corner {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4; }
  #ok-home-maj .maj-container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #ok-home-maj .maj-container .logo {
      display: none; }
    @media only screen and (max-width: 720px) {
      #ok-home-maj .maj-container {
        padding-top: 22.1875rem;
        width: 18.125rem;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: auto; }
        #ok-home-maj .maj-container .logo {
          float: left;
          width: 100px;
          margin-right: 30px;
          display: block; } }
    #ok-home-maj .maj-container p {
      color: #0d3880;
      display: block;
      font-size: 22px;
      font-weight: 600;
      pointer-events: none;
      text-align: center;
      z-index: 5;
      margin: 0px 20px 0 0;
      position: relative;
      text-align: center; }
      #ok-home-maj .maj-container p br {
        display: none; }
      #ok-home-maj .maj-container p strong {
        color: #0d3880;
        font-weight: 600;
        font-size: 36px; }
      #ok-home-maj .maj-container p span small {
        font-size: 100%; }
      @media only screen and (max-width: 720px) {
        #ok-home-maj .maj-container p {
          font-size: 16px;
          line-height: 20px;
          text-align: left;
          color: #0d3880;
          margin: 0; }
          #ok-home-maj .maj-container p span {
            display: block;
            font-size: 13px;
            color: #383838;
            font-weight: 500;
            margin-top: 10px; }
            #ok-home-maj .maj-container p span small {
              color: #0d3880;
              font-size: 13px;
              font-weight: 600; } }
    #ok-home-maj .maj-container .maj-ctas {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #ok-home-maj .maj-container .maj-ctas .maj-cta {
        display: inline-block;
        text-align: center; }
        #ok-home-maj .maj-container .maj-ctas .maj-cta a {
          background-color: #0d3880;
          border: 1px solid #0d3880;
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          position: relative;
          z-index: 9;
          display: inline-block;
          min-width: 130px;
          padding: 2px;
          text-align: center;
          position: relative;
          pointer-events: auto;
          z-index: 10; }
          #ok-home-maj .maj-container .maj-ctas .maj-cta a:hover {
            background-color: #fff;
            color: #0d3880; }
        #ok-home-maj .maj-container .maj-ctas .maj-cta.onlyMobile {
          display: none; }
      @media only screen and (max-width: 720px) {
        #ok-home-maj .maj-container .maj-ctas {
          margin: 8px 0 0px 0;
          text-align: left;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end; }
          #ok-home-maj .maj-container .maj-ctas .maj-cta {
            height: auto;
            position: relative;
            margin: 0; }
            #ok-home-maj .maj-container .maj-ctas .maj-cta a {
              padding: 0;
              margin: 0;
              border: none;
              color: #383838;
              font-size: 14px;
              font-weight: 600;
              position: relative;
              min-width: inherit;
              text-align: left;
              background-color: transparent;
              text-decoration: underline; }
              #ok-home-maj .maj-container .maj-ctas .maj-cta a:hover {
                color: #383838; } }
    #ok-home-maj .maj-container-price {
      background-color: #0d3880;
      color: #fff;
      font-size: 1.375rem;
      text-transform: uppercase;
      font-weight: 600;
      width: 16.25rem;
      height: 16.5625rem;
      border-radius: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      right: 0;
      top: 0;
      padding-top: 2.5rem;
      line-height: 2.1875rem;
      word-spacing: 3px; }
      #ok-home-maj .maj-container-price::before {
        content: '';
        background: url(images/majeure/arrow.png) no-repeat left top;
        width: 3.5625rem;
        height: 2.875rem;
        margin-bottom: 1.25rem;
        display: block; }
      #ok-home-maj .maj-container-price span {
        font-weight: 400;
        font-size: 1.125rem;
        text-transform: initial;
        display: block;
        text-align: center;
        margin-top: 0.625rem; }
        #ok-home-maj .maj-container-price span strong {
          color: #fff;
          display: block;
          font-weight: 600;
          font-size: 2.625rem; }
          #ok-home-maj .maj-container-price span strong small {
            font-size: 1.75rem; }
      @media only screen and (max-width: 720px) {
        #ok-home-maj .maj-container-price {
          font-size: 0.875rem;
          line-height: 1.25rem;
          color: #fff;
          width: 10rem;
          height: 10.625rem;
          padding-top: 1.6875rem;
          border-radius: 20px; }
          #ok-home-maj .maj-container-price::before {
            content: '';
            background: url(images/majeure/arrow.png) no-repeat left top;
            background-size: contain;
            width: 2.1875rem;
            height: 1.875rem;
            margin-bottom: 0.8125rem;
            display: block; }
          #ok-home-maj .maj-container-price br {
            display: block; }
          #ok-home-maj .maj-container-price span {
            display: block;
            font-size: 12px;
            color: #fff;
            font-weight: 500;
            margin-top: 0.625rem; }
            #ok-home-maj .maj-container-price span strong {
              font-size: 1.6875rem; }
              #ok-home-maj .maj-container-price span strong small {
                font-size: 1.125rem; } }
  #ok-home-maj .maj-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 580px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #ok-home-maj .maj-background[data-role='sp-container-mobile'] {
      display: none; }
    #ok-home-maj .maj-background .maj-background--container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
      width: 433px; }
      #ok-home-maj .maj-background .maj-background--container img {
        height: auto;
        max-width: inherit;
        left: 0%;
        position: absolute;
        top: 0;
        width: 433px;
        opacity: 0; }
        #ok-home-maj .maj-background .maj-background--container img.maj-bg--visible {
          opacity: 1; }
    @media only screen and (max-width: 720px) {
      #ok-home-maj .maj-background {
        display: none; }
        #ok-home-maj .maj-background[data-role='sp-container-mobile'] {
          display: block !important; }
          #ok-home-maj .maj-background[data-role='sp-container-mobile'] .maj-background--01 {
            width: 100%;
            text-align: center;
            height: 340px;
            overflow: hidden; }
            #ok-home-maj .maj-background[data-role='sp-container-mobile'] .maj-background--01 img {
              right: 0;
              margin: 0 auto;
              width: auto;
              height: 340px; } }
  #ok-home-maj .maj-mentions {
    bottom: 20px;
    color: #383838;
    font-size: 11px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 5; }
    @media only screen and (max-width: 720px) {
      #ok-home-maj .maj-mentions {
        display: none; } }

/**
 * Home : Currently
 */
#ok-home-currently {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  @media only screen and (max-width: 1024px) {
    #ok-home-currently {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 48rem !important;
      overflow: hidden;
      margin: 0px auto; } }
  #ok-home-currently .ok-home--corner {
    z-index: 2; }
  #ok-home-currently .ok-home-currently--item-main {
    display: block;
    margin-right: 1.25rem;
    max-width: calc(100% - 24.4375rem);
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      #ok-home-currently .ok-home-currently--item-main {
        height: 51.25rem;
        max-width: 100%;
        overflow: inherit; } }
    @media only screen and (max-width: 720px) {
      #ok-home-currently .ok-home-currently--item-main {
        height: 20.625rem;
        margin-right: 0;
        text-align: center; }
        #ok-home-currently .ok-home-currently--item-main picture {
          background: #f1f2f4;
          display: block;
          width: 100%;
          height: 100%;
          max-height: 197px; } }
    #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description {
      position: absolute;
      right: 0;
      text-align: right;
      top: 0;
      width: 28.125rem;
      height: 100%;
      padding-right: 1.5625rem;
      padding-top: 25.9375rem; }
      #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p {
        color: #383737;
        font-size: 1.125rem;
        font-weight: 500;
        margin: 0.9375rem auto 1.25rem;
        text-align: right;
        z-index: 2;
        position: relative;
        padding-right: 0.3125rem; }
        #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p small {
          font-size: 1.125rem; }
        #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p strong {
          color: #114978;
          font-size: 1.8125rem;
          font-weight: 600; }
          #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p strong small {
            color: #114978;
            font-size: 1.125rem;
            font-weight: 600; }
        #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p span {
          display: block;
          color: #114978;
          font-weight: 600;
          margin-bottom: 1.25rem;
          font-size: 2rem;
          line-height: 2.5rem; }
      #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description ul {
        margin-top: 0.3125rem;
        margin-bottom: 3.125rem;
        padding-right: 0.3125rem; }
        #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description ul li {
          display: inline;
          margin-left: 20px; }
          #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description ul li.onlyMobile {
            display: none; }
          #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description ul li a {
            font-size: 1.125rem;
            color: #383838;
            z-index: 3; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description ul li a:before {
              bottom: -2px;
              background-color: #383838;
              height: 1px; }
      @media only screen and (max-width: 720px) {
        #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description {
          left: 0;
          right: 0;
          top: 13.0625rem;
          padding: 0;
          width: 15.3125rem;
          margin: 0 auto;
          height: 6.875rem; }
          #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p {
            margin-top: 0;
            margin-bottom: 0.625rem;
            color: #383838;
            font-size: 0.875rem;
            text-align: center;
            padding: 0; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p br {
              display: none; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p small {
              font-size: 0.8125rem;
              display: none; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p strong {
              color: #114978;
              font-size: 1.5rem; }
              #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p strong small {
                font-size: 0.875rem;
                color: #114978;
                display: inline; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p span {
              margin: 0;
              font-size: 1.125rem;
              line-height: 1.25rem;
              text-align: center; }
              #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p span br {
                display: none; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description p small.price {
              text-align: center;
              display: block; }
          #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description .brand {
            display: none; }
          #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description .ok-home-currently--item-ctas {
            margin: 0; }
            #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description .ok-home-currently--item-ctas li {
              text-align: center;
              display: none;
              line-height: 0;
              margin-top: -5px; }
              #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description .ok-home-currently--item-ctas li.onlyMobile {
                display: block; }
              #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description .ok-home-currently--item-ctas li a {
                font-size: 0.875rem; }
                #ok-home-currently .ok-home-currently--item-main .ok-home-currently--item-description .ok-home-currently--item-ctas li a:before {
                  bottom: 0px; } }
    #ok-home-currently .ok-home-currently--item-main img.ok-home--bg {
      position: absolute;
      border-left-width: 0;
      top: 0;
      max-width: inherit;
      max-height: inherit; }
      @media only screen and (max-width: 720px) {
        #ok-home-currently .ok-home-currently--item-main img.ok-home--bg {
          height: 12.3125rem;
          right: 50%;
          left: auto;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          width: 20rem; } }
  #ok-home-currently .ok-home-currently--more {
    overflow: hidden;
    width: 24.4375rem; }
    @media only screen and (max-width: 1024px) {
      #ok-home-currently .ok-home-currently--more {
        width: 100%; }
        #ok-home-currently .ok-home-currently--more .ok-home--title span {
          font-size: 14px; } }
    @media only screen and (max-width: 768px) {
      #ok-home-currently .ok-home-currently--more {
        margin: 0 auto;
        width: 23.75rem; } }
    @media only screen and (max-width: 380px) {
      #ok-home-currently .ok-home-currently--more {
        margin: 0 auto;
        width: 20rem; } }
    #ok-home-currently .ok-home-currently--more .ok-home-currently--items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #ok-home-currently .ok-home-currently--more .ok-home-currently--items .contain {
        width: 11.25rem;
        height: 15.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #e61f1b;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: uppercase; }
        @media only screen and (max-width: 600px) {
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .contain {
            width: 7.1875rem;
            height: 10rem;
            font-size: 1.5rem; } }
      #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item {
        position: relative;
        width: 11.25rem; }
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:nth-child(1), #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:nth-child(2) {
          padding-bottom: 2.5rem; }
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:nth-child(1), #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:nth-child(3) {
          margin-right: 0.6875rem;
          padding-bottom: 0.625rem; }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:nth-child(1):after, #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:nth-child(3):after {
            background: #d4d4d6;
            content: '';
            display: inline-block;
            height: 100%;
            position: absolute;
            right: -0.375rem;
            top: 0;
            width: 0.0625rem; }
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-title {
          width: 180px;
          height: 250px;
          background-color: #25a538;
          font-size: 16px;
          color: #fff;
          margin-bottom: 5px; }
          @media only screen and (max-width: 600px) {
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-title {
              width: 115px;
              height: 160px; } }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-title img {
            width: 100%;
            height: auto;
            background-color: transparent;
            margin-top: 60px; }
            @media only screen and (max-width: 600px) {
              #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-title img {
                margin-top: 45px; } }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-title span {
            font-size: 16px;
            color: #fff;
            display: block;
            text-align: center; }
            @media only screen and (max-width: 600px) {
              #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-title span {
                font-size: 10px; } }
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description {
          padding: 0 0.625rem; }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description h2 {
            color: #383838;
            font-size: 0.875rem;
            font-weight: 400;
            margin-bottom: 5px; }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description p {
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.25rem; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description p.small {
              font-size: 0.8125rem; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description p span {
              color: #25a538; }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description a {
            margin-top: 1.25rem; }
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description .ok-home--cta {
            font-weight: 600;
            position: relative;
            z-index: 2; }
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item img {
          background: #5A5E6B;
          height: 15.625rem;
          width: 11.25rem; }
        @media only screen and (max-width: 1024px) {
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item {
            margin: 0 !important;
            padding-bottom: 1.25rem !important; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:after {
              display: none !important; } }
        @media only screen and (max-width: 600px) {
          #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:not(:first-child) {
              padding-top: 1.25rem; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item:not(:last-child) {
              border-bottom: 0.0625rem solid #d4d4d6; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description {
              padding: 1.875rem 0.625rem 0 1.25rem; }
              #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item .ok-home-currently--item-description a {
                margin-top: 1.875rem; }
            #ok-home-currently .ok-home-currently--more .ok-home-currently--items .ok-home-currently--item img {
              height: 10rem;
              width: 7.1875rem; } }
      @media only screen and (max-width: 1024px) {
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media only screen and (max-width: 600px) {
        #ok-home-currently .ok-home-currently--more .ok-home-currently--items {
          margin: 0 0.625rem; } }

/**
 * Home : Mentions
 */
.ok-home-mentions {
  color: #383838;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 0.625rem; }
  .ok-home-mentions br {
    display: none; }
  @media only screen and (max-width: 1300px) {
    .ok-home-mentions {
      margin: 0 auto;
      max-width: 64rem; } }
  @media only screen and (max-width: 1024px) {
    .ok-home-mentions {
      margin: 0.9375rem auto 0;
      max-width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    .ok-home-mentions br {
      display: block; } }

/**
 * Home : Collections
 */
#ok-home-collections {
  display: none;
  margin-bottom: 1.5625rem; }
  @media only screen and (max-width: 768px) {
    #ok-home-collections {
      display: block; } }
  #ok-home-collections .ok-home-collections-container {
    width: calc(100% - 2.5rem);
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 1.25rem;
    padding-bottom: 1.875rem; }
    #ok-home-collections .ok-home-collections-container ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 auto; }
      #ok-home-collections .ok-home-collections-container ul li {
        margin: 0 0.25rem;
        text-align: center;
        width: 10.625rem; }
        #ok-home-collections .ok-home-collections-container ul li a {
          display: block; }
          #ok-home-collections .ok-home-collections-container ul li a img {
            background: #5A5E6B;
            display: inline-block;
            height: 4rem;
            width: 10.625rem; }
          #ok-home-collections .ok-home-collections-container ul li a span {
            color: #5A5E6B;
            font-size: 0.8125rem;
            font-weight: 500;
            line-height: 0.875rem; }

/**
 * Home : Marques
 */
#ok-home-brands {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem; }
  #ok-home-brands .ok-home--container {
    background: url(images/brand.png) no-repeat right top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    height: 28.125rem;
    padding: 7.8125rem 0 0 7.8125rem;
    position: relative; }
    #ok-home-brands .ok-home--container p {
      font-size: 1.125rem;
      line-height: 1.9375rem;
      margin: 0.9375rem 0 1.25rem; }
    @media only screen and (max-width: 1024px) {
      #ok-home-brands .ok-home--container {
        padding: 7.8125rem 0 0 3.125rem; } }
    @media only screen and (max-width: 768px) {
      #ok-home-brands .ok-home--container {
        background: url(images/brand-mobile.png) no-repeat right top #434e83;
        height: 13.75rem;
        padding: 1.5625rem 0 0 1.875rem; }
        #ok-home-brands .ok-home--container p {
          font-size: 0.75rem;
          line-height: 1.125rem;
          margin: 0.4375rem 0 0.625rem; } }
    #ok-home-brands .ok-home--container .ok-home--cta-large {
      position: absolute;
      top: 350px;
      left: 125px; }
      @media only screen and (max-width: 1024px) {
        #ok-home-brands .ok-home--container .ok-home--cta-large {
          left: 50px; } }
      @media only screen and (max-width: 768px) {
        #ok-home-brands .ok-home--container .ok-home--cta-large {
          bottom: 20px;
          top: auto;
          left: 30px; } }

/****************************************************************************** * Video ******************************************************************************/
/* Popin : Youtube */
.yt-popin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none; }

.yt-popin-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001; }

.yt-popin-container {
  position: fixed;
  font-size: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 12%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1002; }

.yt-popin-close {
  background: #838383;
  cursor: pointer;
  font-family: Arial, sans-serif;
  color: #FFF;
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }

.yt-popin-close:hover {
  background: #959595; }

.yt-popin-close:active {
  background: #000; }

@media only screen and (max-width: 1080px) {
  .yt-popin-close {
    right: 5px;
    top: 5px;
    z-index: 1002; }
  .yt-popin-container {
    left: 0;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; }
  .yt-popin-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.25%; }
  .yt-popin-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; } }
