.button  {
    background-color:#9CCC00 !important;
}

.button:hover  {
    background-color:#b7b7b7 !important;
}

.wc-tabs {
    display: none;
}

.woocommerce input.button.alt {
    background-color: #9CCC00;
}
.woocommerce input.button.alt:hover {
    background-color:#398202;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: initial;
    background-color: #9CCC00;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    display: initial;
    background-color: #b7b7b7;
}

.woocommerce a.button.alt:hover {
    background-color: #398202;
}

.woocommerce-result-count {
    display: none;
}

.page-title {
color: #9CCC00;

}

.woocommerce-Price-amount {
    color:#aeaeae;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.1% 2.992em 0;
    padding: 0;
    position: relative;
    width: 32.05%;
    margin-left: 0
}

.logo_menu {
    max-width: 100px !important;
}

.affiche_prez {
    height: 40vw;
    background-color: rgba(0, 0, 0, 0.25);
} 

.logo_en_prez {
    width: 40vw;
}

.txt_gros {
    font-size: 200%;
}

.txt_moyen {
    font-size: 125%;
}

.img_item_prez {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
    
}

.script {
    font-family: 'Great Vibes', cursive;
    font-size: 400%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media all and (max-width: 757px) and (min-width: 50px) {

.affiche_prez {
    min-height: 340px;
    background-color: rgba(0, 0, 0, 0.5);
} 

.logo_en_prez {
    width: 300px;
}

.txt_gros {
    font-size: 150%;
}

.txt_moyen {
    font-size: 100%;
}

.script {
    font-family: 'Great Vibes', cursive;
    font-size: 400%;
    margin-top: 15px;
    margin-bottom: 15px;
}

}