@charset "UTF-8";
@font-face {
  font-family: 'coffeebreak';
  src: url("../fonts/coffeebreak-a-webfont.woff2") format("woff2"), url("../fonts/coffeebreak-a-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.facebook-link {
  display: block;
  width: 50px;
  height: 48px;
  background-image: url(../images/facebook.svg);
  background-size: cover;
  transition: background-image .2s ease; }
  .facebook-link:hover {
    background-image: url(../images/facebook-hover.svg); }

.instagram-link {
  display: block;
  width: 50px;
  height: 48px;
  background-image: url(../images/instagram.svg);
  background-size: cover;
  transition: background-image .2s ease; }
  .instagram-link:hover {
    background-image: url(../images/instagram-hover.svg); }

.youtube-link {
  display: block;
  width: 50px;
  height: 48px;
  background-image: url(../images/youtube.svg);
  background-size: cover;
  transition: background-image .2s ease; }
  .youtube-link:hover {
    background-image: url(../images/youtube-hover.svg); }

.twitter-link {
  display: block;
  width: 50px;
  height: 48px;
  background-image: url(../images/twitter.svg);
  background-size: cover;
  transition: background-image .2s ease; }
  .twitter-link:hover {
    background-image: url(../images/twitter-hover.svg); }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  max-width: 1400px !important; }

.centered {
  text-align: center; }

body {
  font-family: "mr-eaves-sans", sans-serif;
  font-size: 18px;
  overflow-x: hidden; }

.img-fluid {
  display: block;
  width: 100%; }

.btn {
  border-radius: 50px;
  text-transform: uppercase;
  background: #FFFFFF;
  color: #4f3f1b;
  letter-spacing: 2px;
  padding: 15px 25px;
  font-weight: 700;
  position: relative;
  overflow: hidden !important;
  border: 1px solid #fbbc14;
  display: inline-block;
  margin: 0 auto;
  transition: background .2s ease; }
  .btn:hover, .btn:active, .btn:focus {
    background: #fbbc14;
    box-shadow: none;
    color: #FFFFFF; }

.title {
  font-family: 'coffeebreak';
  text-transform: lowercase;
  font-size: 80px; }

.subtitle {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 30px; }

.body {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF; }
  .body a {
    text-decoration: none;
    color: #4f3f1b;
    position: relative;
    display: inline-block; }
    .body a:after {
      position: absolute;
      content: " ";
      bottom: 2px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fbbc14;
      transition: width .2s ease; }
    .body a:hover:after {
      width: 50%; }

section {
  padding: 13rem 0; }

.spit-yellow {
  position: relative; }
  .spit-yellow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/spit-yellow.png);
    background-size: 40%;
    opacity: .5; }

.spit-white {
  position: relative; }
  .spit-white:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/spit-white.png);
    background-size: 40%;
    opacity: .5; }

@media (max-width: 992px) {
  .spit-white:before, .spit-yellow:before {
    background-size: 50% !important; } }

@media (max-width: 768px) {
  .spit-white:before, .spit-yellow:before {
    background-size: 100% !important; } }

.nav {
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  padding-top: 30px;
  transition: padding .3s ease; }
  @media (max-width: 992px) {
    .nav {
      padding-top: 0; } }
  .nav:before {
    position: fixed;
    content: " ";
    width: 100%;
    height: 100px;
    background: #fbbc14;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
  .nav-logo {
    display: block;
    float: left;
    width: 154.5px;
    height: 121.5px;
    background: url(../images/logo.svg) no-repeat;
    background-size: cover;
    text-indent: -9999px;
    transition: background .3s ease;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
    @media (max-width: 992px) {
      .nav-logo {
        margin-top: 0px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        width: 154.5px;
        height: 100px;
        background-size: cover; } }
  .nav .container {
    position: relative; }
  .nav .menu-opener {
    float: right;
    width: 30px;
    height: 24px;
    border: none;
    position: relative;
    background: transparent;
    padding: 0;
    display: none;
    outline: none; }
    .nav .menu-opener:hover {
      cursor: pointer; }
    .nav .menu-opener span {
      display: block;
      background: #FFFFFF;
      width: 30px;
      height: 2px;
      position: relative; }
      .nav .menu-opener span:after {
        content: " ";
        position: absolute;
        top: -10px;
        height: 2px;
        width: 30px;
        background: #FFFFFF;
        left: 0; }
      .nav .menu-opener span:before {
        content: " ";
        position: absolute;
        top: 10px;
        height: 2px;
        width: 30px;
        background: #FFFFFF;
        left: 0; }
    @media (max-width: 992px) {
      .nav .menu-opener {
        display: block;
        margin-top: 40px; } }
  .nav .menu-active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  @media (max-width: 992px) {
    .nav .menu-opened {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .nav-links-container {
    margin-top: 40px;
    float: right; }
    @media (max-width: 992px) {
      .nav-links-container {
        background: #fbbc14;
        border-radius: 3px;
        position: absolute;
        right: 10px;
        top: 40px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        transition: opacity .2s ease, background .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, background .2s ease;
        transition: opacity .2s ease, transform .2s ease, background .2s ease, -webkit-transform .2s ease;
        margin-top: 50px; }
        .nav-links-container:after {
          content: " ";
          position: absolute;
          width: 20px;
          height: 20px;
          background: #fbbc14;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top: -3px;
          right: 6px;
          z-index: 0;
          transition: background .2s ease; } }
    .nav-links-container .active a {
      color: #4f3f1b; }
    .nav-links-container li {
      float: left;
      margin-left: 20px;
      height: 22px;
      overflow: hidden;
      z-index: 10;
      position: relative; }
      @media (max-width: 992px) {
        .nav-links-container li {
          float: none;
          margin: 12px 25px !important; } }
      .nav-links-container li:first-child {
        margin-left: 0; }
      .nav-links-container li a {
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
        position: relative;
        font-weight: 700;
        font-size: 16px; }
        @media (max-width: 992px) {
          .nav-links-container li a {
            display: block; } }
        .nav-links-container li a span:first-child, .nav-links-container li a span:last-child {
          display: block;
          transition: opacity .2s ease, color .2s ease, -webkit-transform .2s ease;
          transition: transform .2s ease, opacity .2s ease, color .2s ease;
          transition: transform .2s ease, opacity .2s ease, color .2s ease, -webkit-transform .2s ease; }
        .nav-links-container li a span:first-child {
          opacity: 1; }
        .nav-links-container li a span:last-child {
          margin-top: -4px;
          opacity: 0; }
        .nav-links-container li a:hover span:first-child {
          -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
          opacity: 0; }
          @media (max-width: 992px) {
            .nav-links-container li a:hover span:first-child {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0); } }
        .nav-links-container li a:hover span:last-child {
          -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
          opacity: 1;
          color: #fbbc14; }
          @media (max-width: 992px) {
            .nav-links-container li a:hover span:last-child {
              display: none; } }

.nav-smaller {
  top: 0;
  padding-top: 0;
  height: auto; }
  .nav-smaller:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .nav-smaller .nav-logo {
    margin-top: 0px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/logo-white.svg);
    width: 154.5px;
    height: 100px;
    background-size: cover; }
  @media (max-width: 992px) {
    .nav-smaller .nav-links-container {
      background: #FFFFFF;
      box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15); }
      .nav-smaller .nav-links-container:after {
        background: #FFFFFF; }
      .nav-smaller .nav-links-container li > a > span {
        color: #fbbc14; } }
  .nav-smaller .nav-links-container li > a:hover span:last-child {
    color: #4f3f1b; }
  @media (max-width: 992px) {
    .nav-smaller .active a > span {
      color: #4f3f1b !important; } }

.header {
  width: 100%;
  height: 100vh;
  background-image: url(../images/header-background.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .header:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3; }
  .header:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/spit-white.png);
    background-size: 30%;
    z-index: 0; }
  .header .error-title {
    color: #FFFFFF; }
  .header .error-btn {
    width: 250px !important; }
  .header-sauge {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    height: 250px;
    z-index: 10;
    bottom: -120px; }
    @media (max-width: 992px) {
      .header-sauge {
        height: 180px;
        bottom: -100px; } }
  .header .container {
    position: relative;
    z-index: 10;
    width: 100%; }
  .header .header-content-container {
    max-width: 500px;
    margin: 0 auto;
    -webkit-animation: container-anim 1s ease forwards;
    animation: container-anim 1s ease forwards; }
    .header .header-content-container img {
      max-width: 100%;
      display: block; }
    .header .header-content-container p {
      text-align: center;
      margin-top: 30px; }
    .header .header-content-container .btn {
      width: 190px;
      margin-top: 30px;
      clear: both; }
    .header .header-content-container .social-container {
      margin: 0 auto;
      margin-top: 30px;
      width: 230px; }
      .header .header-content-container .social-container li {
        float: left;
        margin-right: 10px; }
        .header .header-content-container .social-container li:nth-child(odd) {
          margin-top: 10px; }
        .header .header-content-container .social-container li:last-child {
          margin-right: 0; }
    .header .header-content-container .scrollto {
      width: 20px;
      height: 38px;
      background: url(../images/arrow-down.svg) no-repeat;
      background-size: cover;
      outline: none;
      border: none;
      background-color: transparent;
      position: relative;
      left: 50%;
      margin: 20px 0 0 -10px;
      display: block; }
  .header .btn {
    display: block !important; }

.domicile {
  overflow: hidden; }
  .domicile .container {
    position: relative; }
    .domicile .container .domicile-title {
      color: #fbbc14; }
    .domicile .container .domicile-body {
      color: #4f3f1b;
      padding-top: 30px; }
    .domicile .container .domicile-jul {
      display: block;
      position: absolute;
      width: 450px;
      right: -30px;
      bottom: -130px; }
      @media (max-width: 1199px) {
        .domicile .container .domicile-jul {
          display: none; } }
    .domicile .container .menu-list {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 30px; }
      .domicile .container .menu-list h1 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        padding-top: 20px; }
      .domicile .container .menu-list-element {
        float: left;
        border-right: 1px solid #fbbc14;
        padding: 0 30px;
        padding-bottom: 30px; }
        @media (max-width: 992px) {
          .domicile .container .menu-list-element {
            width: 50%;
            border-right: 0;
            padding: 0; } }
        @media (max-width: 768px) {
          .domicile .container .menu-list-element {
            width: 100%;
            min-height: auto;
            margin-bottom: 20px; }
            .domicile .container .menu-list-element:last-child {
              margin-bottom: 0; } }
        .domicile .container .menu-list-element:nth-child(1) {
          padding-left: 0; }
        .domicile .container .menu-list-element:nth-child(3) {
          border-right: 0;
          padding-right: 0; }
      .domicile .container .menu-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 15px; }
    .domicile .container .btn-info, .domicile .container .btn-reserver {
      border: 1px solid #fbbc14;
      background: transparent;
      margin-top: 30px; }
      .domicile .container .btn-info:hover, .domicile .container .btn-reserver:hover {
        background: #fbbc14;
        color: #4f3f1b; }
      .domicile .container .btn-info:active, .domicile .container .btn-info:focus, .domicile .container .btn-info:visited, .domicile .container .btn-reserver:active, .domicile .container .btn-reserver:focus, .domicile .container .btn-reserver:visited {
        color: #4f3f1b; }
    .domicile .container .btn-info {
      float: left;
      width: 210px; }
      .domicile .container .btn-info span {
        padding-right: 15px;
        position: relative;
        top: -2px; }
      .domicile .container .btn-info span > img {
        display: inline-block;
        width: 15px; }
    .domicile .container .btn-reserver {
      float: left;
      width: 150px;
      margin-left: 30px; }
      @media (max-width: 768px) {
        .domicile .container .btn-reserver {
          margin-left: 0;
          clear: both; } }

.atelier {
  background: #fbbc14; }
  .atelier-plat {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -125px;
    width: 250px; }
  .atelier-arrow {
    position: absolute;
    bottom: 8%;
    right: 10%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
    @media (max-width: 1199px) {
      .atelier-arrow {
        display: none; } }
    @media (min-width: 1500px) {
      .atelier-arrow {
        right: 23%; } }
  .atelier-grain {
    position: absolute;
    left: 36%;
    top: 28%; }
    @media (min-width: 1500px) {
      .atelier-grain {
        left: 40%; } }
    @media (max-width: 1199px) {
      .atelier-grain {
        display: none; } }
  .atelier-jul {
    position: absolute;
    left: 0;
    top: 7px;
    width: 380px; }
    @media (max-width: 1199px) {
      .atelier-jul {
        display: none; } }
  .atelier-tomate {
    position: absolute;
    width: 200px;
    top: -80px;
    left: 20%;
    height: auto; }
    @media (max-width: 1199px) {
      .atelier-tomate {
        display: none; } }
  .atelier-poivre {
    position: absolute;
    top: 40px;
    right: 20%;
    width: 100px;
    height: auto; }
    @media (max-width: 992px) {
      .atelier-poivre {
        display: none; } }
  .atelier-poivre-2 {
    position: absolute;
    bottom: -93px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 186Px; }
  .atelier-btn {
    position: absolute;
    top: -35px;
    left: 50%;
    z-index: 10;
    margin-left: -140px;
    display: block;
    width: 290px;
    height: 70px;
    background: url(../images/btn-img.png);
    background-size: cover;
    font-family: 'coffeebreak';
    color: #FFFFFF;
    text-align: center;
    line-height: 85px;
    font-size: 28px;
    text-transform: lowercase;
    transition: color .2s ease; }
    .atelier-btn:after {
      position: absolute;
      content: " ";
      width: 100px;
      height: 75px;
      background-image: url(../images/spin-arrow-yellow.svg);
      background-size: cover;
      top: -120px;
      left: 50%;
      -webkit-transform: rotate(45deg) scale(0.9);
      transform: rotate(45deg) scale(0.9); }
    .atelier-btn:hover, .atelier-btn:focus, .atelier-btn:active {
      text-decoration: none;
      color: #fbbc14; }
  .atelier-title {
    color: #FFFFFF;
    padding-top: 160px; }
  .atelier-body {
    padding-top: 30px;
    color: #4f3f1b; }
  .atelier .btn-info, .atelier .btn-reserver {
    border: 1px solid #FFFFFF;
    background: transparent;
    margin-top: 30px; }
    .atelier .btn-info:hover, .atelier .btn-reserver:hover {
      background: #FFFFFF;
      color: #4f3f1b; }
    .atelier .btn-info:active, .atelier .btn-info:focus, .atelier .btn-info:visited, .atelier .btn-reserver:active, .atelier .btn-reserver:focus, .atelier .btn-reserver:visited {
      color: #4f3f1b; }
  .atelier .btn-info {
    float: left;
    width: 210px; }
    .atelier .btn-info span {
      padding-right: 15px;
      position: relative;
      top: -2px; }
    .atelier .btn-info span > img {
      display: inline-block;
      width: 15px; }
  .atelier .btn-reserver {
    float: left;
    width: 150px;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .atelier .btn-reserver {
        margin-left: 0;
        clear: both; } }

.media {
  position: relative;
  overflow: visible !important; }
  .media .tv-container {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 428px;
    height: 486px;
    background-size: cover;
    background-image: url(../images/tv.png);
    background-repeat: no-repeat;
    transition: background-image .2s ease; }
    @media (max-width: 992px) {
      .media .tv-container {
        display: none; } }
  .media-ail {
    position: absolute;
    width: 250px;
    bottom: -200px;
    left: 50%;
    margin-left: -250px; }
  .media .container {
    position: relative;
    z-index: 10; }
    .media .container .title {
      color: #fbbc14; }
    .media .container .media-list {
      margin-top: 50px; }
      .media .container .media-list li {
        float: left;
        width: 50%;
        margin-bottom: 30px; }
        @media (max-width: 992px) {
          .media .container .media-list li {
            float: none;
            width: 100%; } }
        .media .container .media-list li:last-child {
          margin-bottom: 0; }
        .media .container .media-list li h1 {
          color: #4f3f1b;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 700; }
        .media .container .media-list li p {
          width: 80%;
          color: #4f3f1b;
          padding-top: 10px; }
        .media .container .media-list li a {
          width: 150px;
          margin: inherit;
          margin-top: 20px; }

.event {
  background-color: #fbbc14;
  position: relative; }
  .event .title, .event .subtitle {
    text-align: center;
    color: #FFFFFF; }
  .event-row {
    margin-top: 50px; }
  @media (max-width: 992px) {
    .event .event-block {
      min-height: 500px; } }
  @media (max-width: 768px) {
    .event .event-block {
      min-height: auto;
      margin-bottom: 50px; }
      .event .event-block:last-child {
        margin-bottom: 0; } }
  .event .event-container {
    text-decoration: none;
    outline: none; }
    .event .event-container:hover {
      cursor: pointer; }
      .event .event-container:hover .img-container:after {
        opacity: .7;
        height: 100%; }
      .event .event-container:hover .img-container:before {
        opacity: 1; }
    .event .event-container .img-container {
      width: 99%;
      height: 250px;
      overflow: hidden;
      position: relative; }
      .event .event-container .img-container:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: opacity .2s ease, height .2s ease; }
      .event .event-container .img-container:before {
        content: "Consulter l'évènement";
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 250px;
        color: #4f3f1b;
        position: relative;
        left: 50%;
        margin-left: -100px;
        z-index: 10;
        opacity: 0;
        transition: opacity .2s ease; }
      .event .event-container .img-container img {
        display: block;
        height: 100%; }
    .event .event-container h2 {
      padding-top: 30px;
      font-size: 16px;
      font-weight: 700;
      color: #4f3f1b; }
    .event .event-container h1 {
      padding-top: 10px;
      font-size: 20px;
      color: #4f3f1b;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 27px; }
    .event .event-container p {
      padding-top: 10px;
      color: #FFFFFF; }

.sale .container > .row > div:nth-child(4) > .sale-item, .sale .container > .row > div:nth-child(5) > .sale-item, .sale .container > .row > div:nth-child(6) > .sale-item {
  margin-bottom: 0; }

@media (max-width: 992px) {
  .sale .container > .row > div:nth-child(5) > .sale-item,
  .sale .container > .row > div:nth-child(6) > .sale-item {
    margin-bottom: 0 !important; } }

@media (max-width: 768px) {
  .sale .container > .row > div:nth-child(1) > .sale-item {
    padding-top: 0; } }

.sale .row-sale .btn-info, .sale .row-sale .btn-order {
  width: 48.5%;
  float: left;
  margin: 0; }

.sale .row-sale .btn-info {
  margin-left: 3%; }

.sale .row-sale .btn-info:hover, .sale .row-sale .btn-info:active, .sale .row-sale .btn-info:focus, .sale .row-sale .btn-order:hover, .sale .row-sale .btn-order:active, .sale .row-sale .btn-order:focus {
  border-color: #fbbc14;
  background: #fbbc14;
  color: #FFFFFF;
  box-shadow: none; }

.sale .infos {
  color: #4f3f1b;
  padding-top: 30px; }

.sale-item {
  margin-bottom: 20px;
  display: block;
  height: 450px; }
  @media (max-width: 992px) {
    .sale-item {
      margin-bottom: 50px !important;
      height: 500px; } }
  @media (max-width: 768px) {
    .sale-item {
      height: auto;
      padding-top: 80px; } }
  .sale-item:hover .order {
    opacity: 1;
    pointer-events: auto; }
  .sale-item .img-container {
    width: 100%;
    height: 130px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sale-item h1 {
    padding-top: 30px;
    font-size: 20px;
    color: #4f3f1b;
    font-weight: 700;
    text-transform: uppercase; }
  .sale-item p {
    padding-top: 15px;
    color: #4f3f1b;
    min-height: 100px; }
  .sale-item .price {
    position: relative;
    margin-top: 20px;
    padding-top: 10px; }
    .sale-item .price:after {
      content: " ";
      position: absolute;
      top: -5px;
      left: 0;
      width: 20px;
      height: 1px;
      background: #4f3f1b; }
    .sale-item .price span:first-child {
      font-size: 30px;
      color: #4f3f1b; }
    .sale-item .price span:last-child {
      color: #4f3f1b;
      position: relative;
      top: -10px; }

.market {
  background-image: url(/assets/images/background-market.jpg);
  background-size: cover;
  position: relative; }
  .market:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .market .new {
    display: block;
    height: 300px;
    position: absolute;
    left: 150Px;
    bottom: -50px; }
    @media (max-width: 992px) {
      .market .new {
        display: none; } }
  .market .container {
    position: relative;
    z-index: 1; }
  .market .julien {
    display: inline-block;
    height: 700px;
    position: absolute;
    bottom: -130px; }
    @media (max-width: 992px) {
      .market .julien {
        display: none; } }
  .market .info {
    line-height: 24px; }
  .market .title {
    color: #FFFFFF; }
    @media (max-width: 1199px) {
      .market .title {
        max-width: 250px; } }
  .market .hours {
    font-size: 20px; }
  .market ul {
    margin-top: 30px;
    color: #FFFFFF; }
    .market ul a {
      color: #fbbc14; }
  .market .social {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    pointer-events: none; }
    .market .social li:last-child {
      margin-left: 30px; }

.newsletter {
  background: #fbbc14; }
  .newsletter-basilic {
    position: absolute;
    top: -227px;
    left: 0;
    width: 300px;
    height: 254px; }
  .newsletter .container {
    position: relative;
    z-index: 10; }
  .newsletter .title, .newsletter .subtitle {
    color: #FFFFFF; }
  .newsletter .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-family: "mr-eaves-sans", sans-serif;
    font-size: 18px;
    margin-top: 30px;
    color: #4f3f1b; }
  .newsletter input[type="submit"] {
    height: 52px;
    width: 170px;
    border-radius: 45px;
    background: #fbbc14;
    letter-spacing: 1px;
    border: none;
    color: #4f3f1b;
    font-size: 16px;
    font-family: "mr-eaves-sans", sans-serif;
    text-transform: uppercase;
    margin-top: 35px;
    border: 1px solid #FFFFFF;
    transition: background .2s ease;
    font-weight: 700;
    outline: none;
    position: relative;
    left: 50%;
    margin-left: -85px; }
    .newsletter input[type="submit"]:hover {
      background: #FFFFFF; }

.sponsor {
  padding: 5rem 0; }
  .sponsor .owl-controls {
    position: absolute;
    opacity: 0; }
  .sponsor .container {
    position: relative; }
  .sponsor .carousel {
    position: relative; }
    .sponsor .carousel button {
      display: none !important; }
    .sponsor .carousel:after {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      bottom: 0;
      width: 10%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 */
      z-index: 10; }
    .sponsor .carousel:before {
      position: absolute;
      content: " ";
      top: 0;
      right: 0;
      bottom: 0;
      width: 10%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */
      z-index: 10; }
  .sponsor .client-logo-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    outline: none !important; }
    .sponsor .client-logo-container a {
      outline: none !important; }
    .sponsor .client-logo-container img {
      display: block; }

.footer {
  background-image: url(../images/event-background.jpg);
  background-size: cover;
  position: relative;
  padding: 8rem 0 6rem 0; }
  .footer .social-container {
    margin: 0 auto;
    width: 230px; }
    .footer .social-container li {
      float: left;
      margin-right: 10px; }
      .footer .social-container li:nth-child(odd) {
        margin-top: 10px; }
      .footer .social-container li:last-child {
        margin-right: 0; }
      .footer .social-container li a:hover {
        cursor: pointer !important; }
      .footer .social-container li a img {
        width: 50px; }
  .footer .copyright {
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px; }
    .footer .copyright a {
      color: #FFFFFF;
      transition: color .2s ease;
      text-decoration: none; }
      .footer .copyright a:hover {
        color: #fbbc14; }
  .footer .info {
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 700;
    transition: color .2s ease; }
    .footer .info:first-child {
      margin-top: 30px; }
    .footer .info:hover {
      color: #fbbc14; }
  .footer .address {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700; }
    .footer .address:first-child {
      padding-top: 30px; }
