@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;
    border-radius: 3px;
	opacity:1; }
    .owl-theme .owl-nav [class*='owl-']:hover {
		opacity:1;
      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%;
margin-top: 15px;}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 3px 3px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background-color:#007dcf;
	   }


.owl-prev, .owl-next{ position:absolute; top:45%; display:block;}

.owl-prev{left:-40px;}
.owl-next{ right:-40px;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	font-size:1px; margin:0;width:36px; height:36px; text-indent:-20000px; padding:0; margin-top:-18px; background-color: transparent; border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #CCC; 
}
.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(255,255,255,0.7); color:#000; padding:7px 10px; left:0; text-align:left; bottom:10px }

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

.page_article .owl-carousel {
    margin-bottom: 60px;

}

.page_article .owl-theme .owl-dots {
    bottom: -30px;

}


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

}

	
