@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 p {
  color: floralwhite;
}
/* 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;
}

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

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#protect {
  min-height: 100vh;
}
@media only screen and (max-width: 40em) {
  body#protect {
    overflow-y: scroll;
  }
}
body#protect {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
body#protect nav#wide-nav-principale {
  display: none;
}

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

#protect-themes {
  position: relative;
  overflow: scroll;
}
/*
@media only screen and (max-width: 48em) {
  #protect-themes {
    top: 220px;
  }
}
*/
#protect-themes {
  height: 100vh;
  width: 100vw;
}

/*
@keyframes moveBubble {
    20% {transform: translate(10px,0px);}
    40% {transform: translate(0px,10px);}
    60% {transform: translate(-10px,0px);}
    80% {transform: translate(0px,-10px)}
}
*/
.protect-theme {
  z-index: 2000;
  opacity: 0.8;
  position: absolute;
  height: 200px;
  width: 200px;
}
@media only screen and (max-width: 48em) {
  .protect-theme {
    position: relative;
    margin: auto;
    width: 200px;
  }
}
.protect-theme {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  background-color: #00e1e9;
  transition: all 0.2s ease-in-out;
}
.protect-theme:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.protect-theme {
  /*
  &.move {
      animation-name: moveBubble;
      animation-duration: 5s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
  }
  */
}
.protect-theme div.protect-theme-text {
  position: relative;
  margin: auto;
  width: 80%;
  top: 20%;
}
@media only screen and (max-width: 48em) {
  .protect-theme div.protect-theme-text {
    top: 15%;
  }
}
.protect-theme div.protect-theme-text h3 {
  color: white;
}
.protect-theme div.protect-theme-text h5 {
  color: black;
}
@media only screen and (max-width: 48em) {
  .protect-theme div.protect-theme-text h5 {
    font-size: 0.9rem;
  }
}

a.protect-actions-bloc,
a.protect-coton-bloc,
a.protect-travail-bloc,
a.protect-serigraphie-bloc,
a.protect-l181-nature-bloc,
a.protect-eco-friendly-bloc,
a.protect-recompenses-bloc,
a.protect-rrr-bloc,
a.protect-greenwashing-bloc {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#protect-actions-bloc,
#protect-coton-bloc,
#protect-travail-bloc,
#protect-serigraphie-bloc,
#protect-l181-nature-bloc,
#protect-eco-friendly-bloc,
#protect-recompenses-bloc,
#protect-rrr-bloc,
#protect-greenwashing-bloc {
  display: none;
  z-index: 3000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  #protect-actions-bloc,
  #protect-coton-bloc,
  #protect-travail-bloc,
  #protect-serigraphie-bloc,
  #protect-l181-nature-bloc,
  #protect-eco-friendly-bloc,
  #protect-recompenses-bloc,
  #protect-rrr-bloc,
  #protect-greenwashing-bloc {
    padding: 0 15px;
  }
}
#protect-actions-bloc li,
#protect-coton-bloc li,
#protect-travail-bloc li,
#protect-serigraphie-bloc li,
#protect-l181-nature-bloc li,
#protect-eco-friendly-bloc li,
#protect-recompenses-bloc li,
#protect-rrr-bloc li,
#protect-greenwashing-bloc li {
  border-bottom: dotted 1px #ccc;
}
#protect-actions-bloc h3,
#protect-coton-bloc h3,
#protect-travail-bloc h3,
#protect-serigraphie-bloc h3,
#protect-l181-nature-bloc h3,
#protect-eco-friendly-bloc h3,
#protect-recompenses-bloc h3,
#protect-rrr-bloc h3,
#protect-greenwashing-bloc h3 {
  font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#protect-actions-bloc h4,
#protect-coton-bloc h4,
#protect-travail-bloc h4,
#protect-serigraphie-bloc h4,
#protect-l181-nature-bloc h4,
#protect-eco-friendly-bloc h4,
#protect-recompenses-bloc h4,
#protect-rrr-bloc h4,
#protect-greenwashing-bloc h4 {
  font-weight: 600;
  font-style: italic;
}
#protect-actions-bloc a,
#protect-coton-bloc a,
#protect-travail-bloc a,
#protect-serigraphie-bloc a,
#protect-l181-nature-bloc a,
#protect-eco-friendly-bloc a,
#protect-recompenses-bloc a,
#protect-rrr-bloc a,
#protect-greenwashing-bloc a {
  color: #00e1e9;
}
#protect-actions-bloc a i,
#protect-coton-bloc a i,
#protect-travail-bloc a i,
#protect-serigraphie-bloc a i,
#protect-l181-nature-bloc a i,
#protect-eco-friendly-bloc a i,
#protect-recompenses-bloc a i,
#protect-rrr-bloc a i,
#protect-greenwashing-bloc a i {
  vertical-align: middle;
  padding: 0 5px 0 0;
}
#protect-actions-bloc h4, #protect-actions-bloc h5,
#protect-coton-bloc h4,
#protect-coton-bloc h5,
#protect-travail-bloc h4,
#protect-travail-bloc h5,
#protect-serigraphie-bloc h4,
#protect-serigraphie-bloc h5,
#protect-l181-nature-bloc h4,
#protect-l181-nature-bloc h5,
#protect-eco-friendly-bloc h4,
#protect-eco-friendly-bloc h5,
#protect-recompenses-bloc h4,
#protect-recompenses-bloc h5,
#protect-rrr-bloc h4,
#protect-rrr-bloc h5,
#protect-greenwashing-bloc h4,
#protect-greenwashing-bloc h5 {
  color: #00e1e9;
}

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