/*$arial: arial, sans-serif;*/
/* $font-size: 12; */
/* @include font-face(...); */
body {
  color: #000;
  background-color: #fff; }

img {
  max-width: 100%; }

.hidden {
  display: none; }

body {
  overflow-x: hidden;
  padding-top: 67px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    body {
      padding-top: 80px; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none; } }

@media (min-width: 768px) {
  .visible-mobile {
    display: none; } }

body {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 1.1rem; } }
  @media (max-width: 767px) {
    body {
      font-size: 1rem; } }

h1, h2 {
  text-align: center;
  font-size: 45px; }
  @media (min-width: 768px) and (max-width: 991px) {
    h1, h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    h1, h2 {
      font-size: 22px; } }

h3 {
  font-size: 28px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 18px; } }

.blanc {
  color: #fff; }

.noir {
  color: #000; }

#header {
  height: 67px;
  text-align: center;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    #header {
      height: 80px; } }
  @media (max-width: 767px) {
    #header {
      display: block; } }
  #header #countdown {
    color: #fff;
    font-size: 23px;
    line-height: 67px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #header #countdown {
        line-height: 50px; } }
    @media (max-width: 767px) {
      #header #countdown {
        font-size: 14px;
        position: absolute;
        left: 50%;
        top: 50px;
        width: 240px;
        line-height: 20px;
        transform: translateX(-50%); }
        #header #countdown.fr {
          margin-top: -10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #header #countdown {
        font-size: 18px; } }
  #header .left, #header .right {
    padding: 15px; }
    @media (max-width: 991px) {
      #header .left, #header .right {
        padding: 7px 10px; } }
    @media (max-width: 767px) {
      #header .left, #header .right {
        position: fixed;
        top: 0; } }
    #header .left .dropdown, #header .right .dropdown {
      display: inline-block; }
      #header .left .dropdown button, #header .right .dropdown button {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          #header .left .dropdown button, #header .right .dropdown button {
            padding: 2px 6px; } }
      #header .left .dropdown .dropdown-menu, #header .right .dropdown .dropdown-menu {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 5px;
        background-color: #000;
        min-width: 0;
        padding: 5px 0; }
        #header .left .dropdown .dropdown-menu .dropdown-item, #header .right .dropdown .dropdown-menu .dropdown-item {
          padding: 2px 20px;
          color: #fff; }
          @media (max-width: 991px) {
            #header .left .dropdown .dropdown-menu .dropdown-item, #header .right .dropdown .dropdown-menu .dropdown-item {
              padding: 2px 15px; } }
          #header .left .dropdown .dropdown-menu .dropdown-item:hover, #header .right .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #000; }
    #header .left .social-link, #header .right .social-link {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      #header .left .social-link .fa, #header .right .social-link .fa {
        color: #fff;
        font-size: 30px; }
        @media (max-width: 991px) {
          #header .left .social-link .fa, #header .right .social-link .fa {
            font-size: 25px; } }
  @media (max-width: 767px) {
    #header .left {
      left: 0; } }
  @media (max-width: 767px) {
    #header .right {
      right: 0; } }

#footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 15px; }
  #footer a {
    color: #fff; }

.page {
  /*min-height: calc(100vh - 67px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  position: relative;
  width: 100vw;
  overflow-x: hidden; }
  .page h1, .page h2 {
    /*white-space: nowrap;*/ }
  .page .texte {
    font-size: 16px;
    line-height: 18px;
    text-align: justify; }
    @media (min-width: 992px) {
      .page .texte {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 100px); } }
    @media (max-width: 991px) {
      .page .texte {
        font-size: 14px;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .page .texte {
        column-count: 1; } }
    .page .texte h3 {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .page .texte h3 {
          font-size: 1.1rem; } }
    .page .texte p {
      margin-bottom: 10px; }
    .page .texte .cols-count-2 {
      column-count: 2; }

.reassurance {
  background-color: #e8e3de;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .reassurance {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .reassurance {
      font-size: 16px; } }
  .reassurance img {
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block; }
    @media (min-width: 992px) {
      .reassurance img {
        max-height: 130px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .reassurance img {
        max-height: 100px; } }
    @media (max-width: 767px) {
      .reassurance img {
        max-height: 80px; } }
  .reassurance p {
    margin-bottom: 15px; }

.page.model {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .page.model {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }
  .page.model .col-image .img-model {
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 674px; }
    @media (max-width: 767px) {
      .page.model .col-image .img-model {
        margin-bottom: 0; } }
    .page.model .col-image .img-model .slick-arrow {
      z-index: 1;
      width: 30px;
      height: 30px; }
      .page.model .col-image .img-model .slick-arrow:before {
        color: #000;
        font-size: 30px; }
      .page.model .col-image .img-model .slick-arrow.slick-prev {
        left: 15px; }
      .page.model .col-image .img-model .slick-arrow.slick-next {
        right: 15px; }
  @media (max-width: 767px) {
    .page.model .col-texte {
      order: 1;
      padding-top: 15px; } }
  .page.model .col-texte h2 {
    color: #cca466;
    font-weight: normal;
    margin-bottom: 10px; }
    .page.model .col-texte h2 strong {
      font-weight: bold; }
    .page.model .col-texte h2 img {
      display: block;
      margin: 0 auto;
      max-width: 80px;
      max-height: 35px; }
  .page.model .col-texte .description {
    margin-top: 15px;
    font-size: 14px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .page.model .col-texte .description {
        padding-left: 15px;
        padding-right: 15px; } }
    .page.model .col-texte .description::before {
      background-color: #e0bc8b;
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -100vw;
      width: 200vw;
      height: 100%;
      z-index: -1; }
    .page.model .col-texte .description h3 {
      font-size: 25px; }
      @media (max-width: 1199px) {
        .page.model .col-texte .description h3 {
          font-size: 18px; } }
    .page.model .col-texte .description h4 {
      font-weight: bold;
      font-size: 18px; }
      @media (max-width: 1199px) {
        .page.model .col-texte .description h4 {
          font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page.model.wonder .description {
      width: calc(100vw - 30px);
      margin-left: -50vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page.model.power .description {
      width: calc(100vw - 30px);
      margin-right: -50vw; } }

#page2 {
  background-image: url(/martikacaringella/img/video-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 9% 12%; }
  @media (min-width: 768px) and (max-width: 991px) {
    #page2 {
      padding: 5% 8%; } }
  @media (max-width: 767px) {
    #page2 {
      padding: 15px; } }
  #page2 #video .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
    #page2 #video .video-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }

#page3 {
  padding-top: 40px;
  min-height: 0;
  background-color: #8a444c; }
  @media (max-width: 767px) {
    #page3 {
      margin-top: 0;
      padding-top: 15px; } }
  #page3 #carousel-big-image {
    position: relative; }
  #page3 #carousel {
    display: flex;
    flex-wrap: wrap; }
    #page3 #carousel > div {
      width: 20%; }
      @media (max-width: 767px) {
        #page3 #carousel > div {
          width: 33.33%; } }
  #page3 .description {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px; }
    #page3 .description h2 {
      text-align: left;
      margin-bottom: 13px; }
      @media (max-width: 767px) {
        #page3 .description h2 {
          font-size: 21px; } }
    #page3 .description h3 {
      font-weight: bold;
      margin-bottom: 13px; }
      @media (max-width: 767px) {
        #page3 .description h3 {
          font-size: 20px; } }
    #page3 .description img {
      width: 100%;
      max-width: 700px;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      display: block; }

#page4 {
  background-color: #fff2e7;
  padding: 40px; }
  #page4 .col-image {
    padding: 0; }
    @media (max-width: 991px) {
      #page4 .col-image {
        order: 1;
        margin-top: 30px; } }
    #page4 .col-image .inner {
      position: relative;
      padding-left: 40px;
      padding-bottom: 40px;
      padding-right: 20%;
      display: inline-block; }
      #page4 .col-image .inner::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #cca466;
        width: calc(80% - 40px);
        height: 50%;
        z-index: 0; }
      #page4 .col-image .inner img {
        position: relative; }
      #page4 .col-image .inner .never-give-up {
        position: absolute;
        top: 5%;
        right: 30px;
        z-index: 1;
        max-width: 35%; }
        @media (max-width: 767px) {
          #page4 .col-image .inner .never-give-up {
            right: 0; } }
  #page4 .col-texte {
    font-size: 16px;
    text-align: justify;
    line-height: 1.3; }
    #page4 .col-texte h2 {
      margin-bottom: 20px;
      font-size: 60px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #page4 .col-texte h2 {
          font-size: 50px; } }
      @media (max-width: 767px) {
        #page4 .col-texte h2 {
          font-size: 40px; } }
      #page4 .col-texte h2 img {
        display: block;
        margin: 0 auto;
        max-width: 80px;
        max-height: 35px;
        margin-top: 5px; }
    #page4 .col-texte .singuliere {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      max-width: 90%; }
    #page4 .col-texte .signature {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      max-width: 60%; }

.buy-block {
  text-align: center; }
  .buy-block .prices {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .buy-block .prices {
        font-size: .9rem; } }
    .buy-block .prices .price {
      font-size: 2rem;
      line-height: 1; }
      @media (max-width: 767px) {
        .buy-block .prices .price {
          font-size: 1.8rem; } }
    .buy-block .prices .inpreorder .price {
      text-decoration: line-through; }
  .buy-block .pointures,
  .buy-block .colors {
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center; }
    .buy-block .pointures::after,
    .buy-block .colors::after {
      content: '';
      display: block;
      clear: both; }
    .buy-block .pointures p,
    .buy-block .colors p {
      text-transform: uppercase;
      margin-bottom: 5px; }
    .buy-block .pointures label,
    .buy-block .colors label {
      height: 50px;
      line-height: 50px;
      width: 50px;
      margin: 5px;
      cursor: pointer;
      border-radius: 50%;
      background-color: #fff2e7; }
      @media (max-width: 991px) {
        .buy-block .pointures label,
        .buy-block .colors label {
          height: 35px;
          line-height: 35px;
          width: 35px;
          font-size: 1.15rem; } }
      .buy-block .pointures label.checked,
      .buy-block .colors label.checked {
        background-color: #a4515e;
        color: #fff2e7; }
      .buy-block .pointures label input,
      .buy-block .colors label input {
        display: none; }
  .buy-block button {
    background-color: #a4515e;
    color: #fff2e7;
    text-transform: uppercase;
    font-size: 25px;
    padding: 2px 15px;
    border: 0 none;
    margin-bottom: 10px;
    /*white-space: nowrap;*/ }
    @media (max-width: 767px) {
      .buy-block button {
        font-size: 20px; } }
    .buy-block button:disabled {
      opacity: .5; }
  .buy-block .livraison-estimee {
    font-size: 14px; }
    .buy-block .livraison-estimee img {
      margin-right: 5px;
      width: 20px;
      vertical-align: bottom; }

.mobile-tablet-only-buy-block {
  display: none; }
  @media (max-width: 991px) {
    .mobile-tablet-only-buy-block {
      display: block; }
      .mobile-tablet-only-buy-block .buy-block {
        position: static;
        transform: none;
        text-align: center;
        width: 100%;
        max-width: 100%; } }

#buy-block-link {
  text-align: center; }
  #buy-block-link button {
    background-color: #a4515e;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    padding: 7px 35px;
    padding-bottom: 4px;
    border: 0 none;
    /*white-space: nowrap;*/ }
    @media (max-width: 767px) {
      #buy-block-link button {
        font-size: 18px;
        padding: 5px 20px;
        padding-bottom: 4px; } }

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