


header #container-logo {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100000;
}

#slide-nav{
    margin-top: 7px;
}


/** 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);
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #2baf73 0%, #2c7956 100%);
  background-image:      -o-linear-gradient(top, #2baf73 0%, #2c7956 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2baf73), to(#2c7956));
  background-image:         linear-gradient(to bottom, #2baf73 0%, #2c7956 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2baf73', endColorstr='#ff2c7956', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

#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;
}


#products.onepanel {
    width: auto;
    margin:0px;
    padding: 0px;
    min-height: 400px;
    height: auto;
}

#products>li {
    min-height: 400px;
    height: auto;
    display: inline-block;
}


div.popup2 {
    z-index: 1000;
    position: absolute;
    margin: 100px auto 40px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 980px;
}

.btn-primary {
    color: #fff;
    background-color: #2c7956;
    border-color: #2c7956;
}
