header.products {
    position: relative;
    background-position: bottom;
    background-image: url("../../../assets/images/ban4.jpeg");
    background-size: cover;
    height: 40vh;
}

header.products:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f22222;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.products .title-products {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

header.products .title-products h1,
header.products .title-products .h1 {
    text-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    header.products {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header.products .title-products h1,
    header.products .title-products .h1 {
        font-size: 2.5rem;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 790px) {
    header.products {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header.products .title-products h1,
    header.products .title-products .h1 {
        font-size: 2rem;
        text-transform: uppercase;
    }
    .contenu .text-products {
        font-size: 1em;
        padding-top: 1.5em;
    }
}

.section-bg-img-2 {
    background-image: url("../../../assets/images/bg-4.jpg");
    background-size: cover;
    position: relative;
}

.product {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
}

.product:hover {
    transform: scale3d(1.03, 1.03, 1.03);
    transition: 0.5s;
}

.product-block-img {
    height: 17vh;
}

.product img {
    max-width: 80%;
    height: 120px;
}

.product h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.product span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.product p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}
