.feature-icon {
    width:35px;
    height: 35px;
    border-radius: 30px;
    overflow: hidden;
}

.logo_seller {
    height: 70px;
    width:auto;
}

.center {
    text-align: center;
}




.add-to-favorite {
    display: inline-block;
    width:42px;
    height: 42px;
    background-image: url('../../../images/favoris_out.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
}

.in_favoris {
    background-image: url('../../../images/favoris_in.png');
}

#horloge {
    max-width: 1500px;
    margin: auto;
    width: 98%;
    padding: 0 !important;
}

#no_clock_vente {
    text-align: center;
    color:#fff;
    padding:10px 0;
    width: 100%;
    background: #555;
}

.nomarge {
    margin: 0 !important;
    padding: 0 !important;
}

.current_vente {
    display: flex;
    flex-direction: row;
    height: 40px;
    line-height: 40px;
    /* background-color: #FFE1CC; !important; */
    min-width: 800px;
    width:100%;
    margin: 15px auto;
}

.current_vente .clock_vente_name,
.current_vente .clock_vente_clock {
    width:35%;
    color:#FD791A;
}

.current_vente .clock_vente_link {
    width:30%;
    text-transform:uppercase;
    font-weight: bold;
    background-color: #FD791A; !important;
    border-radius: 0 30px 30px 0;
}

.current_vente .clock_vente_link:hover {
    opacity: 0.8;
    cursor: pointer;
}

.current_vente .clock_vente_link a {
    color: #fff !important;
    font-size: 14px;
}

.clock_vente_name_label > span,
.clock_vente {
    text-transform: uppercase;
    font-weight: bold;
}

.petit {
    font-size: 14px;
    font-style: italic;
    text-transform: none !important;
    font-weight: normal !important;
}


.current_vente .clock_vente_name,
.current_vente .clock_vente_clock,
.current_vente .clock_vente_link {
    text-align: center;

}

.current_vente .clock_vente_clock {
    background: #FFE1CC;
    border-top: 1px solid #FD791A;
    border-bottom: 1px solid #FD791A;
    border-left: 1px solid #FD791A;
}

.current_vente .clock_vente_name {
    background-color: #f9f9f9;
}

.clock_vente_name {
    position: relative;
    border-radius: 30px 0 0 30px;
}



.clock_vente_name_label::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: ' ';
    text-decoration: none;
    margin-right: 7px;
    background-size: 18px 21px !important;
    background-repeat: no-repeat !important;
    background-image: url('../../../images/bell.png') !important;
    background-position: top 1px left 3px !important;
    position: absolute;
    left: 6px;
    background: #FD791A;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    text-align: center;
    border-radius: 20px;
    top:8px;
}


@media (max-width: 890px) {
    .main_menu {
        display: none;
    }

    .current_vente,
    .current_vente > div {
        display: block !important;
        min-width: inherit !important;
        width: 100% !important;
        height: auto !important;
        border: none !important;
    }

    .current_vente {
        width: 90% !important;
        margin: 15px auto !important;
    }

    .current_vente .clock_vente_name,
    .current_vente .clock_vente_clock,
    .current_vente .clock_vente_link {
        border-radius: 0 !important;
    }

    .current_vente .clock_vente_name {
        border-radius: 15px 15px 0 0 !important;
    }

    .current_vente .clock_vente_link {
        border-radius: 0 0 15px 15px !important;
    }

}

.logo_left {
    text-align: left;
}

@media (max-width: 890px) {
    .logo_left {
        text-align: center;
    }
}