@charset "UTF-8";
/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
/* -- Thème ----------------------------------------------------------------- */
/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 1em 0;
}

body, p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

a {
  text-decoration: none;
  color: white;
}

ol, ul {
  list-style-type: none;
  list-style-position: initial;
  list-style-image: none;
}

.lmcustom h1 {
  color: white;
}
@media only screen and (max-width: 40em) {
  .lmcustom h1 {
    font-size: 2rem;
  }
}
.lmcustom a {
  color: aqua;
}
/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
html {
  height: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 100%;
  background-color: #1b1b1b;
  color: white;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:before,
.clearfix:after {
  clear: both;
}

.xs-screen {
  display: none;
}
@media only screen and (max-width: 20em) {
  .xs-screen {
    display: block;
  }
}

.xs-screen-inline {
  display: none;
}
@media only screen and (max-width: 20em) {
  .xs-screen-inline {
    display: inline;
  }
}

@media only screen and (max-width: 25.875em) {
  .s-screen {
    display: block;
  }
}
@media only screen and (min-width: 25.875em) {
  .s-screen {
    display: none;
  }
}

@media only screen and (max-width: 25.875em) {
  .s-bigger-screen {
    display: none;
  }
}
@media only screen and (min-width: 25.875em) {
  .s-bigger-screen {
    display: block;
  }
}

@media only screen and (max-width: 25.875em) {
  .s-screen-inline {
    display: inline;
  }
}
@media only screen and (min-width: 25.875em) {
  .s-screen-inline {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .m-screen {
    display: block;
  }
}
@media only screen and (min-width: 40em) {
  .m-screen {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .m-screen-inline {
    display: inline;
  }
}
@media only screen and (min-width: 40em) {
  .m-screen-inline {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  .l-screen {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .l-screen {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  .l-screen-inline {
    display: inline;
  }
}
@media only screen and (min-width: 48em) {
  .l-screen-inline {
    display: none;
  }
}

.xl-screen {
  display: none;
}
@media only screen and (min-width: 48em) {
  .xl-screen {
    display: block;
  }
}

.xl-screen-inline {
  display: none;
}
@media only screen and (min-width: 48em) {
  .xl-screen-inline {
    display: inline;
  }
}

.container {
  position: relative;
  width: 94%;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (max-width: 40em) {
  .container {
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 2500;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  background-color: #fdfdfd;
}
@media only screen and (max-width: 48em) {
  .header {
    font-size: 1.1rem;
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 48em) {
  .header {
    font-size: 0.8rem;
    height: 25px;
    line-height: 25px;
  }
}
.header a {
  text-align: right;
  padding: 5px 8px;
  letter-spacing: 1px;
  text-shadow: none;
  color: black;
}
.header a img {
  vertical-align: middle;
  width: 20px;
}
@media only screen and (max-width: 40em) {
  .header a img {
    width: initial;
  }
}
.header a img.hover {
  display: none;
}
.header a:hover {
  color: #ccc;
}
.header a:hover img.not-hover {
  display: none;
}
.header a:hover img.hover {
  display: inline;
}
.header a span {
  font-weight: bold;
}
.header a.flags {
  padding: 5px;
}
@media only screen and (max-width: 40em) {
  .header a.flags {
    padding: 5px 10px;
  }
}
.header span {
  display: inline-block;
}
.header span.right-header-nav {
  position: absolute;
  right: 0;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-blue {
  color: #00e1e9;
}

.open #menu-close {
  display: none;
}

.close #menu-open {
  display: none;
}
/*
.nav-trigger {
  z-index: 1000;
  height: 98px;
  width: 110px;
  cursor: pointer;
  -webkit-transform-origin: 0px 0px;
      -ms-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition: background 0.3s linear;
  color: black;
  background-color: white;
}
.nav-trigger.close {
  color: black;
  background-color: white;
}

nav#narrow-nav-principale {
  z-index: 2500;
  position: fixed;
  top: 45px;
  height: calc(100% - 45px);
  width: 100%;
  font-family: "Oswald", Arial, Verdana, sans-serif;
}
nav#narrow-nav-principale.in {
  background-color: black;
}
nav#narrow-nav-principale div.menu-principal {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
nav#narrow-nav-principale div.menu-principal ul li a {
  color: white;
}
nav#narrow-nav-principale div.menu-principal span.nav-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav#narrow-nav-principale div.menu-principal span.nav-label ul, nav#narrow-nav-principale div.menu-principal span.nav-label a {
  text-transform: uppercase;
}
nav#narrow-nav-principale div.menu-principal span.nav-label a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
nav#narrow-nav-principale div.menu-principal:nth-child(1) {
  width: 100%;
  background-color: white;
}
nav#narrow-nav-principale div.menu-principal:nth-child(1) span.nav-label {
  top: 0;
}
nav#narrow-nav-principale div.menu-principal:nth-child(8) {
  width: 100%;
  height: 10%;
}
nav#narrow-nav-principale div.menu-principal:nth-child(2),
nav#narrow-nav-principale div.menu-principal:nth-child(3),
nav#narrow-nav-principale div.menu-principal:nth-child(4),
nav#narrow-nav-principale div.menu-principal:nth-child(5),
nav#narrow-nav-principale div.menu-principal:nth-child(6),
nav#narrow-nav-principale div.menu-principal:nth-child(7),
nav#narrow-nav-principale div.menu-principal:nth-child(8) {
  background-color: white;
  height: 13%;
  font-weight: bold;
}
nav#narrow-nav-principale div.menu-principal:nth-child(2) a,
nav#narrow-nav-principale div.menu-principal:nth-child(3) a,
nav#narrow-nav-principale div.menu-principal:nth-child(4) a,
nav#narrow-nav-principale div.menu-principal:nth-child(5) a,
nav#narrow-nav-principale div.menu-principal:nth-child(6) a,
nav#narrow-nav-principale div.menu-principal:nth-child(7) a,
nav#narrow-nav-principale div.menu-principal:nth-child(8) a {
  color: black;
}
nav#narrow-nav-principale div.menu-principal:nth-child(2),
nav#narrow-nav-principale div.menu-principal:nth-child(3),
nav#narrow-nav-principale div.menu-principal:nth-child(4),
nav#narrow-nav-principale div.menu-principal:nth-child(5),
nav#narrow-nav-principale div.menu-principal:nth-child(6),
nav#narrow-nav-principale div.menu-principal:nth-child(7) {
  width: 50%;
}
nav#narrow-nav-principale div.menu-principal:nth-child(2),
nav#narrow-nav-principale div.menu-principal:nth-child(3),
nav#narrow-nav-principale div.menu-principal:nth-child(4),
nav#narrow-nav-principale div.menu-principal:nth-child(5),
nav#narrow-nav-principale div.menu-principal:nth-child(6),
nav#narrow-nav-principale div.menu-principal:nth-child(7),
nav#narrow-nav-principale div.menu-principal:nth-child(8) {
  border-top: 1px solid black;
}
nav#narrow-nav-principale div.menu-principal:nth-child(8) {
  border-bottom: 1px solid black;
}
nav#narrow-nav-principale div.menu-principal:nth-child(2),
nav#narrow-nav-principale div.menu-principal:nth-child(4),
nav#narrow-nav-principale div.menu-principal:nth-child(6) {
  border-right: 1px solid black;
}

nav#narrow-nav-principale ul.rslides li:nth-child(n) {
  display: block;
  height: 100%;
  width: 100%;
}

nav.out {
  pointer-events: none;
}
nav.out div.menu-principal {
  opacity: 0;
  -webkit-transform: translateY(300%);
      -ms-transform: translateY(300%);
          transform: translateY(300%);
}

nav.in {
  pointer-events: auto;
}
nav.in div.menu-principal {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

nav.in div.menu-principal:nth-child(1) {
  transition: opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

nav.in div.menu-principal:nth-child(2) {
  transition: opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

nav.in div.menu-principal:nth-child(3) {
  transition: opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

nav.in div.menu-principal:nth-child(4) {
  transition: opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

nav.in div.menu-principal:nth-child(5) {
  transition: opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

nav.out div.menu-principal:nth-child(6) {
  transition: opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

nav.out div.menu-principal:nth-child(5) {
  transition: opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

nav.out div.menu-principal:nth-child(4) {
  transition: opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

nav.out div.menu-principal:nth-child(3) {
  transition: opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

nav.out div.menu-principal:nth-child(2) {
  transition: opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

#wide-nav-principale {
  z-index: 1000;
}
#wide-nav-principale ul {
  margin: 0;
  padding: 0;
}
#wide-nav-principale ul li:last-child a {
  height: 22px;
  width: 290px;
  background-color: #1b1b1b;
  color: white;
  margin-bottom: 0;
}
#wide-nav-principale ul li:last-child a p {
  top: -8px;
  left: -2px;
}
#wide-nav-principale ul li:last-child a:hover {
  background-color: #fdfdfd;
  color: #1b1b1b;
}
#wide-nav-principale li {
  float: right;
}
#wide-nav-principale li.not-news {
  display: inline-block;
}
#wide-nav-principale li:nth-child(2) {
  clear: right;
}
#wide-nav-principale a {
  display: block;
  position: relative;
  cursor: pointer;
  height: 60px;
  width: 140px;
  color: #1b1b1b;
  background-color: #fdfdfd;
  opacity: 0.7;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -1px;
}
#wide-nav-principale a:hover {
  color: #fdfdfd;
  background-color: #1b1b1b;
}
#wide-nav-principale a.cart {
  background: #fdfdfd url("../build/icones/cart_1b1b1b.svg") no-repeat 101px 8px;
}
#wide-nav-principale a.cart:hover {
  background: #1b1b1b url("../build/icones/cart_white.svg") no-repeat 101px 8px;
}
#wide-nav-principale a p {
  position: absolute;
  right: 0;
  bottom: -7px;
  margin: 0;
}
#wide-nav-principale li:last-child a {
  opacity: 1;
}

nav#wide-nav-principale {
  position: absolute;
  top: 180px;
  width: 330px;
  font-family: "Oswald", Arial, Verdana, sans-serif;
}

#home nav.header a.home {
  display: none;
}

nav.header a.home img {
  width: 24px;
}
*/
footer nav {
  position: fixed;
  top: 0;
  z-index: 2500;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  background-color: #fdfdfd;
}
@media only screen and (max-width: 48em) {
  footer nav {
    font-size: 1.1rem;
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 48em) {
  footer nav {
    font-size: 0.8rem;
    height: 25px;
    line-height: 25px;
  }
}
footer nav {
  bottom: 0;
}
footer nav a {
  text-align: right;
  padding: 5px 8px;
  letter-spacing: 1px;
  text-shadow: none;
  color: black;
}
footer nav a img {
  vertical-align: middle;
  width: 20px;
}
@media only screen and (max-width: 40em) {
  footer nav a img {
    width: initial;
  }
}
footer nav span.right-footer-nav {
  position: absolute;
  right: 0;
}

.overlay0,
.overlay1,
.overlay2 {
  z-index: 2000;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: auto;
  background: #1b1b1b;
  color: #ccc;
  border: none;
  border-radius: 1px;
}

.overlay-menu {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.overlay-menu.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.overlay0 .overlay-close-0,
.overlay1 .overlay-close-1,
.overlay2 .overlay-close-2 {
  z-index: 2000;
  position: absolute;
  top: 3%;
  right: 3%;
  width: 43px;
  height: 43px;
  overflow: hidden;
  background: url(../build/icones/whiteCross.png) no-repeat center center;
  text-indent: 200%;
  border: none;
  color: transparent;
  outline: none;
}

.overlay {
  display: none;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.overlay .material-icons {
  position: fixed;
  top: 15px;
  right: 0;
  padding: 1em;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  .overlay .material-icons {
    padding: 0.2em;
  }
}


a.overlay-close-0,
a.overlay-close-1,
a.overlay-close-2 {
  cursor: pointer;
}


.grid {
  margin: auto;
}
.grid-1 {
  width: 6.67%;
}
.grid-2 {
  width: 15%;
}
.grid-3 {
  width: 23.33%;
}
.grid-4 {
  width: 31.67%;
}
.grid-5 {
  width: 40%;
}
.grid-6 {
  width: 48.33%;
}
.grid-7 {
  width: 56.67%;
}
.grid-8 {
  width: 65%;
}
.grid-9 {
  width: 73.33%;
}
.grid-10 {
  width: 81.67%;
}
.grid-11 {
  width: 90%;
}
.grid-12 {
  width: 98.33%;
}
.grid-full {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    width: 100%;
  }
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-4 {
  width: 25%;
}

.col-1-6 {
  width: 16.66%;
}

.col-1-8 {
  width: 12.5%;
}

.col-2-3 {
  width: 66%;
}

.col-3-4 {
  width: 75%;
}

.col-4-5 {
  width: 80%;
}

@media only screen and (max-width: 40em) {
  .col-1-2, .col-1-3, .col-1-4, .col-1-6, .col-1-8, .col-2-3, .col-3-4, .col-4-5 {
    width: 100%;
  }
}

body#menu-collection {
  background-color: black;
  color: white;
  height: 100%;
  width: 100%;
}
body#menu-collection .overlay {
  background-color: rgb(0, 0, 0);
}
body#menu-collection {
  /*img {max-width: initial;}*/
}
body#menu-collection.container {
  width: 100%;
}
body#menu-collection nav#wide-nav-principale {
  display: none;
}

h1 {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 10px 5px 0px 0px;
  font-size: 3rem;
  word-spacing: 10px;
  letter-spacing: -1px;
  line-height: 40px;
}
@media only screen and (max-width: 40em) {
  h1 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
@media only screen and (max-width: 40em) {
  h1 {
    width: 100%;
    display: block;
    float: inherit;
  }
}

.content {
  z-index: 100;
  display: none;
  position: fixed;
  /*top: 30%;*/
  left: 0;
  width: 100%;
  min-width: 315px;
}

.inner {
  height: 150px;
}
@media only screen and (max-width: 40em) {
  .inner {
    height: 200px;
  }
}
.inner {
  padding: 0 10px;
  background: transparent url(./img/black.png) repeat top left;
  font-size: 1.5rem;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}

.more {
  border-left: 1px dotted #00e1e9;
}
@media only screen and (max-width: 40em) {
  .more {
    border-left: 2px dotted #00e1e9;
  }
}
.more {
  width: 50%;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 40em) {
  .more {
    float: initial;
  }
}
.more ul {
  padding: 6px 0 5px 5px;
  margin: 0 auto;
}
.more ul li {
  display: block;
  line-height: 30px;
  white-space: nowrap;
  color: white;
  cursor: pointer;
}
.more ul li:hover {
  background-color: white;
  color: black;
}

.am-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}
.am-wrapper img {
  position: absolute;
  outline: none;
}

div.am-container a {
  cursor: default;
}

/*# sourceMappingURL=../../../maps/dykkeren.menuCollection.css.map */