@charset "UTF-8";
/* CSS Document */

.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 16px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width:100%;
	position:absolute;
	bottom:5px;
	border-top:0px solid #ccc; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
	  border:1px solid #000;
	  border: .1rem solid #000;
      margin: 0px 5px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 50%;
	  margin-top:0px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background-color:#000;
	   }


.owl-prev, .owl-next{ position:absolute; top:50%; display:block; margin-top:-21px; opacity:.4;}
@media (max-width: 1124px) {
	.owl-prev, .owl-next{ display:none;}
}

.owl-prev{left:-50px;}
.owl-next{ right:-50px;}
.page_sommaire .owl-prev{left:50px;}
.page_sommaire .owl-next{right:50px;}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	font-size:1px; margin:0;width:36px; height:42px; text-indent:-20000px; padding:0; margin-top:-18px; background-color: transparent; 
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	opacity:1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel2 .owl-nav button.owl-prev{
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel2 .owl-nav button.owl-next{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.caroussel {position:relative;}


.caroussel a {overflow:hidden; display:block; width:100%; height:100%;}
.caroussel .spip_logo{float:none; margin:0;}

.caroussel a img{
-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.caroussel a:hover img{
	transform: scale(1.1);
}
.caroussel h3{margin-top:10px;}
	

.titre-folio{position:absolute; width:auto; height:auto; background-color:rgba(73,64,59,0.8); color:#FFF; padding:7px 10px; left:0; text-align:left; bottom:10px;  }

#une .titre-folio{padding:10px 13px; left:5%; text-align:left; bottom:15%; font-size:2em; }
#une .owl-prev{left:2%;}
#une .owl-next{ right:2%;}




/* largeur maximum 1050px */
@media (max-width: 725px) {
	.owl-nav, #une .titre-folio{ display:none;}
	.owl-theme .owl-dots {
	  bottom:5px; }
	  
	     .owl-theme .owl-dots .owl-dot span {
      width: 6%;
  }

}

	
