.produit-new {
    background: #7C9590;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
}

.produit-titre {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.produit-prix {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.produit-prix-barre {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.produit-content-prix {
    line-height: 1;
}

.produit-quantite {
    box-shadow: 0 1px 3px #00000033;
    border-radius: 4px;
}

.produit-bloc-info1 {
    border: 1px solid rgba(112, 112, 112, 0.56);
}

.produit-ajout-panier {
    font-size: 16px;
}

.produit-info-titre {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.produit-info-texte {
    font-size: 16px;
    font-family: "Roboto Regular", sans-serif;
}

.produit-info-description {
    font-size: 16px;
}

.produit-conseil {
    background: #E4EDEB;
    border-radius: 27px;
    padding-left: 20%;
    width: 85%;
    min-width: 85%;
    max-width: 85%;
}

.produit-conseil-titre {
    text-transform: uppercase;
    font-size: 22px;
}

.produit-conseil-texte {
    font-size: 14px;
}

.produit-conseil-image {
    left: -85px;
    top: 20%;
    max-width: 180px;
}

.slick-produit-image-nav .slick-slide {
    max-width: 157px;
    max-height: 157px;
    height: 157px !important;
    margin: 0 10px;
}

.slick-produit-image-nav .slick-slide img {
    max-height: 157px !important;
    height: 157px !important;
}

div#triangleProduit p.promoProduit {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 25px;
    top: -75px;
    left: -140px;
    transform: rotate(225deg);
    color: white;
    position: absolute;
    text-transform: uppercase;
}

#triangleProduit {
    width: 0;
    height: 0;
    border-top: 145px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 145px solid #8ac232;
    border-bottom: 0 solid #8ac232;
    float: right;
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
}

#triangleProduit img {
    position: absolute;
    z-index: 1000;
    left: -130px;
    width: 30px;
    top: -42px;
}

.image_produit {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.picto_conseil {
    position: absolute;
    top: calc(50% - 50px);
    width: 150px;
    left: -75px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}

@media screen and (min-width: 576px) and (max-width: 768px) {

}

@media screen and (max-width: 768px) {
    .produit-prix {
        font-size: 32px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 576px) {
    .produit-conseil {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-left: 3rem;
    }

    .produit-conseil-image {
        display: none;
    }

    .picto_conseil {
        display: none;
    }
}
