.vignette-famille {
    padding: 10%;
    height: 360px;
    border: 1px solid #3e3e3e;
    background-size: cover;
    background-repeat: no-repeat;
}

.vignette-famille-child:nth-child(1) .vignette-famille {
    background-image: url('../charte/fond_push_1.jpg');
}

.vignette-famille-child:nth-child(2) .vignette-famille {
    background-image: url('../charte/fond_push_2.jpg');
}

.vignette-famille-child:nth-child(3) .vignette-famille {
    background-image: url('../charte/fond_push_3.jpg');
}

.vignette-famille-child:nth-child(4) .vignette-famille {
    background-image: url('../charte/fond_push_4.jpg');
}

.img-famille {
    height: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}


.img-famille img {
    width: 84% !important;
}

.description-famille h3 {
    font-size: 23px !important;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    height: 55px;
}

.description-famille h3 sup {
    top: -0.3rem !important;
}

.description-famille p {
    font-size: 0.85rem;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.hover-vignette-famille {
    position: absolute;
    width: 100%;
    background: #8ac232;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}

.hover-vignette-famille:hover {
    opacity: 1;
    transition: 0.2s;
    z-index: 1;
}

.cadre p {
    font-size: 1.5rem;
}

.cadre .titre {
    font-weight: 500;
}

.cadre .voir-gamme {
    font-weight: 200;
    font-size: 1.1rem;
}

.cadre {
    border: solid white 2px;
    width: 92%;
    margin: auto;
    height: 94%;
    margin-top: 4%;
    padding-top: 34%;
}

.cadre a {
    font-family: 'Roboto Regular', sans-serif;
}

.see-more-btn {
    margin-bottom: 0.5rem;
}

.vignette-famille-mobile {
    display: none;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .description-famille h3 {
        font-size: 22px !important;
        margin-top: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }

    .vignette-famille {
        padding: 9%;
        height: 281px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .description-famille p {
        font-size: 13px !important;
        margin-bottom: 0;
        margin-top: 11px;
    }
}

@media screen and (min-width: 300px) and (max-width: 990px) {
    .description-famille h3 {
        font-size: 20px !important;
        margin-top: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }

    .selection {
        background-image: unset !important;
    }

    .vignette-famille {
        padding: 10%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .vignette-famille-mobile {
        display: block;
    }

    .row.famille-vignette {
        display: none;
    }

    .vignette-famille-mobile .slick-prev{
        top: 43%;
    }

    .vignette-famille {
        padding: 10%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .description-famille p {
        font-size: 13px !important;
        margin-bottom: 0;
        margin-top: 0;
    }

    .img-famille img {
        width: 90% !important;
        margin: auto;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 29px;
        line-height: 1;
        opacity: 1;
        color: black !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bolder;
    }

    .slick-slide {
        display: none;
        float: left;
        height: auto !important;
        min-height: 1px;
    }

    .vignette-famille {
        margin-bottom: 10%;
    }
}

