h1 { text-align:center}
img { background-color:#fff; padding:5px;}
.cascade-slider_container {
  position: relative;
 /* width: 1000px;*/
	width:100%;
	height: 500px;
	margin: 0 auto;
}
.cascade-slider_item.now canvas#myVaj , .cascade-slider_item.now canvas#myInvest, .cascade-slider_item.now canvas#myBlanceAgrolimentaire{
	width:600px!important;
	height:100%!important;
}
.cascade-slider_arrow-left {
    background-image: url(../img/icons/left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 46px;
}
.cascade-slider_arrow-right {
    background-image: url(../img/icons/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 46px;
}
.cascade-slider_item.next canvas#myVaj, .cascade-slider_item.next canvas#myInvest,.cascade-slider_item.next canvas#myBlanceAgrolimentaire ,
.cascade-slider_item.prev canvas#myVaj, .cascade-slider_item.prev canvas#myInvest , .cascade-slider_item.prev canvas#myBlanceAgrolimentaire {
	width:329px!important;
	height:100%!important;
}
.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0.8;
  z-index: -1;
}

.cascade-slider_item.next {
  left: 40%;
  transform: translateY(-50%) translateX(-150%) scale(0.6);
  opacity: 0.9;
  z-index: 1;
}
.cascade-slider_item h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #96c14c;
}
.cascade-slider_item.prev {
  /*left: 50%;*/
  left:60%;
  transform: translateY(-50%) translateX(50%) scale(0.6);
  opacity: 0.9;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
	color:transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
}

.cascade-slider_arrow-left { /*left: -22%; */ left:-22px;}

.cascade-slider_arrow-right { /*right: 0;*/ right:-22px; }

/*.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;*/
  /*background: #ddd;*/
 /* list-style: none;
  cursor: pointer;
}

.cascade-slider_dot:hover { background: #555; }

.cascade-slider_dot.cur { background: #555; }*/
.cascade-slider_nav {
  position: absolute;
  top: 1%;
  width: 100%;
  text-align: center;
  z-index: 5;
  
  border: none;
	color: #fff;
	/* background: #272e38; */
    border-radius: 0;
    display: flex;
}

.cascade-slider_dot {
  /*display: inline-block;
  /*width: 1em;*/
 /* width:30%;
  height:60px;
  height: 1em;
  margin: 1em;
  background: #fff;
  list-style: none;*/
  cursor: pointer;
  /*color:#23527c;
  font-weight:700;*/
   list-style: none;
  border: none;
    padding: 14px 21px;
    color: #000;
    border-radius: 0;
    background: #fff;
   /* display: flex*/;
    width: 100%;
    height: 100%;
	margin:0 auto;
	text-transform:uppercase;
}

.cascade-slider_dot:hover {  list-style: none;
   border: none;
    padding: 14px 21px;
	margin:left:0%;
    color: #000;
    border-radius: 0;
    display: flex;
    width: 100%;
    height: 100%;
   background: #96c14c; color:#fff; }

.cascade-slider_dot.cur { color: #fff;
    background: #99c304; }
