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


/* Feuille de style dykkeren.com - Copyright 2015 ----------------------------*/
html {
  height: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 100%;
  background-color: #1b1b1b;
  color: white;
}

#collaborations .footer {
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #1b1b1b;
  background-color: white;
  width: 100%;
  font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
  z-index: 1000;
}
#collaborations .footer h2 {
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  #collaborations .footer h2 {
    margin-top: 0;
  }
}
#collaborations .footer div.collaborations-liste-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 80px;
  margin: 20px auto;
}
#collaborations .footer div.collaborations-liste-item img {
  width: 150px;
}
@media only screen and (max-width: 40em) {
  #collaborations .footer div.collaborations-liste-item {
    width: 50%;
  }
}
