html, body {
  height: 100%; }

.index img {
  width: 100%; }
.index h2 {
  font-size: 51px;
  font-weight: 100; }
.index span.fine {
  position: relative;
  left: 2px; }
.index nav {
  box-shadow: none;
  position: absolute;
  z-index: 997; }
.index .btn {
  background-color: #ff004a;
  border-radius: 1px;
  height: 54px;
  line-height: 54px; }
  .index .btn:hover {
    background-color: #72001b; }
  .index .btn:focus {
    background-color: #5f0011; }
.index .btn-download .btn {
  background-color: #3cd52e;
  border-radius: 1px;
  color: #ffffff;
  font-weight: 300; }
  .index .btn-download .btn:hover {
    background-color: #3cb92e; }
  .index .btn-download .btn:focus {
    background-color: #3c912e; }
.index .btn-download p {
  color: #e8e8e8; }
  .index .btn-download p a {
    color: #ffffff;
    font-weight: 600; }
    .index .btn-download p a:hover {
      color: #3cd52e; }
.index .material-tooltip {
  padding: 10px 17px 11px; }
  .index .material-tooltip .backdrop {
    background-color: black; }
.index #intro {
  background-size: cover;
  position: relative;
  width: 100%; }
  .index #intro #intro-vid,
  .index #intro #intro-layer {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .index #intro #intro-vid {
    overflow: hidden; }
    .index #intro #intro-vid video {
      min-height: 100%;
      min-width: 100%; }
  .index #intro #intro-layer {
    background-image: linear-gradient(to bottom, rgba(255, 0, 74, 0.6), rgba(114, 0, 27, 0.9)); }
  .index #intro .container {
    height: 100%;
    max-width: none;
    width: 90%; }
  .index #intro #intro-content {
    margin: auto; }
  .index #intro .col:first-of-type {
    text-align: center; }
    .index #intro .col:first-of-type h1 {
      color: #ffffff;
      font-weight: 100;
      margin: 0px; }
    .index #intro .col:first-of-type label {
      color: #ffffff;
      font-weight: 400; }
  .index #intro .col:last-of-type {
    height: 100%; }
    .index #intro .col:last-of-type #intro-smartphone {
      height: 100%;
      overflow: hidden;
      position: relative; }
      .index #intro .col:last-of-type #intro-smartphone img {
        top: 5%;
        max-width: 900px;
        position: absolute;
        opacity: 0;
        transform: translateY(400px); }

.index #intro #intro-content #intro-soutien {
    font-size: 14px;
    margin-top: 60px;
}

.index #intro #intro-content #intro-soutien img {
    margin: 0 12px;
    max-width: 130px;
}

.index #what {
  background-image: url("../public/eatandout/map-background.jpg");
  background-attachment: fixed;
  padding: 120px 0px;
  text-align: center; }
  .index #what h2 {
    color: #ff004a;
    margin-bottom: 38px; }
  .index #what p {
    color: #72001b;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin: auto;
    margin-bottom: 50px;
    max-width: 1000px; }
  .index #what .btn {
    background-color: #ff004a;
    border-radius: 1px;
    height: 54px;
    line-height: 54px; }
    .index #what .btn:hover {
      background-color: #72001b; }
    .index #what .btn:focus {
      background-color: #5f0011; }
  .index #what .card {
    height: 220px;
    margin: auto;
    margin-top: 80px;
    max-width: 1000px;
    overflow: hidden;
    text-align: left; }
    .index #what .card .card-image {
      width: 270px; }
      .index #what .card .card-image img {
        position: relative;
        top: -66px;
        width: 100% !important; }
    .index #what .card .card-content {
      padding: 34px 40px; }
      .index #what .card .card-content h4 {
        color: #ff004a;
        font-size: 19px;
        font-weight: 600;
        margin: 0px;
        margin-bottom: 4px; }
      .index #what .card .card-content h5 {
        color: #ff004a;
        font-size: 18px;
        margin: 0px;
        margin-bottom: 12px; }
      .index #what .card .card-content p {
        font-size: 18px;
        line-height: 26px;
        margin: 0px;
        margin-bottom: 16px; }
      .index #what .card .card-content .card-rate i {
        color: #3cd52e; }
.index #offres .carousel .carousel-background-img,
.index #offres .carousel .carousel-background-layer {
  height: 100%;
  position: absolute;
  width: 100%; }
.index #offres .carousel .carousel-background-img {
  background-position: center;
  background-size: cover; }
.index #offres .carousel .carousel-item {
  color: white; }
  .index #offres .carousel .carousel-item .carousel-content {
    opacity: 0;
    transition: opacity .8s ease; }
  .index #offres .carousel .carousel-item.active .carousel-content {
    opacity: 1; }
.index #offres .carousel .carousel-content {
  height: 100%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  text-align: center;
  z-index: 997; }
  .index #offres .carousel .carousel-content .carousel-data {
    width: 100%; }
  .index #offres .carousel .carousel-content .offre-logo {
    margin-bottom: 15px; }
    .index #offres .carousel .carousel-content .offre-logo img {
      max-width: 280px; }
  .index #offres .carousel .carousel-content .offre-date {
    margin-bottom: 28px; }
    .index #offres .carousel .carousel-content .offre-date p {
      font-weight: 100; }
  .index #offres .carousel .carousel-content .offre-info h4 {
    font-weight: 900;
    text-transform: uppercase; }
  .index #offres .carousel .carousel-content .offre-info h5 {
    text-transform: uppercase; }
  .index #offres .carousel .carousel-content .offre-links a {
    display: inline-block; }
    .index #offres .carousel .carousel-content .offre-links a img {
      text-align: center;
      vertical-align: middle; }
.index #offres .carousel .eat .carousel-background-layer {
  background-color: rgba(114, 0, 27, 0.7); }
.index #offres .carousel .out .carousel-background-layer {
  background-color: rgba(31, 25, 108, 0.7); }
.index #offres .carousel .event .carousel-background-layer {
  background-color: rgba(39, 74, 255, 0.7); }
.index #offres .carousel .promo .carousel-background-layer {
  background-color: rgba(0, 0, 0, 0.7); }
.index #offres .carousel .deal .carousel-background-layer {
  background-color: #ffac00; }
.index #offres .carousel #carousel-btn {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  padding: 14px 0px; }
  .index #offres .carousel #carousel-btn .carousel-btn-item {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: inline-block;
    margin: 0px 1%; }
    .index #offres .carousel #carousel-btn .carousel-btn-item.active {
      color: white; }
      .index #offres .carousel #carousel-btn .carousel-btn-item.active label {
        color: white; }
    .index #offres .carousel #carousel-btn .carousel-btn-item i {
      font-size: 50px; }
    .index #offres .carousel #carousel-btn .carousel-btn-item label {
      color: rgba(255, 255, 255, 0.5);
      display: block; }
.index #partenaires {
  background-color: #ffe0e7;
  background-color: #f0f0f0;
  padding: 45px 0px 60px; }
  .index #partenaires .row {
    margin-bottom: 0px;
    text-align: center; }
    .index #partenaires .row h2 {
      color: #72001b;
      margin: 0px;
      text-align: center; }
    .index #partenaires .row .carousel {
      height: 200px;
      margin-bottom: 48px;
      margin-top: 34px; }
      .index #partenaires .row .carousel .carousel-item .valign-wrapper {
        height: 100%; }
.index footer {
  background-color: #ff004a;
  padding: 80px 0 40px; }
  .index footer #footer-logo {
    margin-bottom: 40px; }
    .index footer #footer-logo img {
      display: block;
      margin: auto;
      max-width: 260px; }
  .index footer #contact .card {
    float: none;
    margin: auto;
    max-width: 800px; }
    .index footer #contact .card label.active {
      color: #ff004a; }
    .index footer #contact .card input[type="email"]:focus,
    .index footer #contact .card input[type="text"]:focus,
    .index footer #contact .card textarea:focus {
      border-color: #ff004a;
      box-shadow: 0 1px 0 0 #ff004a; }
    .index footer #contact .card input[type="submit"] {
      display: block;
      margin: auto; }
    .index footer #contact .card #reponse {
      text-align: center;
      margin-bottom: 40px; }
      .index footer #contact .card #reponse.envoye {
        color: #3cd52e; }
      .index footer #contact .card #reponse.erreur {
        color: #ff004a; }
  .index footer #contact h2 {
    color: #ff004a;
    text-align: center; }
  .index footer #footer-download {
    text-align: center; }
.index #copy {
  background-color: #5f0011;
  padding: 20px;
  text-align: center; }
@media only screen and (min-width: 993px) {
  .index nav {
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 0, 74, 0.6), rgba(255, 255, 255, 0) 45%);
    bottom: 0px;
    transition: background .3s ease; }
    .index nav #brand-logo {
      display: inline-block;
      left: -160px;
      line-height: 0px;
      position: relative;
      top: -18px;
      width: 150px;
      transition: left .5s ease; }
      .index nav #brand-logo img {
        line-height: 0px;
        position: relative;
        top: -28%; }
    .index nav #nav-mobile {
      display: inline-block;
      left: -140px;
      position: relative;
      transition: left .5s ease; }
    .index nav.step-2 {
      background-color: #ff004a;
      background-image: none;
      box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
      position: fixed;
      top: 0px; }
      .index nav.step-2 #brand-logo {
        left: 20px; }
      .index nav.step-2 #nav-mobile {
        left: 40px; }
  .index .btn-download .btn {
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    padding: 0 82px; }
  .index #intro {
    height: 100%; }
    .index #intro .row {
      height: 100%; }
    .index #intro .col:first-of-type {
      height: 100%; }
      .index #intro .col:first-of-type #intro-container {
        height: 100%; }
      .index #intro .col:first-of-type #intro-content {
        width: 100%; }
      .index #intro .col:first-of-type #intro-logo {
        left: -4px;
        margin: auto;
        position: relative;
        width: 360px; }
      .index #intro .col:first-of-type #intro-text {
        margin: 31px 0px 38px; }
        .index #intro .col:first-of-type #intro-text h1 {
          font-size: 54px;
          line-height: 66px;
          margin-bottom: 9px; }
        .index #intro .col:first-of-type #intro-text label {
          font-size: 24px;
          letter-spacing: 0.4px;
          line-height: 41px; }
    .index #intro .col:last-of-type #intro-smartphone img {
      opacity: 0;
      transform: translateY(400px);
      transition: opacity .8s ease, transform .8s ease; }
    .index #intro .col:last-of-type #intro-smartphone.step-0 img {
      opacity: 0;
      transform: translateY(400px); }
    .index #intro .col:last-of-type #intro-smartphone.step-1 img {
      opacity: 1 !important;
      transform: translateY(0px) !important; }
    .index #intro .col:last-of-type #intro-smartphone.step-2 img {
      opacity: 0 !important;
      transform: translateY(-400px) !important; }
  .index #offres .carousel {
    height: 640px !important; }
    .index #offres .carousel .carousel-content {
      padding: 0 31px;
      top: -45px; }
      .index #offres .carousel .carousel-content .offre-date b, .index #offres .carousel .carousel-content .offre-date p {
        margin: 0px; }
      .index #offres .carousel .carousel-content .offre-date b {
        font-size: 21px; }
      .index #offres .carousel .carousel-content .offre-date p {
        font-size: 35px;
        line-height: 46px; }
      .index #offres .carousel .carousel-content .offre-info h4, .index #offres .carousel .carousel-content .offre-info h5 {
        margin: 0px; }
      .index #offres .carousel .carousel-content .offre-info h4 {
        font-size: 74px; }
      .index #offres .carousel .carousel-content .offre-info h5 {
        font-size: 70px;
        font-weight: 200;
        line-height: 74px; }
      .index #offres .carousel .carousel-content .offre-links {
        margin-top: 50px;
        margin-left: 6px; }
        .index #offres .carousel .carousel-content .offre-links a {
          margin-right: 5px; }
          .index #offres .carousel .carousel-content .offre-links a img {
            width: 70%; } }
@media only screen and (max-width: 992px) {
  .index h2 {
    font-size: 28px;
    font-weight: 300; }
  .index nav {
    background-color: transparent;
    height: 40px;
    position: absolute;
    top: 14px; }
    .index nav a {
      display: block;
      margin: auto;
      margin-top: -1px;
      width: 128px; }
    .index nav.step-2 {
      background-color: #ff004a;
      background-image: none;
      box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
      position: fixed;
      top: 0px; }
  .index .btn-download .btn {
    font-size: 18px;
    height: 48px;
    line-height: 47px;
    padding: 0 54px; }
  .index #intro .container .row:first-of-type {
    margin-bottom: 0px; }
  .index #intro #intro-vid {
    width: 1px; }
  .index #intro #intro-layer {
    background-image: linear-gradient(to bottom, #ff004a, #72001b); }
  .index #intro #intro-smartphone-mobile {
    margin-top: 76px;
    margin-bottom: -2px; }
  .index #intro #intro-text {
    margin-bottom: 24px; }
    .index #intro #intro-text h1 {
      font-size: 28px;
      line-height: 35px; }
    .index #intro #intro-text label {
      font-size: 15px;
      letter-spacing: 0.2px;
      line-height: 33px; }
  .index #intro #intro-download {
    margin-bottom: 40px; }
  .index #what {
    padding-bottom: 40px;
    padding-top: 40px; }
    .index #what .col {
      padding: 0 31px; }
      .index #what .col h2 {
        margin-bottom: 28px; }
      .index #what .col p {
        font-size: 16px;
        line-height: 24px; }
      .index #what .col .btn {
        height: 48px;
        line-height: 47px; }
  .index #offres .carousel {
    height: 440px !important; }
    .index #offres .carousel #carousel-btn .carousel-btn-item {
      margin: 0px 8px; }
      .index #offres .carousel #carousel-btn .carousel-btn-item i {
        font-size: 38px; }
    .index #offres .carousel .carousel-content {
      padding: 0 31px;
      top: -45px; }
      .index #offres .carousel .carousel-content .offre-date {
        margin-bottom: 20px; }
        .index #offres .carousel .carousel-content .offre-date b {
          font-size: 16px;
          margin: 0px; }
        .index #offres .carousel .carousel-content .offre-date p {
          margin: 0px; }
      .index #offres .carousel .carousel-content .offre-info {
        margin-bottom: 22px; }
        .index #offres .carousel .carousel-content .offre-info h4 {
          font-size: 38px;
          line-height: 36px;
          margin: 0px; }
        .index #offres .carousel .carousel-content .offre-info h5 {
          font-size: 24px;
          font-weight: 300;
          margin: 0px; }
      .index #offres .carousel .carousel-content .offre-links a {
        margin-right: 10px; }
        .index #offres .carousel .carousel-content .offre-links a img {
          width: 70%; } }
.index .col-md #intro #intro-text h1, .index .col-ml #intro #intro-text h1 {
  font-size: 41px !important;
  line-height: 49px !important; }
.index .col-md #intro #intro-text label, .index .col-ml #intro #intro-text label {
  font-size: 22px !important; }

.partenaires {
  background-color: #ff004a; }
  .partenaires #modal1 {
    max-height: 80%; }
    .partenaires #modal1 #loading.active {
      background-color: #fafafa;
      height: 100%;
      left: 0px;
      opacity: 1;
      position: absolute;
      top: 0px;
      width: 100%;
      transition: opacity .3s ease; }
      .partenaires #modal1 #loading.active .spinner {
        margin: 0 auto 0;
        width: 70px;
        text-align: center; }
        .partenaires #modal1 #loading.active .spinner .bounce1 {
          -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }
        .partenaires #modal1 #loading.active .spinner .bounce2 {
          -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }
        .partenaires #modal1 #loading.active .spinner > div {
          width: 18px;
          height: 18px;
          background-color: #3cd52e;
          border-radius: 100%;
          display: inline-block;
          -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
    .partenaires #modal1 .modal-content .modal-img {
      padding: 40px 0px;
      text-align: center; }
      .partenaires #modal1 .modal-content .modal-img img {
        max-width: 300px;
        width: 100%; }
    .partenaires #modal1 .modal-content #client_facebook,
    .partenaires #modal1 .modal-content #client_siteweb {
      color: #ff004a;
      display: block; }
    .partenaires #modal1 .modal-content #client_horaires {
      white-space: pre; }
    .partenaires #modal1 .modal-content #client_desc {
      text-align: center; }
    .partenaires #modal1 .modal-content label {
      display: block;
      margin-top: 20px; }
    .partenaires #modal1 .modal-content p {
      margin: 0px; }
    .partenaires #modal1 .modal-footer {
      text-align: center; }
  .partenaires #partenaires-head {
    margin-top: 60px;
    text-align: center; }
    .partenaires #partenaires-head img {
      max-width: 340px;
      width: 100%; }
    .partenaires #partenaires-head h1 {
      font-size: 54px;
      font-weight: 100; }
    .partenaires #partenaires-head p {
      font-size: 19px; }
  .partenaires #partenaires-content .card-content {
    background-color: #f0f0f0;
    padding: 14px 24px; }
    .partenaires #partenaires-content .card-content .row {
      margin-bottom: 0px; }
      .partenaires #partenaires-content .card-content .row .partenaire-item {
        box-shadow: 0 0 10px transparent;
        cursor: pointer;
        height: 300px;
        overflow: hidden;
        padding: 40px;
        position: relative;
        transition: box-shadow .3s ease; }
        .partenaires #partenaires-content .card-content .row .partenaire-item:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .partenaires #partenaires-content .card-content .row .partenaire-item img {
          width: 100%; }

/*# sourceMappingURL=theglytch.css.map */
