.panel-default > .panel-heading {
	filter: none;
}

/** Dégradé Gris pour menu et bouton btn default **/
.navbar-default , .btn-default { 
    background-color: #2c7956;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baf73',endColorstr='#2c7956', GradientType=0);
}

#m1 {
    background-color: #ffffff;
}

@media (max-width:991px) { 
    body {
        background-image: 'none';
    }
}

#lang .dropdown-menu {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    min-width: 65px;
    position: absolute;
    z-index: 1001;
}

.dropdown-menu {
    background-color: #2baf73;
    background: none repeat scroll 0 0 padding-box rgba(0, 125, 68, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 10px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}


.navbar-default .nav > li {
    padding-left:15px;
}
.caret{
    display:none;
}

.bx-wrapper .bx-loading {
    display: none;
}
