.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: #DA2020;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #D6F300;
}
#wrap {
  /* fixed width, centered in viewport */
  width: 980px;
  left: -490px;
  margin-left: 50%;
  position: relative;
}
#showcase {
  width: 100%;
  height: 400px;
    background: url(../Images/bg_offres.jpg);
    background-size: cover;
 // background: rgb(175,25,25); /* Old browsers */
//  background: -moz-linear-gradient(top,  rgb(175,25,25) 0%, rgba(175,25,25) 100%); /* FF3.6+ */
//  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(100,5,5)), color-stop(100%,rgb(100,5,5))); /* Chrome, Safari4+ */
//  background: -webkit-linear-gradient(top,  rgb(175,25,25) 0%, rgb(100,5,5) 100%); /* Chrome10+, Safari5.1+ */
 // background: -o-linear-gradient(top,  rgb(175,25,25) 0%, rgb(100,5,5) 100%); /* Opera 11.10+ */
 // background: -ms-linear-gradient(top,  rgb(175,25,25) 0%, rgb(100,5,5) 100%); /* IE10+ */
 // background: linear-gradient(to bottom,  rgb(175,25,25) 0%, rgb(100,5,5) 100%); /* W3C */
  -webkit-box-shadow: 0px 0px 13px 5px rgb(100,5,5);
  -moz-box-shadow: 0px 0px 13px 5px rgb(100,5,5);
  box-shadow: 0px 0px 13px 5px rgb(100,5,5);
  border-radius: 8px;
  margin-top: 12px;
    padding-top: 35px;
  visibility: hidden;
}
#showcase > div {
  cursor: pointer;
}
#item-title {
  color: #F31414;
  font-size: 29px;
  letter-spacing: 0.13em;
  text-shadow: 1px 1px 6px #C72B2B;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
}
.nav {
  text-align: center;
}
.nav > button {
  width: 64px;
  height: 36px;
  color: #666;
  font: bold 16px arial;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  text-shadow: 0px 1px 0px #f5f5f5;
  background: #f6f6f6;
  border: solid 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.nav > button:active,
.nav > button.down {
  background: #dfdfdf;
  border: solid 2px rgba(0, 0, 0, 0.6);
  box-shadow: none;
}