/* Yayyy */
/* Overwrite bootstrap styles */
@media (min-width: 1200px) {
  .container {
    /*width: 970px;*/
	margin-left: 5%;
    margin-right: 5%;
  }
}
/* Title and text stylezz */
* {
  font-weight: 300;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Lato", sans-serif;
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 1px;
}
h2,
h3 {
  letter-spacing: -1px;
}
h2 {
  font-size: 38px;
  font-weight: 300;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}
h3 {
  font-size: 25px;
  line-height: 25px;
  border-bottom: 1px solid #140f0d;
  margin-bottom: 15px;
}
h3 span {
  display: inline-block;
  background-color: #140f0d;
  color: #fff;
  padding: 5px 10px 3px 10px;
}
h3 span a {
  color: #fff;
}

a:hover {
  color: orange;
  text-decoration: underline;
}

p {
  font-size: 17px;
}
/* Header and logo */
#header {
  background: url(img/bg-header-test.jpg);
  position: relative;
  height: 130px;
  padding-top: 35px;
}
#header .container {
  position: relative;
}
#header .container .pdf {
  position: absolute;
  right: 15px;
}
#header h1 {
  margin: 0;
  display: inline-block;
}
/* Icons */
.pdf {
  display: inline-block;
  background-color: #35281f;
  color: #fff;
  position: relative;
  font-size: 18px;
  padding: 0 20px;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: background-color 0.5s;
}
.pdf:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url('img/icon-pdf.png') top left no-repeat;
  width: 19px;
  height: 26px;
  margin-right: 10px;
  margin-top: 10px;
}
.pdf:hover {
  background-color: #f9ad45;
  color: #101010;
  text-decoration: none;
}
.pdf:hover:before {
  background-position: bottom left;
}
#wrapper {
  min-height: 100%;
}
#content {
  padding-bottom: 271px;
}

img {
  max-width: 420px;
  width: 100%;
  height: 100%;
}

.products .col-xs-4:first-child {
  padding-right: 8px;
}
.products .col-xs-4:nth-child(n+1) {
  padding: 0 12px;
}
.products .col-xs-4:nth-child(n+2) {
  padding-left: 12px;
}
/*   height: 114px; */
.products .product {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.test{
  padding-left: 12px;
  margin-left: -15px;
}

.sansligne{
  border-bottom-style: none;
}

.products .product span {
  position: absolute;
  bottom: 3px;
  color: #fff;
  font-size: 20px;
  left: 25px;
}

#noir{
  color: black;
  font-weight: normal;
}

/* Footer */
#footer {
  margin-top: -271px;
}
#footer a {
  font-family: inherit;
  color: #fff;
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}
#footer .bg {
  background-color: #140f0d;
  color: #fff;
  padding: 50px 0;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
}
#footer .bg address {
  margin: 0;
}
#footer .bg address span {
  font-size: 18px;
  color: #efa640;
}
