@media screen and (max-width: 959px) {
  body {
    margin-top: 50px; }
    body.showbanner {
      margin-top: 50px; }

  h2 {
    font-size: 1.6rem; }
    h2.title {
      margin-top: 30px;
      margin-bottom: 30px; }

  .wrapper {
    width: 100vw;
    overflow-x: hidden; }

  select {
    width: 100%;
    max-width: 90vw; }

  [type="text"], [type="password"], [type="date"] {
    width: 100%;
    max-width: 90vw;
    border-radius: 0;
    -webkit-appearance: none; }
    [type="text"].with-button, [type="password"].with-button, [type="date"].with-button {
      max-width: calc(90vw - 40px); }

  a.submit.with-margin {
    margin-top: 20px;
    margin-right: 5vw;
    margin-left: 5vw;
    width: 90vw; }
    a.submit.with-margin.no-left-right-margin {
      margin-right: 0;
      margin-left: 0; }

  a.submit > * {
    box-shadow: none; }
  a.submit:hover > *:first-child {
    width: 0;
    height: 0;
    box-shadow: none;
    transition: none; }
  a.submit.disabled {
    background-color: #d3d3d3;
    border: #d3d3d3 solid 1px; }
    a.submit.disabled > * {
      box-shadow: none; }
    a.submit.disabled:hover > *:first-child {
      width: 0;
      height: 0;
      border-width: 0;
      box-shadow: none;
      transition: none; }
  a.submit.line {
    color: #143fa0;
    background-color: transparent; }
    a.submit.line > * {
      box-shadow: none; }
      a.submit.line > * > * {
        color: #143fa0; }
    a.submit.line:hover > *:first-child {
      box-shadow: none;
      transition: none; }
  a.submit.with-margin {
    margin-bottom: 50px; }

  .container {
    margin-right: 5vw;
    margin-left: 5vw; }
    .container .container {
      margin-right: 0;
      margin-left: 0; }

  .white-ribbon.with-padding {
    padding-top: 30px;
    padding-bottom: 30px; }

  ul.steps {
    margin-bottom: 15px; }

  div.selector {
    width: 100%; }
    div.selector > label:first-child {
      width: 100%; }
    div.selector [type="radio"].selector + label + div {
      width: 100%; }
      div.selector [type="radio"].selector + label + div ul li {
        width: 100%; }

  .with-margin {
    margin-bottom: 25px; }

  .with-top-margin {
    margin-top: 5vw; }

  div.with-margin {
    margin-bottom: 0; }

  .popup_block span.cancel {
    top: 5vw;
    right: 5vw; }
  .popup_block h3 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    text-transform: uppercase; }
  .popup_block p {
    margin: 0 5vw 1em 5vw; }
  .popup_block .one-column {
    padding-top: 0; }

  .popin_map, .popin_locale {
    width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw; }
    .popin_map .block_selector, .popin_locale .block_selector {
      margin-bottom: 10px; }
    .popin_map div.instruction, .popin_locale div.instruction {
      margin-bottom: 20px; }
    .popin_map div.submit, .popin_locale div.submit {
      margin-top: 10px; }
      .popin_map div.submit a.submit, .popin_locale div.submit a.submit {
        margin-bottom: 20px; }
    .popin_map div.cancel, .popin_locale div.cancel {
      margin-top: 0;
      margin-bottom: 20px; }
      .popin_map div.cancel a.cancel, .popin_locale div.cancel a.cancel {
        padding-top: 0; }
    .popin_map address h3, .popin_locale address h3 {
      margin-top: 0;
      margin-bottom: 10px; }

  .popin_news {
    width: 90vw;
    text-align: center;
    padding-bottom: 0; }
    .popin_news .carousel {
      margin: 0 5vw 10px 5vw;
      height: auto; }
      .popin_news .carousel.press {
        height: auto; }
    .popin_news div.cancel {
      margin-top: 20px;
      margin-bottom: 5vw; }

  a.submit {
    width: 100%; }

  .popin_share {
    width: 90vw; }
    .popin_share p {
      margin-bottom: 30px; }
    .popin_share div.networks {
      width: 165px; }
      .popin_share div.networks a {
        margin: 7.5px; }
        .popin_share div.networks a img {
          width: 40px;
          height: 40px; }
    .popin_share div.cancel {
      margin-top: 30px;
      margin-bottom: 5vw; }

  .popin_geo_redirect_landing {
    width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw; }
    .popin_geo_redirect_landing div.submit {
      margin-top: 10px; }
      .popin_geo_redirect_landing div.submit a.submit {
        margin-bottom: 20px; }

  @keyframes marquee {
    0% {
      left: 0; }
    100% {
      left: -100%; } }
  .banner {
    display: block;
    align-items: normal;
    overflow: hidden;
    white-space: nowrap;
    transition: height 0.4s ease, opacity 0.4s ease; }
    .banner .container {
      height: 100%;
      margin-right: 0;
      margin-left: 0;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
      .banner .container > span {
        position: static;
        display: inline-block;
        float: left;
        text-align: left; }
    .banner .mobile {
      display: inline-block; }
    .banner .close {
      display: none; }

  header div.platform {
    display: none; }
  header .exnihilo_language {
    display: none; }
  header .first-line {
    background-color: #ffffff;
    z-index: 3010;
    height: 50px;
    border-bottom: 1px #f7f7f7 solid; }
    header .first-line .left .search {
      display: none; }
    header .first-line .left .locale {
      margin-left: 15px; }
      header .first-line .left .locale img {
        display: none; }
    header .first-line .center {
      z-index: 3030; }
      header .first-line .center a {
        width: 70px;
        height: 35px;
        display: inline-block; }
    header .first-line .right {
      right: 15px; }
      header .first-line .right .header-gray {
        display: none; }
      header .first-line .right .counter > ul li {
        min-width: 24px;
        height: 24px;
        border-radius: 24px; }
        header .first-line .right .counter > ul li a {
          font-size: 1.3rem; }
  header .logo {
    width: 70px;
    height: 40px; }
  header .input-rounded {
    display: block;
    width: 100%; }
    header .input-rounded > *:first-child {
      margin-left: auto; }
  header nav.full {
    display: none; }
  header nav.tiny {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 16px;
    width: 100vw;
    user-select: none; }
    header nav.tiny > div {
      padding-top: 19px;
      display: inline-block;
      width: 20px; }
      header nav.tiny > div span {
        display: block;
        width: 17px;
        height: 2px;
        margin-bottom: 3px;
        position: relative;
        background: #143fa0;
        border-radius: 3px;
        z-index: 3020;
        transform-origin: left center;
        transition: transform 0.4s ease-in-out, background 0.4s ease-in-out, opacity 0.4s ease-in-out; }
    header nav.tiny > ul.menu {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: -16px;
      margin-top: 50px;
      padding-left: 0;
      background: #ffffff;
      transform: translate(0, calc(-100% - 61px));
      opacity: 0;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      z-index: 0;
      border-bottom: 1px #f7f7f7 solid; }
      header nav.tiny > ul.menu > li, header nav.tiny > ul.menu a {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: 0.2em;
        overflow: hidden;
        transform: scaleY(1);
        opacity: 1;
        transition: height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out; }
        header nav.tiny > ul.menu > li label, header nav.tiny > ul.menu a label {
          margin-top: 0;
          margin-bottom: 10px;
          text-transform: uppercase; }
        header nav.tiny > ul.menu > li a, header nav.tiny > ul.menu a a {
          letter-spacing: normal; }
        header nav.tiny > ul.menu > li [type="checkbox"], header nav.tiny > ul.menu a [type="checkbox"] {
          display: none; }
          header nav.tiny > ul.menu > li [type="checkbox"] + div, header nav.tiny > ul.menu a [type="checkbox"] + div {
            overflow-y: hidden;
            opacity: 1;
            transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out; }
            header nav.tiny > ul.menu > li [type="checkbox"] + div ul, header nav.tiny > ul.menu a [type="checkbox"] + div ul {
              top: 0;
              padding-left: 0;
              padding-top: 5px; }
              header nav.tiny > ul.menu > li [type="checkbox"] + div ul li, header nav.tiny > ul.menu a [type="checkbox"] + div ul li {
                display: block;
                text-align: center;
                padding-bottom: 10px; }
                header nav.tiny > ul.menu > li [type="checkbox"] + div ul li a, header nav.tiny > ul.menu a [type="checkbox"] + div ul li a {
                  margin: 0;
                  color: #868b95;
                  font-size: 1rem;
                  text-transform: uppercase;
                  letter-spacing: 0.04em; }
          header nav.tiny > ul.menu > li [type="checkbox"]:not(:checked) + div, header nav.tiny > ul.menu a [type="checkbox"]:not(:checked) + div {
            height: 0 !important;
            opacity: 0; }
        header nav.tiny > ul.menu > li.collapsed, header nav.tiny > ul.menu a.collapsed {
          margin: 0;
          opacity: 0;
          height: 0 !important; }
      header nav.tiny > ul.menu li.contact, header nav.tiny > ul.menu li.languages {
        color: #868b95; }
        header nav.tiny > ul.menu li.contact a, header nav.tiny > ul.menu li.languages a {
          display: inline;
          color: #868b95;
          font-family: "Gill Sans Light"; }
          header nav.tiny > ul.menu li.contact a.active, header nav.tiny > ul.menu li.languages a.active {
            font-family: "Gill Sans Regular"; }
      header nav.tiny > ul.menu li.platform {
        text-align: center; }
        header nav.tiny > ul.menu li.platform a {
          display: inline-block !important; }
        header nav.tiny > ul.menu li.platform i {
          content: " ";
          display: inline-block;
          width: 20px;
          height: 20px;
          background-size: 20px; }
          header nav.tiny > ul.menu li.platform i.EU {
            background: url(../img/picto/FLAG_EU_OFF.svg) no-repeat;
            transition: background 0.4s ease-in-out; }
            header nav.tiny > ul.menu li.platform i.EU:hover, header nav.tiny > ul.menu li.platform i.EU.current {
              background: url(../img/picto/FLAG_EU.svg) no-repeat; }
          header nav.tiny > ul.menu li.platform i.US {
            background: url(../img/picto/FLAG_US_OFF.svg) no-repeat;
            transition: background 0.4s ease-in-out; }
            header nav.tiny > ul.menu li.platform i.US:hover, header nav.tiny > ul.menu li.platform i.US.current {
              background: url(../img/picto/FLAG_US.svg) no-repeat; }
      header nav.tiny > ul.menu > li:first-child {
        margin-top: 30px; }
      header nav.tiny > ul.menu > li:last-child {
        margin-bottom: 20px; }
    header nav.tiny > [type="checkbox"] {
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 13px !important;
      left: 15px !important;
      cursor: pointer;
      opacity: 0;
      /* hide this */
      z-index: 3040;
      /* and place it over the hamburger */
      -webkit-touch-callout: none; }
      header nav.tiny > [type="checkbox"]:checked ~ div span {
        opacity: 1;
        transform: translate(0px, -1px) rotate(45deg); }
        header nav.tiny > [type="checkbox"]:checked ~ div span:nth-last-child(2) {
          opacity: 0;
          transform: scale(0, 0) translateX(11px); }
        header nav.tiny > [type="checkbox"]:checked ~ div span:nth-last-child(1) {
          transform: translate(0, 1px) rotate(-45deg); }
      header nav.tiny > [type="checkbox"]:checked ~ ul.menu {
        transform: none;
        opacity: 1; }
  header .tiny-search {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 10px; }
    header .tiny-search img {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 18px;
      height: 18px; }
    header .tiny-search [type="checkbox"]:not(.opener):not(.listing):not(.selector) {
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      opacity: 0; }
      header .tiny-search [type="checkbox"]:not(.opener):not(.listing):not(.selector) + div {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: -5;
        top: -70px;
        right: 0;
        left: 0;
        padding: 0 5vw;
        width: 100vw;
        height: 70px;
        background-color: #ffffff;
        font-family: "Gill Sans Regular";
        opacity: 0.5;
        transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      header .tiny-search [type="checkbox"]:not(.opener):not(.listing):not(.selector):checked + div {
        top: 50px;
        opacity: 1; }
    header .tiny-search .quit {
      height: 3rem;
      width: 3rem;
      min-width: 3rem;
      background: url(../img/picto/X_QUIT.svg) center no-repeat;
      background-size: 12px; }

  .direction {
    padding-top: 0; }
    .direction.short {
      margin-bottom: 0; }
    .direction ul.breadcrumb {
      display: none; }
    .direction h2 {
      padding-right: 5vw;
      padding-left: 5vw;
      margin-bottom: 20px;
      line-height: 2.5rem;
      font-size: 1.6rem; }

  .slideshow {
    margin-top: calc(5vw - 15px);
    padding-bottom: 50px;
    overflow: hidden; }
    .slideshow ul.control {
      left: 50%;
      transform: translateX(-50%);
      bottom: 210px; }
      .slideshow ul.control.is-dragging li:before {
        opacity: 0; }
    .slideshow .slide {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: auto;
      opacity: 0;
      left: 100%;
      width: inherit;
      padding-top: 15px;
      transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      .slideshow .slide.is-dragging {
        transition: none; }
      .slideshow .slide img.sticker {
        top: 0;
        right: 0; }
      .slideshow .slide > div {
        display: block;
        width: 100%; }
        .slideshow .slide > div.visual {
          text-align: center; }
        .slideshow .slide > div.comments {
          height: 210px; }
          .slideshow .slide > div.comments > div {
            text-align: center;
            padding-left: 0;
            top: 55px;
            bottom: auto; }
            .slideshow .slide > div.comments > div h3 {
              display: none; }
            .slideshow .slide > div.comments > div div {
              max-width: none; }

  .recommendation {
    margin: 50px 0;
    width: 100%;
    overflow-x: hidden; }
    .recommendation div.txtcenter {
      margin-left: 5vw;
      margin-right: 5vw; }
    .recommendation .products {
      position: relative;
      width: 266.64%;
      padding-top: 10px; }
      .recommendation .products div {
        width: 100%; }
        .recommendation .products div h3 {
          padding-top: 0; }

  .categories {
    width: 100%;
    height: auto;
    margin: 5vw 0 5vw 0; }
    .categories ul.control {
      display: block;
      padding-left: 0;
      z-index: 1020;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(5vw + (90vw * 4 / 7));
      bottom: auto; }
      .categories ul.control li {
        position: relative;
        display: inline-block;
        padding: 7.5px;
        color: #d3d3d3;
        cursor: pointer; }
        .categories ul.control li:before {
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          border-radius: 6px;
          background-color: #d3d3d3;
          opacity: 1;
          transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out; }
        .categories ul.control li.active:before {
          background-color: #143fa0; }
      .categories ul.control.is-dragging li:before {
        opacity: 0; }
    .categories.no-description {
      height: auto; }
    .categories > div {
      width: 100%;
      height: auto;
      opacity: 0;
      top: 0;
      left: 100%; }
      .categories > div.placeholder {
        display: block;
        position: relative;
        opacity: 0;
        left: -100%; }
      .categories > div > img {
        width: 100%;
        height: auto;
        margin-top: 0; }
      .categories > div > h2 {
        margin-top: 15vw;
        transform: translateX(50%);
        font-size: 2rem; }
        .categories > div > h2 > span {
          transform: translateX(-50%); }
      .categories > div > div p, .categories > div > div a {
        opacity: 1; }
      .categories > div > div p {
        width: auto;
        margin-left: 0;
        margin-right: 0; }
      .categories > div.left {
        left: -100%;
        opacity: 0; }
        .categories > div.left > img {
          margin-left: 0; }
        .categories > div.left > h2 {
          transform: translateX(50%); }
          .categories > div.left > h2 > span {
            transform: translateX(-50%); }
      .categories > div.active {
        left: 0; }
        .categories > div.active img {
          width: inherit;
          height: auto; }
        .categories > div.active > h2 {
          margin-top: 15vw; }
      .categories > div.is-dragging {
        transition: none; }

  .pillars {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%; }
    .pillars div {
      height: auto;
      padding-bottom: 30px; }
      .pillars div h2 {
        width: 100%;
        margin: 40px auto 0 auto; }

  .flagship {
    margin: 0; }
    .flagship img {
      width: 100%;
      height: auto; }
    .flagship > div {
      position: relative;
      width: 100%;
      height: auto;
      left: auto;
      top: auto;
      padding: 30px 0 50px 0; }

  .widget {
    display: none; }

  .one-column {
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0; }
    .one-column > div:first-child {
      padding-bottom: 30px; }
    .one-column > div:last-child a {
      margin-top: 30px;
      margin-bottom: 50px; }

  .three-columns {
    padding: 30px 0 0 0; }
    .three-columns > div:first-child {
      padding-bottom: 0; }
    .three-columns > div:last-child {
      display: block;
      position: relative;
      overflow-x: hidden; }
      .three-columns > div:last-child ul.control {
        display: block;
        padding-left: 0;
        z-index: 1020;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(50vw + 70px + 30px); }
        .three-columns > div:last-child ul.control li {
          position: relative;
          display: inline-block;
          width: 15px;
          color: #d3d3d3;
          cursor: pointer; }
          .three-columns > div:last-child ul.control li:before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 6px;
            background-color: #868b95;
            opacity: 1;
            transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out; }
          .three-columns > div:last-child ul.control li.active:before {
            background-color: #143fa0; }
        .three-columns > div:last-child ul.control.is-dragging li:before {
          opacity: 0; }
      .three-columns > div:last-child > div {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 100%;
        margin-right: auto;
        margin-bottom: 0;
        transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out; }
        .three-columns > div:last-child > div:last-child {
          margin-right: auto; }
        .three-columns > div:last-child > div.placeholder {
          display: inline-block;
          position: relative;
          left: -100%;
          opacity: 0;
          padding-bottom: 30px; }
        .three-columns > div:last-child > div.active {
          left: 0; }
        .three-columns > div:last-child > div.left {
          left: -100%; }
        .three-columns > div:last-child > div.is-dragging {
          transition: none; }
        .three-columns > div:last-child > div img {
          display: block;
          margin: 35px auto; }
        .three-columns > div:last-child > div h3 {
          text-align: center;
          padding-bottom: 40px; }
        .three-columns > div:last-child > div > div {
          width: 100%;
          padding-right: 5vw;
          padding-left: 5vw;
          height: auto;
          left: 0; }

  .four-columns {
    padding: 30px 0 0 0;
    width: 100%;
    overflow-x: hidden; }
    .four-columns > div:first-child {
      padding-bottom: 30px; }
    .four-columns > div:last-child {
      position: relative;
      /*  width: (66.66% * 10); */
      flex-flow: row;
      justify-content: space-between; }
      .four-columns > div:last-child > div {
        padding-bottom: 30px;
        width: 100vw; }
        .four-columns > div:last-child > div:hover > div > div {
          opacity: 0; }
        .four-columns > div:last-child > div [type="radio"] {
          display: block;
          z-index: 1050;
          position: absolute;
          top: 0;
          left: 50% !important;
          width: 50vw;
          height: 50vw;
          transform: translateX(-50%);
          opacity: 0; }
          .four-columns > div:last-child > div [type="radio"]:checked {
            z-index: 0; }
            .four-columns > div:last-child > div [type="radio"]:checked + div {
              z-index: 50;
              opacity: 1; }

  div.news {
    grid-template-columns: 100%;
    margin-left: 0;
    margin-right: 0; }
    div.news .card {
      width: 100%;
      padding-bottom: 50px;
      padding-right: 0; }
      div.news .card h3, div.news .card h2 {
        margin-bottom: 15px; }

  ul.collection {
    margin-top: 20px;
    margin-bottom: 10px; }
    ul.collection li {
      padding-bottom: 10px; }

  .direction ul.collection {
    margin-bottom: 20px; }

  .items {
    margin: 0; }
    .items > div > div {
      min-height: auto;
      margin-bottom: 30px;
      position: relative; }
      .items > div > div img {
        padding-bottom: 20px; }
      .items > div > div > div, .items > div > div > a > div {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0; }
      .items > div > div.new:after {
        right: 0;
        top: 10vw;
        width: 25vw;
        height: 25vw; }

  .tiny-carousel > div {
    position: relative;
    overflow-x: hidden;
    height: 350px;
  }
    .tiny-carousel > div ul.control {
      display: block;
      position: absolute;
      padding-left: 0;
      z-index: 1020;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      text-align: center; }
      .tiny-carousel > div ul.control li {
        position: relative;
        display: inline-block;
        width: 15px;
        color: #d3d3d3;
        cursor: pointer; }
        .tiny-carousel > div ul.control li:before {
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          border-radius: 6px;
          background-color: #868b95;
          opacity: 1;
          transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out; }
        .tiny-carousel > div ul.control li.active:before {
          background-color: #143fa0; }
      .tiny-carousel > div ul.control.is-dragging li:before {
        opacity: 0; }
    .tiny-carousel > div > div {
      display: inline-block;
      position: absolute;
      top: 0;
      width: 100%;
      left: 50%;
      margin-bottom: 0;
      transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      .tiny-carousel > div > div.placeholder {
        display: inline-block;
        position: relative;
        left: -100%;
        opacity: 0; }
      .tiny-carousel > div > div.active {
        left: 25%; }
      .tiny-carousel > div > div.left {
        left: -100%; }
      .tiny-carousel > div > div.is-dragging {
        transition: none; }
      .tiny-carousel > div > div > div, .tiny-carousel > div > div > a > div {
        width: 100%;
        height: auto; }

  .tiny-recommendation {
    margin: 0 0 25px 0;
    width: 100%;
    overflow-x: hidden; }
    .tiny-recommendation .products, .tiny-recommendation .perfumer {
      display: flex;
      position: relative;
      width: 200%; }
      .tiny-recommendation .products > div, .tiny-recommendation .perfumer > div {
        width: 25%; }

  div.product {
    margin-top: 5vw;
    margin-bottom: 20px; }
    div.product > div > div:first-child {
      text-align: right;
      margin-left: 0;
      margin-right: 0; }
    div.product > div > div:last-child {
      padding-left: 0;
      padding-right: 0; }
      div.product > div > div:last-child h2.name {
        margin-top: 35px;
        margin-bottom: 0;
        font-size: 2.2rem;
        letter-spacing: 0.04em; }
      div.product > div > div:last-child h2.price {
        letter-spacing: 0.04em; }
      div.product > div > div:last-child h2 + p {
        font-family: "Gill Sans Regular";
        color: #868b95;
        margin-top: 0;
        margin-bottom: 15px; }
        div.product > div > div:last-child h2 + p + p {
          margin-bottom: 30px; }
      div.product > div > div:last-child span.button {
        display: block;
        margin-bottom: 30px; }
      div.product > div > div:last-child div.variant {
        margin-bottom: 15px; }
        div.product > div > div:last-child div.variant > .selector {
          margin-top: 3px; }
        div.product > div > div:last-child div.variant > .icon {
          margin-top: 2px; }
        div.product > div > div:last-child div.variant > .shipping {
          position: relative;
          display: inline-block;
          margin-left: 15px;
          padding-left: 15px;
          padding-top: 4px;
          font-family: "Gill Sans Regular";
          letter-spacing: 0;
          color: #868b95; }
          div.product > div > div:last-child div.variant > .shipping:after {
            left: 0;
            top: 6px;
            position: absolute;
            content: '';
            display: inline-block;
            height: 14px;
            border-left: 1px #d3d3d3 solid; }
      div.product > div > div:last-child .selector > a {
        display: inline-block;
        padding-right: 15px;
        margin-right: 15px; }
      div.product > div > div:last-child .selector + h2 {
        position: relative;
        margin: 0 15px 0 0; }
        div.product > div > div:last-child .selector + h2:after {
          top: 6px;
          left: -15px;
          position: absolute;
          content: '';
          display: inline-block;
          height: 14px;
          border-left: 1px #d3d3d3 solid; }
      div.product > div > div:last-child a.submit {
        margin-top: 10px;
        margin-bottom: 20px; }
    div.product ul.details {
      display: block;
      padding-left: 0;
      margin-bottom: 30px; }
      div.product ul.details li {
        display: block;
        position: relative;
        border-bottom: 1px #d3d3d3 solid;
        width: 100%; }
        div.product ul.details li:first-child {
          border-top: 1px #d3d3d3 solid; }
        div.product ul.details li [type="radio"] {
          position: absolute;
          left: -9999px; }
          div.product ul.details li [type="radio"] + label {
            font-family: "Gill Sans Regular";
            padding-top: 10px;
            text-transform: uppercase;
            letter-spacing: 0.2em; }
            div.product ul.details li [type="radio"] + label:after {
              position: absolute;
              right: 10px;
              top: 20px;
              content: "+";
              font-size: 1.5rem;
              opacity: 1;
              transition: opacity 0.4s ease-in-out; }
            div.product ul.details li [type="radio"] + label + div {
              overflow-y: hidden;
              transition: height 0.4s ease-in-out, margin-bottom 0.4s ease-in-out, opacity 0.4s ease-in-out; }
              div.product ul.details li [type="radio"] + label + div p {
                padding-bottom: 20px;
                padding-right: 35px; }
          div.product ul.details li [type="radio"]:not(:checked) + label + div {
            height: 0 !important;
            opacity: 0; }
          div.product ul.details li [type="radio"]:checked + label:after {
            opacity: 0; }
          div.product ul.details li [type="radio"]:checked + label + div {
            opacity: 1; }

  ul.multipanel {
    margin-bottom: 0; }
    ul.multipanel > li {
      display: inline-block;
      width: 100%;
      position: absolute;
      opacity: 0;
      left: 100%;
      transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      ul.multipanel > li.active {
        left: 0;
        z-index: 1000;
        opacity: 1; }
      ul.multipanel > li .introduction {
        text-align: left;
        padding: 25px 5vw 0 5vw; }
        ul.multipanel > li .introduction div {
          margin-top: 25px; }
        ul.multipanel > li .introduction h2 {
          margin-bottom: 15px; }
      ul.multipanel > li iframe {
        width: 90vw;
        height: 51.42857vw; }

  .white_separator h2 {
    font-size: 1.6rem; }

  .pagecover {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
    .pagecover > div:first-child {
      width: 100%;
      height: auto;
      position: relative;
      left: auto;
      transform: none; }
    .pagecover > div:last-child {
      left: auto;
      bottom: auto;
      transform: none; }
      .pagecover > div:last-child > div > div {
        background-color: transparent;
        width: 100%;
        height: auto;
        padding: 30px 5vw 0 5vw; }

  .reverse .pagecover > div:last-child {
    transform: none;
    text-align: left; }

  .afterpagecover {
    margin-left: auto;
    width: auto;
    height: 40px;
    padding-bottom: 0; }

  .reverse .afterpagecover {
    margin-right: auto; }

  .illustration {
    padding-left: 0;
    padding-right: 0; }
    .illustration > div {
      flex-direction: column-reverse;
      margin-top: 30px;
      margin-bottom: 40px;
      padding-top: 0;
      padding-bottom: 0; }
      .illustration > div:first-child {
        margin-top: 40px;
        padding-top: 0; }
      .illustration > div:last-child {
        padding-bottom: 0;
        margin-bottom: 40px; }
      .illustration > div > div {
        text-align: left; }
        .illustration > div > div:first-child {
          padding: 25px 5vw 0 5vw; }
          .illustration > div > div:first-child h2 {
            margin-bottom: 15px; }
        .illustration > div > div > div {
          text-align: left;
          padding-left: 0; }
    .illustration > div:nth-child(odd) > div:first-child > div {
      text-align: left; }
    .illustration > div:nth-child(odd) > div:last-child {
      text-align: left; }
    .illustration > div:nth-child(even) {
      flex-direction: column-reverse; }
    .illustration.large {
      padding-right: 0; }
      .illustration.large > div:nth-child(odd) > div:first-child > div {
        padding-left: 0; }
      .illustration.large > div:nth-child(even) > div:first-child > div {
        padding-left: 0;
        padding-right: 0; }
      .illustration.large > div.shift > div:first-child {
        flex: 0; }
        .illustration.large > div.shift > div:first-child > div {
          padding-left: 0; }
      .illustration.large > div.shift > div:last-child {
        flex: 3; }

  .reverse .illustration {
    padding-left: 0;
    padding-right: 0; }
    .reverse .illustration > div > div > div {
      padding-left: 0;
      padding-right: 0; }
    .reverse .illustration > div:nth-child(odd) {
      flex-direction: column-reverse; }
      .reverse .illustration > div:nth-child(odd) > div:first-child > div {
        text-align: left; }
      .reverse .illustration > div:nth-child(odd) > div:last-child {
        text-align: left; }
    .reverse .illustration > div:nth-child(even) {
      flex-direction: column-reverse; }
      .reverse .illustration > div:nth-child(even) > div:first-child > div {
        text-align: left; }
    .reverse .illustration.large {
      padding-left: 0; }
      .reverse .illustration.large > div:nth-child(odd) > div:first-child > div {
        padding-left: 0;
        padding-right: 0; }
      .reverse .illustration.large > div:nth-child(even) > div:first-child > div {
        padding-left: 0; }
      .reverse .illustration.large > div.shift > div:first-child > div {
        padding-left: 0;
        padding-right: 0; }

  .carousel {
    margin-top: 5vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 35px; }
    .carousel.slim {
      margin-right: 0;
      margin-left: 0; }
    .carousel > div {
      opacity: 0; }
    .carousel > .inner {
      margin-left: 0;
      margin-right: 0; }
    .carousel > .prev, .carousel > .next {
      display: none; }
    .carousel > ul.control {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 35px;
      bottom: 0; }
      .carousel > ul.control li {
        padding-bottom: 0; }
    .carousel.maison {
      height: auto;
      margin-top: 0;
      margin-bottom: 10px; }
      .carousel.maison > .inner > .slide {
        flex-direction: column-reverse; }
        .carousel.maison > .inner > .slide > div {
          width: 100%; }
          .carousel.maison > .inner > .slide > div:first-child {
            padding-top: 20px; }
            .carousel.maison > .inner > .slide > div:first-child p {
              padding-top: 10px; }
    .carousel.calendar {
      height: auto;
      background-color: #f7f7f7;
      width: 90vw;
      margin-top: 30px; }
      .carousel.calendar > ul.control {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px; }
        .carousel.calendar > ul.control li {
          padding-bottom: 7.5px; }
    .carousel .calendar {
      height: auto;
      padding-top: 5vw;
      display: block; }
      .carousel .calendar > div {
        position: relative;
        border-bottom: 5px #f7f7f7 solid; }
        .carousel .calendar > div > div {
          margin-left: 5vw;
          margin-right: 5vw; }
          .carousel .calendar > div > div:nth-child(1) {
            background-color: #ffffff;
            text-align: left;
            padding: 20px 5vw; }
            .carousel .calendar > div > div:nth-child(1) h4, .carousel .calendar > div > div:nth-child(1) h5 {
              display: inline-block;
              background-color: transparent;
              color: #143fa0;
              padding: 0; }
          .carousel .calendar > div > div:nth-last-child(1) {
            overflow-y: hidden; }
            .carousel .calendar > div > div:nth-last-child(1) > div {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              background-color: #ffffff;
              border-top: 2px #f7f7f7 solid;
              padding-left: 5vw;
              padding-right: 5vw; }
              .carousel .calendar > div > div:nth-last-child(1) > div > div {
                width: calc(50% - 2.5vw);
                margin-left: 0;
                margin-right: 0; }
                .carousel .calendar > div > div:nth-last-child(1) > div > div.unavailable {
                  opacity: 0.2; }
        .carousel .calendar > div [type="radio"] {
          display: block;
          z-index: 1010;
          position: absolute;
          top: 20px;
          right: 10vw;
          width: 14px;
          height: 14px;
          opacity: 0; }
          .carousel .calendar > div [type="radio"] + label {
            display: block;
            position: absolute;
            margin: 0;
            top: 20px;
            right: 10vw;
            transition: transform 0.4s ease-in-out; }
            .carousel .calendar > div [type="radio"] + label + div {
              transition: height 0.4s ease-in-out; }
          .carousel .calendar > div [type="radio"]:not(:checked) + label + div {
            height: 0 !important; }
          .carousel .calendar > div [type="radio"]:checked + label {
            transform: rotate(180deg); }
            .carousel .calendar > div [type="radio"]:checked + label + div {
              height: auto; }

  .appointment > div > div > div {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 90vw;
    max-width: 400px; }

  #map {
    height: 90vw;
    margin-bottom: 5vw; }

  .sorter {
    margin-right: 0;
    margin-left: 0; }
    .sorter .article {
      padding: 0 15px;
      flex-wrap: wrap; }
      .sorter .article span.cancel {
        cursor: pointer;
        position: absolute;
        top: 5vw;
        right: 5vw;
        width: 12px;
        height: 12px; }
      .sorter .article > div {
        width: 100%;
        padding: 20px 0; }
        .sorter .article > div:not(:last-child) {
          border-bottom: 2px #f7f7f7 solid; }
        .sorter .article > div > div p {
          margin-top: 0.2rem;
          margin-bottom: 0.8rem; }
        .sorter .article > div:first-of-type > div {
          width: 80%;
          padding-left: 20px; }
          .sorter .article > div:first-of-type > div:first-child {
            width: 20%;
            padding-left: 0; }
        .sorter .article > div:last-of-type > div:first-child {
          text-align: left; }
        .sorter .article > div:last-child {
          padding-left: 0; }
    .sorter .total {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 10px;
      padding: 0 15px;
      background-color: #ffffff;
      color: #212121; }
      .sorter .total:nth-last-child(2) {
        padding-bottom: 10px; }
      .sorter .total > div {
        width: 100%;
        padding: 20px 0; }
        .sorter .total > div:nth-child(1) {
          border-bottom: 2px #f7f7f7 solid; }
        .sorter .total > div:nth-child(3) {
          height: auto;
          padding-bottom: 0; }
        .sorter .total > div a.submit {
          margin-bottom: 5px; }
      .sorter .total.final:nth-last-child(2) {
        padding-top: 10px;
        padding-bottom: 15px; }
      .sorter .total.final > div {
        padding: 10px 0; }
        .sorter .total.final > div:nth-child(1), .sorter .total.final > div:nth-child(2) {
          border-bottom: none; }
    .sorter .section {
      padding-top: 5vw;
      padding-bottom: 5vw; }
      .sorter .section address {
        padding-top: 15px;
        padding-bottom: 5px; }
      .sorter .section .push-down {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 16px; }
      .sorter .section .grid.with-padding-top {
        padding-top: 0; }
      .sorter .section .grid.with-padding-bottom {
        padding-bottom: 5vw; }
      .sorter .section .grid.with-padding {
        padding-right: 5vw;
        padding-left: 5vw; }
      .sorter .section.no-padding {
        padding-top: 0;
        padding-bottom: 0; }
        .sorter .section.no-padding .grid > div, .sorter .section.no-padding .grid-3 > div {
          padding-top: 5vw;
          padding-bottom: 5vw; }
      .sorter .section.down-margin {
        margin-bottom: 5vw; }
      .sorter .section h3.title {
        margin-bottom: 10px; }
      .sorter .section > h2 {
        margin-top: 40px;
        margin-bottom: 40px;
        color: #212121;
        text-align: center; }
      .sorter .section [type="checkbox"].opener + label {
        top: 7px; }
        .sorter .section [type="checkbox"].opener + label + div .mr-quarter {
          left: auto; }
          .sorter .section [type="checkbox"].opener + label + div .mr-quarter h3 {
            margin-bottom: 0; }
      .sorter .section .grid.edit-toggable:not(:first-child), .sorter .section .grid-3.edit-toggable:not(:first-child) {
        padding-top: 10px; }
        .sorter .section .grid.edit-toggable:not(:first-child) > div, .sorter .section .grid-3.edit-toggable:not(:first-child) > div {
          padding-top: 5vw; }
      .sorter .section .grid.with-ruler a.button.cancel, .sorter .section .grid-3.with-ruler a.button.cancel {
        margin-top: 10px;
        margin-bottom: 10px; }
      .sorter .section .grid.with-ruler.add-toggable, .sorter .section .grid-3.with-ruler.add-toggable {
        padding-top: 10px;
        padding-bottom: 15px; }
      .sorter .section .grid.edit-toggable.with-ruler > div, .sorter .section .grid-3.edit-toggable.with-ruler > div {
        padding-top: 0; }
      .sorter .section .grid > div, .sorter .section .grid-3 > div {
        padding-left: 5vw;
        padding-right: 5vw; }
        .sorter .section .grid > div:not(:last-child), .sorter .section .grid-3 > div:not(:last-child) {
          border-right: none; }
        .sorter .section .grid > div label.in_form, .sorter .section .grid-3 > div label.in_form {
          margin-top: 10px;
          margin-bottom: 20px; }
        .sorter .section .grid > div .address, .sorter .section .grid-3 > div .address {
          padding: 20px 40px 20px 40px;
          overflow-x: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .sorter .section .grid > div .address:first-child, .sorter .section .grid-3 > div .address:first-child {
            margin-top: 0; }
          .sorter .section .grid > div .address.with-margin-top, .sorter .section .grid-3 > div .address.with-margin-top {
            margin-top: 5vw; }
          .sorter .section .grid > div .address label, .sorter .section .grid-3 > div .address label {
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%; }
            .sorter .section .grid > div .address label.shift, .sorter .section .grid-3 > div .address label.shift {
              margin-left: -25px; }
        .sorter .section .grid > div .summary, .sorter .section .grid-3 > div .summary {
          padding: 15px 5vw 5px 5vw; }
        .sorter .section .grid > div .method, .sorter .section .grid-3 > div .method {
          padding: 5px 15px 5px 15px; }
          .sorter .section .grid > div .method > div:first-child, .sorter .section .grid-3 > div .method > div:first-child {
            padding: 0; }
            .sorter .section .grid > div .method > div:first-child label, .sorter .section .grid-3 > div .method > div:first-child label {
              margin-top: 10px;
              margin-bottom: 10px; }
            .sorter .section .grid > div .method > div:first-child ul, .sorter .section .grid-3 > div .method > div:first-child ul {
              margin-bottom: 0;
              text-align: right; }
              .sorter .section .grid > div .method > div:first-child ul li, .sorter .section .grid-3 > div .method > div:first-child ul li {
                padding-left: 0;
                float: right; }
                .sorter .section .grid > div .method > div:first-child ul li:nth-child(odd), .sorter .section .grid-3 > div .method > div:first-child ul li:nth-child(odd) {
                  clear: both; }
          .sorter .section .grid > div .method .icon.payment, .sorter .section .grid-3 > div .method .icon.payment {
            width: 28px;
            height: 28px; }
        .sorter .section .grid > div label[for="newsletter"], .sorter .section .grid-3 > div label[for="newsletter"] {
          margin-top: 10px;
          margin-bottom: 10px; }
        .sorter .section .grid > div .print, .sorter .section .grid-3 > div .print {
          margin-bottom: 10px; }
      .sorter .section .grid.no-separator > div:not(:last-child), .sorter .section .grid-3.no-separator > div:not(:last-child) {
        border-bottom: none;
        padding-bottom: 0; }
      .sorter .section .grid.no-separator a.submit, .sorter .section .grid-3.no-separator a.submit {
        margin-top: 10px;
        margin-bottom: 15px; }
      .sorter .section .grid.identification > div:not(:last-child), .sorter .section .grid-3.identification > div:not(:last-child) {
        border-right: none;
        border-bottom: 5px #f7f7f7 solid;
        padding-bottom: 5vw; }
      .sorter .section > h3 {
        padding-left: 5vw;
        padding-right: 5vw; }
        .sorter .section > h3 + div.grid > div:first-child {
          padding-top: 5vw; }
        .sorter .section > h3 span.new {
          right: -10vw;
          top: 50%;
          transform: translateX(-50%) translateY(-50%); }
      .sorter .section ul.listing {
        padding-left: 50px;
        padding-right: 50px; }
        .sorter .section ul.listing li [type="radio"] + label + div p {
          padding-bottom: 5px; }
      .sorter .section.blue address {
        padding-bottom: 15px; }
        .sorter .section.blue address p {
          padding-left: 0; }
      .sorter .section.extra-margins {
        padding-top: 5vw;
        margin-top: 10px;
        padding-bottom: 5vw;
        margin-bottom: 10px; }
    .sorter .legals {
      padding-top: 40px;
      padding-bottom: 0; }
      .sorter .legals ul.control {
        display: block; }
      .sorter .legals div.slide:not(.placeholder) {
        padding-left: 0;
        padding-right: 0; }
      .sorter .legals div.slide.placeholder {
        display: inline-block;
        padding-bottom: 85px; }
    .sorter.contact .section .grid {
      margin-top: 0; }

  footer .white-ribbon {
    padding-bottom: 35px; }
    footer .white-ribbon ul {
      padding-top: 20px; }
  footer .gray-ribbon {
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw; }
    footer .gray-ribbon div:nth-child(2) {
      order: 1;
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
    footer .gray-ribbon div ul {
      margin-left: auto;
      margin-right: auto; }
      footer .gray-ribbon div ul li {
        padding-left: 5px;
        padding-right: 5px; }
        footer .gray-ribbon div ul li:first-child {
          padding-left: 0; }
        footer .gray-ribbon div ul li:last-child {
          padding-right: 0; }

  .block {
    display: inline-block; }
    .block.homepage.visual {
      width: 100%;
      height: auto; }
    .block.homepage.pillar {
      width: 100%;
      height: auto; }
    .block.homepage.sticker {
      width: 65px;
      height: 130px; }
    .block.cover.homepage {
      width: 490px;
      height: 700px; }
    .block.main.product {
      width: 100%;
      height: auto; }
      .block.main.product.square {
        height: auto;
        margin-bottom: 0; }
    .block.package.catalog {
      width: 100%;
      height: auto; }
      .block.package.catalog.large {
        width: 100%;
        height: auto; }
    .block.package.suggestion {
      width: 100%;
      height: auto; }
    .block.package.homepage {
      width: 55vw;
      height: auto;
      max-width: 315px; }
    .block.package.checkout {
      width: 100%;
      height: auto; }
    .block.package.cap {
      width: 210px;
      height: 210px; }
    .block.image.generic1 {
      width: 175px;
      height: 175px; }
    .block.image.generic1x2 {
      width: 100%;
      height: auto; }
    .block.image.generic2 {
      width: 100%;
      height: auto; }
    .block.image.generic3 {
      width: 100%;
      height: auto; }
    .block.image.generic4 {
      width: 100%;
      height: auto; }
    .block.image.generic5 {
      width: 100%;
      height: auto; }
    .block.image.news {
      width: 100%;
      height: auto; }
    .block.image.cover {
      width: 90vw;
      height: auto; }
    .block.image.gallery.big {
      width: 100%;
      height: auto; }
    .block.image.gallery.mini {
      width: 100%;
      height: auto; }
    .block.image.gallery.press {
      width: 90%;
      height: auto; }
    .block.image.portrait {
      border-radius: 100%;
      width: 50vw;
      height: 50vw; }

  .perfumes {
    margin: 0;
    width: 100%; }

  .big-sticker {
    position: relative;
    display: block;
    overflow-x: hidden;
    width: 125vw;
    padding-right: 12.5vw;
    padding-left: 12.5vw;
    transform: translateX(-12.5vw);
    margin-bottom: 0; }
    .big-sticker > div {
      padding-left: 5vw;
      padding-right: 5vw;
      width: 100vw;
      height: auto; }
      .big-sticker > div:first-child img {
        top: 0; }
        .big-sticker > div:first-child img:first-child {
          position: relative; }
      .big-sticker > div:last-child {
        position: absolute;
        top: 50%;
        left: 65%;
        transform: translateY(-50%);
        width: 125vw;
        transition: left 0.4s ease-in-out;
        z-index: 110; }
        .big-sticker > div:last-child > div {
          z-index: 120;
          padding: 0;
          height: 115vw;
          width: 125vw;
          transform: none;
          background-color: transparent;
          transition: background-color 0.4s ease-in-out; }
          .big-sticker > div:last-child > div > div {
            opacity: 0;
            transition: opacity 0.4s ease-in-out; }
          .big-sticker > div:last-child > div.drawer {
            z-index: 110;
            display: block;
            position: absolute;
            height: 115vw;
            width: 125vw;
            top: 0;
            left: 0;
            transform: rotate(-90deg);
            opacity: 1;
            background-color: #ffffff;
            transition: opacity 0.4s ease-in-out; }
            .big-sticker > div:last-child > div.drawer div {
              opacity: 1;
              height: 25vw; }
              .big-sticker > div:last-child > div.drawer div img {
                transform: rotate(180deg);
                width: 40px;
                height: 40px; }
              .big-sticker > div:last-child > div.drawer div h2 {
                font-size: 1.6rem; }
        .big-sticker > div:last-child:hover {
          left: 0; }
          .big-sticker > div:last-child:hover > div {
            background-color: #ffffff; }
            .big-sticker > div:last-child:hover > div > div {
              opacity: 1; }
            .big-sticker > div:last-child:hover > div.drawer {
              opacity: 0; }
    .big-sticker.reverse > div:last-child {
      left: -65%; }
      .big-sticker.reverse > div:last-child > div {
        transform: none; }
        .big-sticker.reverse > div:last-child > div.drawer {
          transform: rotate(90deg); }
      .big-sticker.reverse > div:last-child:hover {
        left: 0; }
        .big-sticker.reverse > div:last-child:hover > div {
          background-color: #ffffff; }
          .big-sticker.reverse > div:last-child:hover > div.drawer {
            opacity: 0; }
    .big-sticker:hover > div:first-child img:last-child {
      opacity: 0; }
    .big-sticker:hover > div:last-child > div {
      margin: 0;
      padding: 0;
      height: 115vw;
      width: 125vw; }

  .results .container {
    padding-bottom: 35px; }
    .results .container p {
      padding-bottom: 0.5rem; }
  .results .white-ribbon .container {
    padding-top: 30px; }

  .icon.downarrow {
    margin-bottom: 0; }
  .icon.new {
    width: 5vw;
    height: 5vw;
    min-width: 24px;
    min-height: 24px; }
  .icon.cancel {
    width: 12px;
    height: 12px; }
  .icon.osmologue {
    margin-right: 0; }

  .mc4wp-form {
    margin-right: 5vw;
    margin-left: 5vw; }
    .mc4wp-form .mc4wp-form-fields input[type="text"] {
      width: calc(100% - 40px); }

  .popin_delivery {
    width: 90vw; }
    .popin_delivery ul {
      padding: 1rem 5vw; }
      .popin_delivery ul li {
        display: flex;
        width: 100%;
        height: auto;
        border-bottom: none; }
        .popin_delivery ul li:last-child {
          border-bottom: 1px solid #143fa0; }
        .popin_delivery ul li div {
          display: flex;
          align-items: center; }
          .popin_delivery ul li div > p {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 13px;
            text-align: left; }
            .popin_delivery ul li div > p:first-child {
              display: none; }
            .popin_delivery ul li div > p:last-child {
              text-align: right; }
    .popin_delivery a.cancel {
      margin-top: 1rem;
      margin-bottom: 40px; }
    .popin_delivery .note {
      margin-left: 5vw;
      margin-right: 5vw;
      margin-bottom: 45px; }

  .order_list tr {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px; }
    .order_list tr th, .order_list tr td {
      display: block;
      height: auto;
      padding-left: 40px;
      padding-right: 5vw;
      padding-bottom: 20px;
      width: 100%;
      text-align: left;
      border: none; }
      .order_list tr th:first-child, .order_list tr td:first-child {
        width: 100%;
        padding-left: 40px; }
      .order_list tr th:last-child, .order_list tr td:last-child {
        width: 100%;
        padding-right: 5vw;
        text-align: left;
        padding-bottom: 0; }

  div.notfound {
    padding-top: 40px; }

  .coupon {
    margin: 10px 0 5px 0;
    padding: 15px 10px 15px 15px;
    background-color: #ffffff; }
    .coupon input[type="text"] {
      width: calc(100% - 45px); }
    .coupon button.button_coupon {
      background-color: #143fa0 !important;
      color: #ffffff;
      font-family: "Gill Sans Regular";
      transform: translateX(-5px); }

  #coupons_list {
    margin-top: 10px;
    padding: 20px 15px 0; }
    #coupons_list h3 {
      margin-bottom: 0;
      margin-left: 5px;
      height: 30px; }
    #coupons_list #all_coupon_container {
      margin-left: 0; }
      #coupons_list #all_coupon_container .coupon-container {
        box-shadow: none;
        background-color: #f7f7f7;
        margin-right: 70px !important;
        margin-bottom: 20px !important;
        display: inline-block;
        width: 100%;
        padding: 20px 0; }
        #coupons_list #all_coupon_container .coupon-container:nth-child(even) {
          margin-left: 0px !important; }
        #coupons_list #all_coupon_container .coupon-container:nth-last-child(2) {
          margin-bottom: 20px !important; }
        #coupons_list #all_coupon_container .coupon-container:nth-last-child(1) {
          margin-bottom: 30px !important; }
        #coupons_list #all_coupon_container .coupon-container .coupon-content {
          text-align: center; }
          #coupons_list #all_coupon_container .coupon-container .coupon-content .discount-info {
            font-family: "Gill Sans Regular";
            font-size: 1.4rem;
            color: #212121; }
          #coupons_list #all_coupon_container .coupon-container .coupon-content .code {
            display: inline-block;
            font-family: "Gill Sans Regular";
            font-size: 1.3rem;
            color: #143fa0;
            text-transform: uppercase;
            border-bottom: #143fa0 solid 2px;
            margin: 10px 0; }
          #coupons_list #all_coupon_container .coupon-container .coupon-content .coupon-expire {
            font-family: "Gill Sans Light";
            font-size: 1.3rem;
            color: #aa0000; }

  #widget {
    display: none; } }
.tiny-carousel > div {
  position: relative;
  overflow-x: hidden; }
  .tiny-carousel > div ul.control {
    display: block;
    position: absolute;
    padding-left: 0;
    z-index: 1020;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    text-align: center; }
    .tiny-carousel > div ul.control li {
      position: relative;
      display: inline-block;
      width: 15px;
      color: #d3d3d3;
      cursor: pointer; }
      .tiny-carousel > div ul.control li:before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #868b95;
        opacity: 1;
        transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      .tiny-carousel > div ul.control li.active:before {
        background-color: #143fa0; }
    .tiny-carousel > div ul.control.is-dragging li:before {
      opacity: 0; }
  .tiny-carousel > div > div {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    margin-bottom: 0;
    transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out; }
    .tiny-carousel > div > div.placeholder {
      display: inline-block;
      position: relative;
      left: -100%;
      opacity: 0; }
    .tiny-carousel > div > div.active {
      left: 25%; }
    .tiny-carousel > div > div.left {
      left: -100%; }
    .tiny-carousel > div > div.is-dragging {
      transition: none; }
    .tiny-carousel > div > div > div, .tiny-carousel > div > div > a > div {
      width: 100%;
      height: auto; }
	  
	/* Florent */
	  
	.tiny-recommendation .one-quarter .price,
	.grid-3-small-1	.one-third .price {
		position: relative;
		top: 24px;
		padding-top: 10px;
	}
	.grid-3-small-1	.one-third {
		width: calc(100% / 2 - 2.06px);
		display: inline-block;
	}

/*# sourceMappingURL=ex-nihilo.css.map */
