.bg-color-1{
    background-color:#595C57  ;
}
.bg-color-2{
    background-color: rgb(133,197,76);
}

.font-color-1{
    color: #595C57;
}
.font-color-2{
    color: rgb(133,197,76);
}


.bg-green{
    background-color: rgb(133,197,76);
}
.bg-grey{
    background-color: #3d3f3c;
}
.font-molle{
    color: rgba(221, 221, 221, 0.4);
}
.font-grey{
    color: #dddddd;
}


.font-green{
    color: rgb(133,197,76);
}
.font-green a:hover{
    color:#80ab2f;
    text-decoration: none;
}
.font-black{
    color:black;
}
.font-black a:hover{
    font-weight: bold;
    color:black;
    text-decoration: none;
}
a.font-black:hover{
    font-weight: bold;
    color:black;
    text-decoration: none;
}
.font-white{
    color:white;
}
a.font-white:hover {
    color:white; !important;
    text-decoration: underline;
}

.font-white-u{
    font-size: xx-small;
    color:white;
    text-decoration: underline white;
}

a.font-white-u:hover {
    font-weight: bold;
    color:white; !important;
    text-decoration: none; !important;
}

.font-red{
    color:red;

}

.border-green{
    border-color: rgb(133,197,76);

}
.border-green-2{
    border: 2px solid rgb(133, 197, 76);
}
.border-green-bottom{
    border-bottom: 2px solid rgb(133, 197, 76);
}

.border-green-radius{
    border: 2px solid rgb(133, 197, 76);
    border-radius: 10px;
    background-color: grey;
}
.border-black{
    border-color: black;
    border-width:1px;
    border-style: solid;
}

.border-black-right{
    border-right: solid 1px black;
}
.border-black-left{
    border-left: solid 1px black;
}

.font-price{
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}
/*
    BOUTONS
 */
.bt-green {
    color: #fff;
    background-color: rgb(133,197,76);
    border-color:  rgb(133,197,76);
}
.bt-green:hover {
    color: #fff;
    background-color: #80ab2f;
    border-color:  rgb(133,197,76);
}

.bt-green:focus, .bt-green.focus {
    color: #fff;
    background-color:  rgb(133,197,76);
    border-color:  rgb(133,197,76);
    box-shadow: 0 0 0 0.2rem  #80ab2f;
}



.bt-green.disabled, .bt-green:disabled {
    color: #fff;
    background-color:  rgb(133,197,76);
    border-color:  rgb(133,197,76);
}

.bt-green:not(:disabled):not(.disabled):active, .bt-green:not(:disabled):not(.disabled).active,
.show > .bt-green.dropdown-toggle {
    color: #fff;
    background-color:  rgb(133,197,76);
    border-color: rgb(133,197,76);
}

.bt-green:not(:disabled):not(.disabled):active:focus, .bt-green:not(:disabled):not(.disabled).active:focus,
.show > .bt-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #80ab2f;
}
.multicolor-bg-promo{
    height: 100%;
    background: linear-gradient(0deg, rgb(133,197,76) 50%, #595C57 50%);
}

.color-pagination {
    color: black; !important;
}