
:root {
  --color-1 : #c9c5a6;

}
.theme_en .btn-1 {
    background: var(--kaki);
    color: #fff !important;
}

.theme_en .advertisings-widgets .hero .content {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 2;
    display: block;
    background: transparent;
    padding: 2rem 1rem 2rem 5rem;
    text-align: center;
}

.theme_en .advertisings-widgets .hero .content h1 {
    color:#fff;
}

.theme_en.accueil .alcools{
    background: url(../../img/alcools.png)no-repeat;
    background-size:cover;
    color:#fff;
}
.theme_en.accueil .sirops{
    background: url(../../img/sirops.png)no-repeat;
        background-size:cover;
        color:#fff;
}

.theme_en .bg-1 {
    background-color: #6B7461;
    color: white!important;
}
.theme_en .news-letter {
    color:var(--color-4);
}

.button-cover:hover {
    background: #6B7461;
    color:#fff;
}
.theme_en .btn-border-col-2 {
    border: 3px solid var(--color-4);
    border-radius: 50px;
    font-size: 14px;
    padding: 1rem 1.5rem;
}


.theme_en .btn-border-col-2:hover {
    border: 3px solid #000;
    background: #fff;
    color: var(--kaki);
}
.theme_en .best-sale p {
    margin-left: -3rem;
}

.advertisings-widgets {
    padding-bottom: 0px;
}