@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
body {
  font-family: 'Lato', sans-serif;
  background-image: url("../img/cigarette-electronique-namur.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /*overflow: hidden;*/
  background-position: 0 0; }

h1 {
  margin: 150px 0 20px; }

h2 {
  color: #fff;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
  text-shadow: 2px 2px #000; }
  h2.last-product {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gallery {
  background: #EEE; }

.gallery .gallery-cell {
  width: 550px; }

.gallery img {
  display: block;
  width: 100%;
  height: auto; }

.flickity-prev-next-button {
  padding: 0; }


.overlay {
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.panel.-custom {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 5px;
  width: 400px;
  margin: 200px auto;
}

.panel.-custom h4 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
}

@media screen and (min-width: 768px) {
  width: 200px; }
.social-link {
  margin: 0 0 50px; }
  .social-link a {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin: 0 auto;
    background: #fff;
    color: #000; }
    .social-link a:hover {
      background: #000;
      color: #fff; }
    .social-link a i {
      font-size: 24px;
      line-height: 56px; }
      .social-link a i.big-icon {
        line-height: 54px; }

.wrapper-iframe {
  margin-top: 20px;
  /*position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 350px;*/ }

@media screen and (max-width: 640px) {
  body {
    overflow: scroll; }

  .wrapper-iframe {
    position: relative; } }
