/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow{ font-family:impact;
transition: opacity .2s;
color:white; 
font-size:3em;
border-radius:50%; 
position:absolute;
top:45%;
border:solid white 5px;
font-family:ogirema;
left:20px;
padding: 5px 15px; 
 z-index:10;
 cursor:pointer;}
 
.unslider-arrow:hover{color:grey; border:solid grey 5px;}

.unslider-arrow.next{left:auto;right:20px}

.unslider-nav ol {
  list-style: none;
  text-align: center;
  position:absolute;
  display:block; 
  width:100%; 
  text-align:center;
  bottom:30px;
  margin-left:auto;
  margin-right:auto;
}
.unslider-nav ol li {
 
 background-image: url("../img/site/Puce-Blanche.png");
 background-repeat:no-repeat;
 background-size:100% 100%;
  display: inline-block;
  width: 50px;
  height: 50px;
   overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  z-index:1000;
transition: all 0.5 ease-in;
opacity:0.5;
}
.unslider-nav ol li.unslider-active {
	opacity:1;
  height: 80px;
   width: 80px;
  cursor: default;
}

.unslider li img {width:100%;}

.my-slider span {position:absolute; 

display:block;
font-size:3em; 
color:white; 
bottom:20%;
left:15px;
font-family:'anke',comic;
z-index:9; 
text-shadow: 2px 2px 4px #000000;}