.btn-claur{
  background-image: -webkit-linear-gradient(top,#7D8B09 0,#454D00 100%);
  background-image: -o-linear-gradient(top,#7D8B09 0,#454D00 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#7D8B09),to(#454D00));
  background-image: linear-gradient(to bottom,#7D8B09 0,#454D00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7D8B09', endColorstr='#454D00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #454D00;
  width:100%;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  color: #fff;
  background-color: #7D8B09;
  border-color: #454D00;
}

.btn-claur:hover{background-color:#454D00;background-position:0 -15px; color:#fff;}

.jumbotron { background-color: #454D00;}
.blanc{color:#FFFFDD; }

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }