.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-change-green{
    background: #1EB8B8;
    box-shadow: 0 0 0px black;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0px;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    padding-top: 10px;
}

.btn-change-green:hover{
    -webkit-transform: scale(1.2);
    background: #95BE3E;
    color:white;
}
.bandeau{
  background: #FE7F22;
  color: #fff;
}
.bg-lbc{
  background: #272727;
}
carousel-caption
