/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: inherit;
  overflow-x: hidden; }

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  height: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

:focus {
  outline: 0; }

html {
  font-size: 12px; }
  @media screen and (min-width: 600px) {
    html {
      font-size: 15px; } }
  @media screen and (min-width: 1180px) {
    html {
      font-size: 16px; } }
  @media screen and (min-width: 1300px) {
    html {
      font-size: 17px; } }
  @media screen and (min-width: 1750px) {
    html {
      font-size: 18px; } }
  @media screen and (min-width: 1900px) {
    html {
      font-size: 19px; } }
  @media screen and (min-width: 2100px) {
    html {
      font-size: 22px; } }
  @media screen and (min-width: 2400px) {
    html {
      font-size: 24px; } }

body {
  font-family: "Trenda", sans-serif;
  line-height: 1.2;
  font-size: 1rem;
  color: #252842; }

h1,
h2,
h3,
h4,
p {
  margin: 0 0 1.3rem; }

@font-face {
  font-family: 'Trenda';
  src: url("/fonts/trenda/trendaregular.woff") format("woff");
  font-weight: normal; }
@font-face {
  font-family: 'Trenda';
  src: url("/fonts/trenda/trendasemibold.woff") format("woff");
  font-weight: 500; }
@font-face {
  font-family: 'Trenda';
  src: url("/fonts/trenda/trendabold.woff") format("woff");
  font-weight: 600; }
@font-face {
  font-family: 'Trenda';
  src: url("/fonts/trenda/trendablack.woff") format("woff");
  font-weight: 700; }
@font-face {
  font-family: 'Trenda';
  src: url("/fonts/trenda/trendaheavy.woff") format("woff");
  font-weight: 800; }
button {
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

.btn {
  display: inline-block;
  vertical-align: middle;
  min-height: 55px;
  background: #fff;
  border: none;
  color: #252842;
  margin: 0 auto;
  padding: 0 36px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  pointer-events: auto;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Trenda", sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn:hover {
    color: #fff;
    background: #ec665b;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); }
  .btn svg {
    pointer-events: none; }

body {
  background: #252842;
  overflow: hidden;
  text-align: center;
  font-weight: 400; }
  body.no-scroll, body.overlay-visible {
    overflow: hidden;
    max-height: 100vh; }

.wrap {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 650px) {
    .wrap {
      padding: 0; } }

img {
  max-width: 100%;
  height: auto; }

section {
  display: block;
  text-align: center;
  padding: 30px 0;
  background: #fff; }
  @media (min-width: 768px) {
    section {
      padding: 60px 0; } }
  section em {
    display: inline-block;
    font-family: Trenda;
    font-style: normal;
    font-weight: normal;
    font-size: 1.44rem;
    line-height: 2rem; }
    section em.bigger {
      font-style: normal;
      font-weight: 600;
      line-height: 2.25rem;
      font-size: 1.44rem; }
    section em.smaller {
      font-size: 0.8rem;
      font-weight: 600;
      line-height: 0.875rem; }
  section h2 {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1rem; }
  section p {
    margin: 0 0 1.2rem; }
    section p.shadow {
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); }
    section p.description {
      font-family: Trenda;
      font-style: normal;
      font-weight: normal;
      font-size: 1.25rem;
      line-height: 1.6rem;
      margin-bottom: 5rem; }
      @media (max-width: 650px) {
        section p.description {
          margin-bottom: 2rem; } }
    section p.highlight {
      background: #fff;
      font-size: 1.44rem;
      border-radius: 12px;
      display: inline-block;
      padding: 1rem 1rem;
      margin: 1rem 0 2rem;
      font-weight: 600;
      color: #252842; }
      section p.highlight span {
        color: #ec665b;
        font-weight: 900;
        margin: 0 5px; }
  section.bg {
    padding: 0;
    background: #252842; }
    section.bg .content {
      color: #fff;
      position: relative;
      overflow: hidden;
      z-index: 5;
      padding: 2rem 1.5rem;
      margin-top: -20px; }
      @media (min-width: 575px) {
        section.bg .content {
          top: -50px; } }
      @media (min-width: 650px) {
        section.bg .content {
          padding: 0;
          margin-bottom: 0; } }
    section.bg h2::after {
      background: #fff; }
    section.bg .video-cta {
      margin-bottom: 2rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 700px; }
      section.bg .video-cta video {
        width: 100%;
        height: 100%; }
    section.bg .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 60px; }
      @media (max-width: 650px) {
        section.bg .footer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    section.bg .app-download {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      section.bg .app-download div.downloads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 45px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        height: 145px; }
    section.bg .step {
      padding: 2rem 0;
      margin: 0 auto;
      position: relative;
      text-align: -moz-center;
      text-align: -webkit-center; }
      section.bg .step p {
        font-family: Trenda;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2rem; }
      section.bg .step.step1 {
        padding-top: 0; }
      section.bg .step:last-of-type {
        border: none; }
      section.bg .step.step5 {
        padding-bottom: 2rem; }
        section.bg .step.step5 p:last-of-type {
          margin-bottom: 3.5rem; }
      section.bg .step .num {
        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;
        border-width: 0.1875rem;
        border-style: solid;
        border-radius: 100%;
        font-weight: 600;
        font-size: 2.2rem;
        margin-bottom: 20px;
        width: 3.75rem;
        height: 3.75rem; }
      @media (max-width: 650px) {
        section.bg .step .desktop-view-resto {
          visibility: hidden;
          display: none; } }
      @media (min-width: 650px) {
        section.bg .step .mobile-view-resto {
          visibility: hidden;
          display: none; } }
      section.bg .step a.resto {
        background: url("../img/restaurants.svg") 0 0 no-repeat;
        background-size: 50rem 17rem;
        display: inline-block;
        width: 8rem;
        height: 8rem;
        text-indent: 6.25rem;
        overflow: hidden;
        white-space: nowrap; }
        section.bg .step a.resto:hover {
          opacity: 0.94; }
        section.bg .step a.resto.ciel {
          background-position: -8rem 0; }
        section.bg .step a.resto.paris {
          background-position: -16rem 0; }
        section.bg .step a.resto.madame-chose {
          background-position: -24rem 0; }
          @media (max-width: 650px) {
            section.bg .step a.resto.madame-chose {
              background-position: -25rem 0; } }
        section.bg .step a.resto.chez-soi {
          background-position: -32rem 0; }
        section.bg .step a.resto.jaja {
          background-position: 0px -8rem; }
        section.bg .step a.resto.lapin {
          background-position: -8rem -8rem; }
        section.bg .step a.resto.cafe-monde {
          background-position: -16rem -8rem; }
        section.bg .step a.resto.traiteur {
          background-position: -32rem -8rem; }
        section.bg .step a.resto.hop-la-toque {
          background-position: -41rem 0.5rem; }
      section.bg .step p.slider-subtitle {
        font-style: italic;
        font-weight: 600;
        font-size: 0.93rem;
        margin: 20px 0; }

nav a {
  color: #fff;
  text-decoration: none;
  margin: 20px 10px;
  text-transform: none;
  font-style: normal;
  font-weight: bold;
  font-size: 0.93rem;
  line-height: 1.18rem;
  letter-spacing: 0.03em; }
  nav a:hover {
    text-decoration: underline; }

@media (max-width: 650px) {
  br.no-break-mobile {
    display: inline-block;
    display: none; } }

.video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 2%;
  z-index: -1;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .video-container.onscreen {
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    visibility: visible; }
    .video-container.onscreen iframe {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  .video-container iframe {
    /* optional */
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    -webkit-transition: all 1s;
    transition: all 1s; }
  .video-container .close {
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #252842;
    background: #fff;
    font-size: 1.875rem;
    font-weight: 500;
    border-radius: 100%;
    text-align: center;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .modal .box {
    opacity: 0;
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
            transform: translate(-50%, -50%) scale(0.25);
    width: 96%;
    max-width: 600px; }
    .modal .box .box-content {
      overflow: hidden;
      color: #252842; }
      .modal .box .box-content div.img {
        font-size: 0;
        max-height: 250px;
        overflow: hidden; }
        .modal .box .box-content div.img img {
          width: 100%; }
        @media (min-width: 650px) {
          .modal .box .box-content div.img {
            float: left;
            width: 30%;
            text-align: left;
            max-height: none; }
            .modal .box .box-content div.img img {
              max-width: 200px; } }
      .modal .box .box-content div.infos {
        padding: 20px; }
        .modal .box .box-content div.infos h4 {
          font-weight: 700;
          margin: 0 0 3px;
          font-size: 1rem; }
        .modal .box .box-content div.infos h3 {
          margin: 0 0 10px; }
        .modal .box .box-content div.infos p {
          text-transform: none;
          font-size: 1rem;
          font-weight: 400; }
        @media (min-width: 650px) {
          .modal .box .box-content div.infos {
            display: inline-block;
            width: 70%;
            float: right;
            text-align: left;
            padding: 20px 20px 0; } }
  .modal .close {
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #252842;
    background: #fff;
    font-size: 1.875rem;
    font-weight: 500;
    border-radius: 100%;
    text-align: center;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: inline-block; }
  .modal.onscreen {
    z-index: 11;
    background: rgba(0, 0, 0, 0.2);
    visibility: visible; }
    .modal.onscreen .box {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1; }

.help {
  color: #fff;
  position: relative;
  z-index: 4;
  text-transform: none;
  padding: 0 1.3rem 4rem;
  text-align: left; }
  @media (min-width: 1920px) {
    .help {
      max-width: 50%;
      min-width: 40rem; } }
  .help h1,
  .help h2 {
    display: block; }
  .help h1 {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2.6rem; }
  .help h2,
  .help h3 {
    -webkit-transform: none;
            transform: none;
    text-align: left;
    font-size: 1.44rem;
    margin: 30px 0 1.3rem; }
  .help h3 {
    font-weight: bold;
    text-decoration: underline; }
  .help p,
  .help ul,
  .help ol {
    line-height: 1.35;
    font-size: 1rem;
    margin-bottom: 1.3rem; }
  .help ul,
  .help ol {
    margin-left: 2.6rem; }
  .help ul {
    list-style-type: disc; }
  .help ol {
    list-style-type: decimal; }
    .help ol.alphabetic-list {
      list-style-type: lower-alpha; }
  .help a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline; }

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