﻿.grb_slider_container {
    border: 1px solid black !important;
    padding: 40px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    max-height: 450px;
    max-width: 290px;
}
.grb_slider_container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grb_slider_prix, all_libelle {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.all_libelle {
    width: 100%;
    text-align: left;
}
.pourcent {
    border-radius: 14px 12px 12px 5px;
    background: #EE3C34;
    padding: 0 5px;
    font-weight: 500;
    font-size: 18px;
    color: white;
}
.grb_slider_title::after {
    width: 150px;
    height: 2px;
    background-color: red;
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.grb_slider_cta a{
    width: 30px;   
    height: 30px;
}
.barre {
    font-weight: normal;
    font-size: 14px;
}
.libelle{
    color: black !important;
}
.grb_slider-cta-icon {
    height: 100%;
    translate: 25%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(323deg) brightness(103%) contrast(101%);
}
.grb_slider_cta {
    background: #3DBA7D;
    width: 45px;
    height: 43px;
    border-radius: 13px 6px 15px 13px;
}
.grb_slider_a{
    position: relative !important;
}
.barre::after {
    width: 50px;
    display: block;
    transform: rotate(-15deg) translate(-50%);
    content: "";
    height: 2px;
    background: #cb192d;
    text-align: center;
    position: absolute;
    bottom: 19%;
    left: 15%;
}
.grb_barre_pourcent {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 30px;
    height: 30px;
}
.grb_fch-prod__title-part{
    font-size: 40px;
}
.grb_fch-prod__item_top_vente {
    border: 1px solid black !important;
    max-height: 450px;
    max-width: 290px;
}
.grb_divImgProduit{
    width: 100% !important;  
    height: 250px;
}
.grb_divImgProduit img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fiche_produit_images_produits_associes {
    width: 100% !important;
}
.grb_fch-prod__title-rubrique::after {
    background: #cb192d;
}
.grb_fch-prod__item_top_vente a {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.grb_slider_prix span {
    font-size: 18px;
}
.grb_fch-prod__item_top_vente {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
