

  

  .fancybox-skin{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.fancybox-opened .fancybox-skin{
   -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); 
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/img/fancybox-sprite.svg');
  background-repeat: no-repeat;
}

.fancybox-close{
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.fancybox-nav {
  display: none;
  position: absolute;
  top: 100%;
  width: auto;
  height: 14px;
  line-height: 1.8em;
  margin-top: 20px;
}

.fancybox-nav span {
  position: absolute;
  width: 15px;
  height: 12px;
  margin-top: 0px;
  visibility: visible;
}

.fancybox-prev span {
  left: 0px;
  background-position: -8px -37px;
}
.fancybox-next span {
  right: 0px;
;
  background-position: 0 -25px;
}

.fancybox-prev {
  padding-left: 20px;
}

.fancybox-next {
  padding-right: 20px;
}
.fancybox-prev:hover, .fancybox-next:hover{
  color: #808080;
}

/* pour les petits ecrans */
@media screen and (max-width: 400px) {
.fancybox {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
  
}
/* fin */