

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
    padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;

  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style:none;
    padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;

  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
    padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;

  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
    padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;

  }
  

.rslides_tabs {
  list-style: none;
  padding: 0;
 /* background: rgba(0,0,0,.25);*/
  /*box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);*/
  font-size: 15px;
  list-style: none;
  text-align: center;
  width: 100%;

  background-color:#c7d875;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  list-style: none;
  }

.rslides_tabs a {
  width: auto;
  line-height: 0px;
  padding:2px 5px 2px 5px;
  margin:0px 0px 0px 0px;
  height: auto;
  background: transparent;
  display: inline;
  
  }

.rslides_tabs a:hover {
background-color:#24b7e5;

}



.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  
  }

a {
  color: #fff;
  text-decoration: none;
  }

#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

/* Callback example */


.events {
  list-style: none;
  }

.callbacks_container {
  position: relative;
  width: 80%; /* TAILLE DU MODULE */
  
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

p.caption 
{
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
  color:#333333;

}
.callbacks .caption {
  position: relative;
  display: block;
  z-index: 2;
  text-shadow: none;
color:#;
   /* position: absolute;
 background: #000;
  background: rgba(0,0,0, .6);*/
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 0px 0px 0px;
  margin: 3px 3px 3px 3px;
  max-width: none;
  
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 45%;
  left: 0;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes2.png") no-repeat left top;
  margin-top: -45px;
  
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
  }




