#index {
  margin: 30px 0;
  background: url('../images/fond.jpg') no-repeat center;
  background-size: contain;
}
#index h2 {
  font-family: 'handelgotd-bold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #01b0ef;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
@font-face {
  font-family: 'handelgotd-bold';
  src: url('../fonts/handelgotd-bold.eot');
  src: url('../fonts/handelgotd-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/handelgotd-bold.woff2') format('woff2'), url('../fonts/handelgotd-bold.woff') format('woff'), url('../fonts/handelgotd-bold.ttf') format('truetype'), url('../fonts/handelgotd-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#index .listeProduits.marginb {
  margin-bottom: 100px;
}
#index .listeProduits .itemProduit {
  margin-bottom: 10px;
  white-space: nowrap;
}
#index .listeProduits .itemProduit.other {
  white-space: normal;
}
#index .listeProduits .itemProduit.other a {
  background: #01b0ef;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px 0;
  padding: 7px 0;
}
#index .listeProduits .itemProduit.other a span {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#index .listeProduits .itemProduit.other a span:last-child {
  display: none;
}
#index .listeProduits .itemProduit.other2 {
  white-space: normal;
}
#index .listeProduits .itemProduit.other2:hover a span {
  background: transparent;
}
#index .listeProduits .itemProduit.other2 a {
  background: #da3832;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0px 0 20px 0;
  padding: 7px 0;
}
#index .listeProduits .itemProduit.other2 a span {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#index .listeProduits .itemProduit.other2 a span:last-child {
  display: none;
}
#index .listeProduits .itemProduit:hover {
  background: #01b0ef;
}
#index .listeProduits .itemProduit:hover a {
  color: #ffffff;
  text-decoration: none;
}
#index .listeProduits .itemProduit:hover a span {
  background: #01b0ef;
}
#index .listeProduits .itemProduit a {
  color: #000000;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
#index .listeProduits .itemProduit a span {
  font-size: 13px;
  font-family: 'montserrat-regular', Arial, Helvetica, sans-serif;
  z-index: 10;
}
@font-face {
  font-family: 'montserrat-regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#index .col15 img {
  margin-bottom: 30px;
  width: 250px;
}
#index .col3 img {
  width: 200px;
  margin-top: 40px;
}
#index .col4 img {
  width: 180px;
  margin-top: 50px;
}
#index .col5 img {
  width: 170px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  #index .listeProduits.marginb {
    margin-bottom: 0px;
  }
  #index .col4 img {
    margin-top: 0;
  }
}
