@charset "UTF-8";
/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
/* Sliding Header Layout - http://tympanus.net/codrops/2014/12/23/sliding-header-layout/ */
/* 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;
}

/* 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;
  }
}

#mentions-legales,
#mentions-legales-2,
#en-construction,
#modele-suite {
  display: none;
  z-index: 3000;
  position: fixed;
  margin: 0 auto;
  top: 30%;
  width: 100%;
  color: white;
}
@media only screen and (max-width: 40em) {
  #mentions-legales,
  #mentions-legales-2,
  #en-construction,
  #modele-suite {
    top: 25%;
    font-size: 0.8rem;
    text-align: initial;
  }
}
#mentions-legales div ul,
#mentions-legales-2 div ul,
#en-construction div ul,
#modele-suite div ul {
  padding: 0;
  list-style-type: disc;
}
#mentions-legales div.first,
#mentions-legales-2 div.first,
#en-construction div.first,
#modele-suite div.first {
  text-align: right;
  padding-right: 2rem;
  margin-bottom: 2rem;
  border-right: 1px dotted #00e1e9;
}
@media only screen and (max-width: 40em) {
  #mentions-legales div.first,
  #mentions-legales-2 div.first,
  #en-construction div.first,
  #modele-suite div.first {
    border-right: 2px dotted #00e1e9;
  }
}
@media only screen and (max-width: 40em) {
  #mentions-legales div.first,
  #mentions-legales-2 div.first,
  #en-construction div.first,
  #modele-suite div.first {
    border-right: none;
  }
}
#mentions-legales div.last,
#mentions-legales-2 div.last,
#en-construction div.last,
#modele-suite div.last {
  text-align: left;
  margin-top: 2rem;
  padding-left: 2rem;
  border-left: 1px dotted #00e1e9;
}
@media only screen and (max-width: 40em) {
  #mentions-legales div.last,
  #mentions-legales-2 div.last,
  #en-construction div.last,
  #modele-suite div.last {
    border-left: 2px dotted #00e1e9;
  }
}
@media only screen and (max-width: 40em) {
  #mentions-legales div.last,
  #mentions-legales-2 div.last,
  #en-construction div.last,
  #modele-suite div.last {
    clear: left;
    width: 25em;
    text-align: justify;
    padding-top: 2em;
    padding-left: 0;
    margin-top: 1em;
    margin-left: 0;
    border-left: none;
  }
}
#mentions-legales a,
#mentions-legales-2 a,
#en-construction a,
#modele-suite a {
  color: #00e1e9;
}

#mentions-legales-2 div.first {
  text-align: initial;
  border-right: none;
  padding-right: 1rem;
  padding-left: 1rem;
}
#mentions-legales-2 div.last {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0;
}

@media only screen and (max-width: 40em) {
  #mentions-legales-2,
  #modele-suite {
    top: 10%;
  }
}

div#mentions-legales .container,
div#modele-suite .container {
  width: 80%;
}

div#mentions-legales-2 {
  width: 100%;
}

div#en-construction .container {
  width: 50%;
}
@media only screen and (max-width: 40em) {
  div#en-construction .container {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

a.mentions-legales img,
a.mentions-legales-2 img {
  width: 15px;
  vertical-align: middle;
}

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

h3.contact_or_newsletter {
  width: 90%;
  margin: 60px auto 0 auto;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  border-bottom: 1px dotted #00e1e9;
}
@media only screen and (max-width: 40em) {
  h3.contact_or_newsletter {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
h3.contact_or_newsletter span {
  color: #00e1e9;
}

#contact-overlay,
#newsletter-overlay {
  color: white;
}
#contact-overlay .contact,
#contact-overlay .newsletter,
#newsletter-overlay .contact,
#newsletter-overlay .newsletter {
  font-size: 0.8rem;
  line-height: 20px;
  margin: 0 auto;
  width: 90%;
}
#contact-overlay .contact a,
#contact-overlay .newsletter a,
#newsletter-overlay .contact a,
#newsletter-overlay .newsletter a {
  color: #00e1e9;
}
#contact-overlay .contact .section,
#contact-overlay .newsletter .section,
#newsletter-overlay .contact .section,
#newsletter-overlay .newsletter .section {
  display: block;
  float: none;
}
#contact-overlay .contact h3,
#contact-overlay .newsletter h3,
#newsletter-overlay .contact h3,
#newsletter-overlay .newsletter h3 {
  width: 80%;
  margin: 5% 0 2.5% 0;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}
@media only screen and (max-width: 40em) {
  #contact-overlay .contact h3,
  #contact-overlay .newsletter h3,
  #newsletter-overlay .contact h3,
  #newsletter-overlay .newsletter h3 {
    font-size: 1rem;
    margin: 2.5% 0;
  }
}
#contact-overlay .contact h3 span,
#contact-overlay .newsletter h3 span,
#newsletter-overlay .contact h3 span,
#newsletter-overlay .newsletter h3 span {
  color: #00e1e9;
}
#contact-overlay .contact form div,
#contact-overlay .newsletter form div,
#newsletter-overlay .contact form div,
#newsletter-overlay .newsletter form div {
  display: block;
  float: left;
  width: 100%;
  margin-right: 5%;
  line-height: 30px;
}
#contact-overlay .contact form input,
#contact-overlay .contact form textarea,
#contact-overlay .newsletter form input,
#contact-overlay .newsletter form textarea,
#newsletter-overlay .contact form input,
#newsletter-overlay .contact form textarea,
#newsletter-overlay .newsletter form input,
#newsletter-overlay .newsletter form textarea {
  display: block;
  float: right;
  width: 75%;
  margin: 1em 0 0 0;
  padding: 0;
  background-color: white;
  color: black;
  border: 0;
}
#contact-overlay .contact form input,
#contact-overlay .newsletter form input,
#newsletter-overlay .contact form input,
#newsletter-overlay .newsletter form input {
  height: 30px;
  line-height: 30px;
}
#contact-overlay .contact form label,
#contact-overlay .newsletter form label,
#newsletter-overlay .contact form label,
#newsletter-overlay .newsletter form label {
  display: inline-block;
  width: 25%;
  margin: 1em 0 0 0;
}
#contact-overlay .contact form label.captcha,
#contact-overlay .newsletter form label.captcha,
#newsletter-overlay .contact form label.captcha,
#newsletter-overlay .newsletter form label.captcha {
  display: block;
  width: 100%;
}
#contact-overlay .contact form label img,
#contact-overlay .newsletter form label img,
#newsletter-overlay .contact form label img,
#newsletter-overlay .newsletter form label img {
  width: 24px;
}
#contact-overlay .contact form label#ok-newsletter,
#contact-overlay .newsletter form label#ok-newsletter,
#newsletter-overlay .contact form label#ok-newsletter,
#newsletter-overlay .newsletter form label#ok-newsletter {
  width: 90%;
  line-height: initial;
}
#contact-overlay .contact form img,
#contact-overlay .newsletter form img,
#newsletter-overlay .contact form img,
#newsletter-overlay .newsletter form img {
  float: left;
  margin-right: 1em;
}
#contact-overlay .contact input[type=submit],
#contact-overlay .newsletter input[type=submit],
#newsletter-overlay .contact input[type=submit],
#newsletter-overlay .newsletter input[type=submit] {
  display: block;
  height: 36px;
}
#contact-overlay .contact input[type=submit],
#contact-overlay .newsletter input[type=submit],
#newsletter-overlay .contact input[type=submit],
#newsletter-overlay .newsletter input[type=submit] {
  margin-top: 0;
  width: 48px;
  cursor: pointer;
}
#contact-overlay .contact input[type=submit],
#newsletter-overlay .contact input[type=submit] {
  background: url(../build/icones/mailto.png) no-repeat;
}
#contact-overlay .newsletter input[type=submit],
#newsletter-overlay .newsletter input[type=submit] {
  background: url(../build/icones/newsletter.png) no-repeat;
}
#contact-overlay .newsletter input[type=checkbox],
#newsletter-overlay .newsletter input[type=checkbox] {
  right: 0;
  width: initial;
  height: initial;
}
#contact-overlay div#retour-contact,
#contact-overlay div#retour-newsletter,
#newsletter-overlay div#retour-contact,
#newsletter-overlay div#retour-newsletter {
  color: black;
  background-color: #00e1e9;
  font-weight: bold;
  border-radius: 5px;
  padding-left: 30px;
  margin-bottom: 20px;
}

span.msg-erreur {
  float: left;
  color: #00e1e9;
}

.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#collectionHFE {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body#collectionHFE .overlay {
  background-color: rgb(0, 0, 0);
}
body#collectionHFE nav#wide-nav-principale {
  display: none;
}

.SHL-intro {
  z-index: 10;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #1b1b1b;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.SHL-container--open .SHL-intro {
  -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 250px, 0);
          transform: translate3d(0, -100%, 0) translate3d(0, 250px, 0);
}
@media only screen and (max-width: 40em) {
  .SHL-container--open .SHL-intro {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 220px, 0);
            transform: translate3d(0, -100%, 0) translate3d(0, 220px, 0);
  }
}

.SHL-intro__image {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  min-height: 120%;
  width: auto;
  height: auto;
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.SHL-container--open .SHL-intro__image {
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
}

.SHL-intro__content {
  position: absolute;
  bottom: 0;
  padding: 1.8em;
  width: 100%;
  font-size: 1.15rem;
}

.SHL-intro__title {
  margin: 0 0 20px;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 3px;
  line-height: 1;
}
@media only screen and (max-width: 40em) {
  .SHL-intro__title {
    font-size: 2rem;
    top: 45px;
  }
}

h1.SHL-intro__title {
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media only screen and (max-width: 40em) {
  h1.SHL-intro__title.details-collection {
    position: fixed;
  }
}

.SHL-intro__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SHL-intro__subtitle a {
  color: #00e1e9;
}

.SHL-intro__description {
  margin: 0 auto 0 1em;
  line-height: 1.2;
}

.SHL-trigger {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  top: 50px;
  right: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 140px;
}
@media only screen and (max-width: 40em) {
  .SHL-trigger {
    position: fixed;
    width: 40px;
  }
  .SHL-trigger div {
    text-align: start;
  }
  .SHL-trigger img {
    width: 40px;
  }
}
.SHL-trigger {
  outline: none;
  border: none;
  background: none;
}

.SHL-trigger span {
  position: absolute;
  top: 100%;
}

.SHL-icon {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.SHL-icon rect,
.SHL-icon line {
  stroke: #dbdbdb;
  fill: none;
  stroke-width: 2px;
}

.SHL-icon--cross,
.SHL-trigger--active .SHL-icon--grid {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
}

.SHL-trigger--active .SHL-icon--cross {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.SHL-items-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}
@media only screen and (max-width: 40em) {
  .SHL-items-wrap {
    padding: 5px 0;
  }
}

.SHL-items-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  content: "";
  opacity: 1;
  transition: opacity 0.6s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  pointer-events: none;
}

.SHL-container--open .SHL-items-wrap::after {
  opacity: 0;
}

.SHL-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  overflow: hidden;
  height: 22vw;
  outline: none;
  border: 5px solid #1b1b1b;
  border-width: 0 5px 10px;
  background: #1b1b1b;
}
@media only screen and (max-width: 90em) {
  .SHL-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
    height: 30vw;
  }
}
@media only screen and (max-width: 64em) {
  .SHL-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    height: 45vw;
  }
  .SHL-item .SHL-item {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 40em) {
  .SHL-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    height: 90vw;
  }
  .SHL-item .SHL-intro__title {
    font-size: 2.5rem;
  }
}

.SHL-item__image {
  position: absolute;
  top: 50%;
  min-height: 100%;
  width: 100%;
  opacity: 0.7;
  -webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
          transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.SHL-item:hover .SHL-item__image {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.SHL-item__title {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 1em;
  color: #fdfdfd;
  font-size: 1.85rem;
  line-height: 1;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.SHL-item:hover .SHL-item__title {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.collection_content {
  position: absolute;
  bottom: 50px;
}
@media only screen and (max-width: 40em) {
  .collection_content {
    bottom: 10px;
    left: 0;
  }
}
.collection_content {
  left: 50px;
  z-index: 10;
  display: none;
}
.collection_content p {
  color: #fff;
  padding: 0;
  margin: 0;
  background: transparent url(../img/trame-01.png) repeat top left;
  padding: 40px;
  width: 500px;
  font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 2px 2px 1px #000;
  box-shadow: 1px 1px 5px #202020;
}
@media only screen and (max-width: 40em) {
  .collection_content p {
    padding: 0;
    width: initial;
    font-size: 1.2rem;
  }
}
.collection_content p a span {
  color: #00e1e9;
}
@media only screen and (max-width: 40em) {
  .collection_content h1 {
    margin: 0.6em 0;
  }
}
@media only screen and (max-width: 40em) {
  .collection_content h3 {
    margin: 0.8em 0;
    font-size: 1.2rem;
  }
}
.collection_content h3 a {
  color: #00e1e9;
}

.overlay {
  opacity: 0.8;
}

#modele-suite p {
  line-height: 25px;
  font-size: 1.2rem;
}

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