.bannercontainer{
  width:100% !important;
  position:relative;
  padding:0;
  max-height:400px !important;
  overflow:hidden;
  border-top: 7px solid #ECEBEB;
}

.long-white {
  background-color: #E2E2E8;
  background-color: rgba(226, 226, 232,1);
  width: 100%;
  padding: 5px 0 5px 12px;
  border-radius: 23px 0 0 0;
  line-height: 25px;
  opacity: 0.9 !important;
}
.banner li div {
  /*text-transform: uppercase;*/
}
.titre-carroucel {
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 25px;
  color: #1F18FF;
}

.texte-carroucel {
  letter-spacing: -1px;
  font-size: 19px;
  color: #4334C7;
  padding-left: 40px;
}

.btn-black {
  color: white;
  font-weight: bold;
  background-color: #3f3f3f;
  background: linear-gradient(top,#3f3f3f,#000);
  background: -webkit-linear-gradient(top,#3f3f3f,#000);
  background: -moz-linear-gradient(top,#3f3f3f,#000);
  background: -o-linear-gradient(top,#3f3f3f,#000);
  background: -ms-linear-gradient(top,#3f3f3f,#000);
  border: 1px solid #000;
  padding: 1px 3px;
}
.btn-red {
  color: white;
  font-weight: bold;
  background-color: #e01441;
  background: linear-gradient(top,#e01441,#cb0c26);
  background: -webkit-linear-gradient(top,#e01441,#cb0c26);
  background: -moz-linear-gradient(top,#e01441,#cb0c26);
  background: -o-linear-gradient(top,#e01441,#cb0c26);
  background: -ms-linear-gradient(top,#e01441,#cb0c26);
  border: 1px solid #ae0d2a;
  padding: 1px 3px;
}
.btn-blue {
  color: white;
  font-weight: bold;
  background-color: #e01441;
  background: linear-gradient(top,#e01441,#cb0c26);
  background: -webkit-linear-gradient(top,#e01441,#cb0c26);
  background: -moz-linear-gradient(top,#e01441,#cb0c26);
  background: -o-linear-gradient(top,#e01441,#cb0c26);
  background: -ms-linear-gradient(top,#e01441,#cb0c26);
  border: 1px solid #ae0d2a;
  padding: 1px 3px;
}