a {
  color: inherit; }

body {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page > .wrapper {
  max-width: 1184px; }

.toolbar {
  margin-top: 16px;
  padding: 0 16px; }

.cards {
  padding: 10.66667px 0;
  width: 100%; }
  .cards .empty {
    color: #888888;
    font-size: 1.2em;
    line-height: 64px;
    text-align: center;
    width: 100%; }
    .cards .empty.hidden {
      display: none; }

.wrapper[data-controller="CategoriesController"].hidden {
  display: none; }

.categories .category {
  -ms-flex: 0 0 0px;
      flex: 0 0 0;
  padding: 10.66667px 16px;
  min-width: 33.33333%; }
  .categories .category.hidden {
    display: none; }
  .categories .category .link {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.3em;
    font-weight: 100;
    height: 100%;
    min-height: 192px;
    position: relative;
    text-decoration: none; }
  .categories .category .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    max-width: 100%;
    padding: 24px;
    padding-bottom: 72px; }
  .categories .category .name {
    color: #c2c2c2;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    font-size: 1.6em;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .categories .category .cares {
    font-family: "Open Sans Condensed";
    font-size: .9em;
    font-weight: bold;
    line-height: 16px;
    opacity: .6;
    text-align: center; }
    .categories .category .cares.hidden {
      display: none; }
  .categories .category .waiting-time {
    background-position: 37% center;
    background-repeat: no-repeat;
    background-size: 24px;
    font-size: 1.1em;
    line-height: 32px;
    margin-top: 8px;
    padding-left: 32px;
    text-align: center; }
    .categories .category .waiting-time::before {
      content: '~\00a0'; }
  .categories .category .picture {
    background-blend-mode: soft-light;
    background-image: url("/img/categories/forfaits-duo.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }

.categories .red .link {
  color: #ff0054; }

.categories .red .waiting-time {
  background-image: url("https://cdn.dixisoft.com/img/icons/clock.svg?fill=%23ff0054"); }

.categories .red .picture {
  background-blend-mode: overlay;
  background-color: #ff4d96; }

.categories .blue .link {
  color: #00a6d5; }

.categories .blue .waiting-time {
  background-image: url("https://cdn.dixisoft.com/img/icons/clock.svg?fill=%2300a6d5"); }

.categories .blue .picture {
  background-color: #00a6d5; }

.categories .green .link {
  color: #38ecd0; }

.categories .green .waiting-time {
  background-image: url("https://cdn.dixisoft.com/img/icons/clock.svg?fill=%2338ecd0"); }

.categories .green .picture {
  background-color: #21eacb; }

.modal-curtain {
  background-color: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }
  .modal-curtain .modal-dialog {
    background-color: #fff;
    border-radius: 18px;
    min-width: 320px; }
    .modal-curtain .modal-dialog .modal-header {
      background-color: #00a6d5;
      color: #fff;
      border-radius: 17px 17px 0 0;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 48px;
      padding: 0 16px; }
      .modal-curtain .modal-dialog .modal-header h2 {
        margin: 0; }
    .modal-curtain .modal-dialog .modal-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 16px 32px; }
      .modal-curtain .modal-dialog .modal-content .description {
        color: #888888;
        max-width: 320px; }
      .modal-curtain .modal-dialog .modal-content input {
        margin: 16px 0; }
    .modal-curtain .modal-dialog .modal-toolbox-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .modal-curtain .modal-dialog .modal-toolbox-wrapper .modal-toolbox {
        border-radius: 0 0 17px 17px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 8px 32px 24px;
        overflow: hidden;
        margin: 0 16px; }
        .modal-curtain .modal-dialog .modal-toolbox-wrapper .modal-toolbox .button {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
        .modal-curtain .modal-dialog .modal-toolbox-wrapper .modal-toolbox.validate:not(.disabled) {
          background-color: #00a6d5; }
  .modal-curtain .ul-inside {
    list-style: disc; }
    .modal-curtain .ul-inside li {
      list-style-position: inside; }

.gift-cards .gift-card {
  -ms-flex: 0 0 0px;
      flex: 0 0 0;
  padding: 10.66667px 16px;
  min-width: 33.33333%; }
  .gift-cards .gift-card.added {
    color: #fff; }
    .gift-cards .gift-card.added .content {
      background-color: #00a6d5; }
    .gift-cards .gift-card.added .name {
      color: #fff; }
  .gift-cards .gift-card.disabled .validate {
    background-color: transparent;
    color: #aeaeae;
    cursor: default;
    opacity: .5; }
  .gift-cards .gift-card.hidden {
    display: none; }
  .gift-cards .gift-card.member .price {
    display: none; }
  .gift-cards .gift-card.member .member-price {
    display: block; }
  .gift-cards .gift-card .content {
    box-shadow: rgba(194, 194, 194, 0.4) 4px 4px 12px 2px;
    background-color: #fff;
    border-radius: 10px;
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    height: 100%;
    transition: 350ms ease-in-out;
    transition-property: background-color, color; }
    .gift-cards .gift-card .content .front, .gift-cards .gift-card .content .back {
      box-sizing: border-box;
      color: inherit;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      width: 100%;
      padding: 16px 32px 64px 32px;
      position: relative;
      text-decoration: none; }
    .gift-cards .gift-card .content .back {
      min-height: 64px;
      color: #00a6d5;
      padding-top: 64px; }
      .gift-cards .gift-card .content .back .name {
        background-color: #00a6d5;
        color: #fff;
        border-radius: 9px 9px 0 0;
        box-sizing: border-box;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 48px;
        min-height: auto;
        width: 100%;
        padding: 0 16px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: left; }
      .gift-cards .gift-card .content .back .validity {
        display: none; }
      .gift-cards .gift-card .content .back .description {
        color: #888888;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        font-size: .9em;
        padding: 5px 0; }
      .gift-cards .gift-card .content .back .validate:not(.disabled) {
        background-color: #00a6d5; }
    .gift-cards .gift-card .content > .choose-amount input, .gift-cards .gift-card .content > .choose-amount::after {
      margin: 16px 0 0 0; }
  .gift-cards .gift-card .validity, .gift-cards .gift-card .name, .gift-cards .gift-card .price, .gift-cards .gift-card .member-price {
    text-align: center; }
  .gift-cards .gift-card .validity {
    font-size: .8em;
    font-weight: 600;
    line-height: 32px; }
  .gift-cards .gift-card .name {
    color: #aeaeae;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    font-size: 1.8em;
    min-height: 84px; }
  .gift-cards .gift-card .price, .gift-cards .gift-card .member-price {
    font-size: 1.8em;
    font-weight: bold; }
  .gift-cards .gift-card .price.customizable {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.4em;
    font-weight: normal;
    height: 56px; }
  .gift-cards .gift-card .member-price {
    display: none; }
  .gift-cards .gift-card .choose-amount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .gift-cards .gift-card .choose-amount input {
      border-radius: 40px 0 0 40px;
      -ms-flex: 1;
          flex: 1; }
    .gift-cards .gift-card .choose-amount input, .gift-cards .gift-card .choose-amount::after {
      margin: 16px 0; }
    .gift-cards .gift-card .choose-amount::after {
      background-color: #eeeeee;
      color: inherit;
      border: none;
      border-left: solid 1px #d5d5d5;
      border-radius: 0 40px 40px 0;
      box-sizing: border-box;
      content: attr(data-suffix);
      display: inline-block;
      height: 40px;
      line-height: 20px;
      font-family: "Open Sans";
      font-size: 1.2em;
      padding: 10px 13.33333px 10px 10px;
      text-align: center; }
  .gift-cards .gift-card .modal-content .choose-amount {
    color: #00a6d5; }
  .gift-cards .gift-card .tools {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .gift-cards .gift-card .tool {
    background-color: #fafafa;
    color: #c2c2c2;
    cursor: pointer;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    touch-callout: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .gift-cards .gift-card .validate {
    background-color: #00a6d5;
    color: #fff; }
    .gift-cards .gift-card .validate.disabled {
      background-color: transparent;
      color: #aeaeae;
      cursor: default;
      opacity: .5; }
    .gift-cards .gift-card .validate .delete {
      font-family: "FontAwesome";
      font-weight: normal; }
    .gift-cards .gift-card .validate .loader {
      background: url("/img/loader_white.svg") center center no-repeat;
      background-size: contain;
      margin: 5px auto;
      height: 38.4px;
      width: 38.4px; }
