#slideshow{
position:relative;
}
.triangle{
position:absolute;
z-index:100;
top:15%;
}
.triangle.droite{
right:0;
height:272px;
width:212px;
background:url(/images/triangle_droite.svg) no-repeat top left;
}
.triangle.gauche{
left:0;
height:272px;
width:212px;
background:url(/images/triangle_gauche.svg) no-repeat top left;
}

.triangle p{
font-family:'Amazing',arial;
color:white;
font-size:30px;
margin-top:112px;
}
.triangle.gauche p{
text-align:left;
margin-left:10px;
} 
.triangle.droite p{
text-align:right;
margin-right:10px;
} 

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height:415px;
  padding: 0;
  margin: 0;
  clip-path: polygon(0% 0%, 25% 0%, 50% 28.5%, 75% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

a.rslides_nav.next,
a.rslides_nav.prev{
position:absolute;
bottom:45%;
right:3%;
z-index:990;
height:32px;
width:32px;
background: url(/images/fleche_droite.svg) no-repeat center center;
color:transparent;
}
a.rslides_nav.prev{
left:3%;
background: url(/images/fleche_gauche.svg) no-repeat center center;
}