.famille_block {
    background: #ffffff;
    padding-bottom: 3%;
}

.famille_titre {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.container-famille h1 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 31px !important;
}

.fil.title-fil span {
    font-size: 27px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-transform: initial;
}

.famille_description {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;

}

.famille_description.hide {
    overflow: hidden;

}

.famille_description p {
    margin-bottom: 0;
}

.color-orange {
    color: #f29b44;
}

.css-voir-plus {
    cursor: pointer;
}


.famille_liste_sfamille {
    background: #F3F0E8;
    padding-top: 2% !important;
}

.famille_liste_selection {
    background: #F3F0E8;
    padding-bottom: 5% !important;
}


.famille_liste_selection .produit-similaire-title {
    transform: translateY(-55%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-left: solid 1px #7e7d7d;
    border-right: solid 1px #7e7d7d;
}

.famille_liste_selection .produit-similaire-title h2 {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    margin-top: 3%;
    font-family: 'Roboto-BoldCondensed', 'Roboto', serif;
}

.famille_liste_sfamille a {
    width: 30%;
    margin-top: 1%;
}


@media screen and (min-width: 200px) and (max-width: 991px) {
    .famille_description h1 span {
        font-size: 20px;
    }

    .famille_liste_sfamille a {
        width: 50%;
        margin-bottom: 4%;
    }

    .famille_liste_sfamille .card_vignette_produit {
        border: solid 1px #2a2a2a;
    }

    .vignette_sfamille {
        background: #ffffff;
        display: flex;
    }

    .famille_liste_sfamille .height_img {
        height: auto;
        text-align: initial;
        width: 50%;
    }

    .famille_liste_sfamille .height_img img {
        width: 100%;
        height: auto !important;
    }

    .vignette_sfamille_bande_orange.mx-auto {
        display: none;
    }

    .vignette_sfamille_titre {
        font-size: 15px !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #2A2A2A;
        text-align: left !important;
        margin-bottom: 0;
        width: 60%;
        margin-top: 38px;
    }

}
