* {
  padding: 0;
  margin: 0;
  border: 0;
}

/* font-face generated by Font Squirrel (http://www.fontsquirrel.com) on February 2, 2013 07:22:32 AM America/New_York */

@font-face {
    font-family: 'RawengulkSansRegular';
    src: url('RawengulkSans-094-webfont.eot');
    src: url('RawengulkSans-094-webfont.eot?#iefix') format('embedded-opentype'),
         url('RawengulkSans-094-webfont.woff') format('woff'),
         url('RawengulkSans-094-webfont.ttf') format('truetype'),
         url('RawengulkSans-094-webfont.svg#RawengulkSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
  width: 100%;
  font-family: 'RawengulkSansRegular';
}

img{
  max-width: 100%;
}

h2{
  font-size: 32px;
  line-height: 1em;
  font-weight: normal;
  margin: 1em 0 1.5em 0;
}

p{
  display: block;
  padding-right: 20%;
  font-size: 15px;
  margin: 0 0 1em 0;
}

a:link, a:visited{
  color: #000000;
  text-decoration: none;
}

header, #horaire-pc, #horario-pc, #horaire-mobile, #pommeau-de-douche{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


header > *,
#horaire-pc > *,
#horario-pc > *,
#horaire-mobile > *,
#pommeau-de-douche > * {
  width: 50%;
  padding-bottom: 50px;
}

header #logo > * {
  display: block;
}

header #logo{
  font-size: 24px;
}

#header-links a {
  display: block;
  font-size: 18px;
  margin-top: 4px;
}

header #logo img{
  margin-bottom: 3px;
}

@media (max-width: 880px) {
  header, #horaire-pc, #horario-pc, #horaire-mobile, #pommeau-de-douche {
    flex-direction: column;
  }
  header > *,
  #horaire-pc > *,
  #horario-pc > *,
  #horaire-mobile > *,
  #pommeau-de-douche > * {
    width: 100%;
  }
  p{
    padding-right: 5px;
  }
}

header, #horario-pc, #pommeau-de-douche{
  background-color: #ffffff;
}

#horaire-pc, #horaire-mobile{
  background-color: #e2e2e2;
}

header, #horaire-pc, #horario-pc, #horaire-mobile, #pommeau-de-douche{
  min-height: 100px;
  padding: 45px 10% 3px 10%;
}

footer{
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding-top: 20px;
  border-top: 1px dotted;
}

footer p {
  font-size: 24px;
}

footer p.mentions{
  font-size: 16px;
}

#horario-pc img{
  margin-top: 20px;
}

#pommeau-de-douche-illustration img{
  margin 40px 50px 0 0;
  width: 400px;
  border: solid;
}
