.products_index {
    background: url(/Files/App_002/Images/produits_index.jpg) no-repeat left top;
    margin-top: 125px;
    margin-bottom: 130px;
    min-height: 855px;
    padding-top: 500px;
    position:relative;
}
.products_index_sup_title {
    font-weight: bold;
    font-size: 120px;
    color: #bbbbbb;
    line-height: normal;
    position: absolute;
    right: -15%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
}
.sup_title_products {
    position: absolute;
    top: -70px;
    right: 120px;
}

@media (max-width: 1700px) {
  .sup_title_products {display: none;}
}


@media (max-width: 1440px) {
  .products_index {
    margin-top: 100px;
    margin-bottom: 100px;
    min-height: auto;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .products_index {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    background: none;
  }
}


@media (max-width: 767px) {
  .products_index {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}


