.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #000; */
    /* background: red; */
}

.prod-phare-info {
    padding: 5px;
    text-align: center;
    font-size: 18px;
}

.one_produit_phare {
    min-height: 250px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: 1px solid #bcbcbc;
    border-radius: 10px;
}

.one_produit_phare .entete {
    height: 220px;
    border-radius: 10px;
}

.one_produit_phare .entete img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.one_produit_phare .titre {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
}

.one_produit_phare .corps {
    height: 60px;
    /* text-align: justify; */
    padding: 0 15px;
    font-size: 14px;
}

.one_produit_phare .voir-plus {
    display: flex;
    justify-content: flex-end;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.one_produit_phare .voir-plus a {
    width: 100px;
    border: 1px solid;
    padding: 5px;
    background: #B1810B;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}

.slick-prev,
.slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    width: 40px;
}

.see-all-product {
    text-align: center;
    padding-top: 20px;
}

.see-all-product a {
    /* padding: 10px;
    color: #FFFFFF;
    background: #B1810B;
    border-radius: 10px; */
    font-size: 18px;
}

.see-all-product a:hover {
    color: #B1810B;
}

/* ****************************************************************
                        RESPONSIVE
***************************************************************** */
@media (max-width: 360px) {
    .prod-phare-info {
        font-size: 15px;
    }
}