@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;
}

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

header {
  /*position: absolute;*/
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  header {
    top: 60px;
  }
}
@media only screen and (min-width: 48em) {
  header {
    top: 40px;
  }
}

.triangle {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 1px;
  opacity: 0.7;
  border-style: solid;
  border-width: 170px;
}
@media only screen and (max-width: 25.875em) {
  .triangle {
    border-width: 140px;
  }
}
@media only screen and (min-width: 25.875em) {
  .triangle {
    border-width: 170px;
  }
}
.triangle {
  border-color: white transparent transparent transparent;
}

.marque {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.marque p {
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 0;
  font-weight: 800;
}
@media only screen and (max-width: 25.875em) {
  .marque p img {
    width: 80px;
  }
}
@media only screen and (min-width: 25.875em) {
  .marque p img {
    width: 99px;
  }
}

p a {
  color: #00e1e9;
}

a:hover,
a:focus {
  color: white;
}

button:focus {
  outline: none;
}

.designed_by-header {
  position: relative;
  top: 230px;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}
.designed_by-header h1 {
  margin: 0.5em 0 0;
  font-size: 3rem;
  word-spacing: 10px;
  letter-spacing: -1px;
  line-height: 40px;
}
@media only screen and (max-width: 40em) {
  .designed_by-header h1 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.designed_by-header h1 span {
  display: block;
  padding: 0.5em 0 1em;
  color: #00e1e9;
  text-transform: initial;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3rem;
}
@media only screen and (max-width: 40em) {
  .designed_by-header h1 span {
    font-size: 0.85rem;
  }
}
.designed_by-header h1 span {
  letter-spacing: 0;
}

.container.main {
  position: relative;
  margin: 0 auto;
}

.og-grid {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.og-grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  height: 250px;
  vertical-align: top;
}

.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  width: 250px;
}

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #00e1e9;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}

.og-expander {
  position: absolute;
  background: #444;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden;
}

.og-expander-inner {
  padding: 50px 30px;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .og-expander-inner {
    padding: 10px 5px 5px 5px;
  }
  .og-expander-inner a {
    font-size: 0.8rem;
  }
}

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 40em) {
  .og-close {
    top: 10px;
    right: 0;
  }
}
.og-close {
  cursor: pointer;
}

.og-close::before,
.og-close::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #00e1e9;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.og-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #fdfdfd;
}

.og-fullimg,
.og-details {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .og-fullimg,
  .og-details {
    width: 90%;
    float: none;
    height: initial;
  }
}

.og-details {
  padding: 0 40px 0 20px;
}
@media only screen and (max-width: 40em) {
  .og-details {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.og-details h3 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  .og-details h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.1rem;
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .og-details h4 {
    margin: 2px 0;
  }
}
@media only screen and (max-width: 40em) {
  .og-details p {
    font-size: 0.8rem;
    margin-bottom: 1px;
  }
}
.og-details h5 {
  color: #00e1e9;
  margin-top: 1px;
}
.og-details a i {
  vertical-align: middle;
  padding: 0 5px 0 0;
}

.og-fullimg {
  text-align: center;
}
.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}

@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
.designedBy-details {
  display: none;
}

.action {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #00e1e9;
  border: none;
  background: none;
}

.action:hover,
.action:focus {
  color: #00e1e9;
  outline: none;
}

.action--close {
  position: fixed;
  z-index: 1000;
  top: 25px;
  right: 0;
  padding: 1em;
  opacity: 0;
  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;
  -webkit-transform: scale3d(0.6, 0.6, 1);
          transform: scale3d(0.6, 0.6, 1);
}
@media only screen and (max-width: 40em) {
  .action--close {
    top: 45px;
    padding: 0;
  }
}

.grid {
  position: relative;
  margin: 0 auto;
}

.js .grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1b1b1b url(../img/loading.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  transition: opacity 0.3s;
}

.js .grid--loaded::after {
  opacity: 0;
}

.grid__item {
  width: 270px;
  padding: 10px;
}

.grid__item--current {
  opacity: 0 !important;
}

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

.img-wrap:focus,
.img-wrap:hover {
  outline: none;
}

.preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media only screen and (max-width: 40em) {
  .preview {
    width: 100%;
  }
}
.preview {
  height: 100%;
  pointer-events: none;
}

.preview::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #1f1d1d;
  transition: opacity 0.6s;
}

.preview--open {
  pointer-events: auto;
}

.preview--open::before {
  opacity: 1;
}

.clone {
  position: fixed;
  z-index: 10;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.original {
  position: relative;
  z-index: 10;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s;
}

.preview--open .animate {
  transition: opacity 0.2s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}

.animate {
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.description {
  color: white;
}
.description h5 {
  color: #00e1e9;
}

.js .description--grid {
  display: none;
}

.description--preview {
  font-size: 2rem;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .description--preview {
    position: initial;
    height: initial;
  }
}
.description--preview {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.preview--open .description--preview {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.description--preview h3 {
  font-weight: normal;
  margin: 0;
}
.description--preview p {
  font-size: 0.85rem;
  max-width: 100%;
}
.description--preview p em {
  color: #5D5D5D;
  display: block;
  padding: 0.4em 0 0 0;
}

.preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

@media screen and (max-width: 40em) {
  .description--preview h3 {
    font-size: 1.3rem;
  }
  .description--preview h4 {
    font-size: 1.2rem;
    margin: 0.5em 0;
  }
  .description--preview h5 {
    font-size: 1.1rem;
    margin: 0.5em 0;
  }
  .description--preview {
    padding: 0;
    top: 45px;
  }
  .preview {
    top: 45px;
  }
}
.description--preview i.material-icons {
  margin-right: 5px;
  vertical-align: middle;
}

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