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

	.owl-theme .owl-nav {
  margin-top: 10px;
  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:.7; }
    .owl-theme .owl-nav [class*='owl-']:hover {
		opacity:1;
      background-color: transparent;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .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: 5px 5px;
      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: #869791; }

.owl-theme{ margin-bottom:2em;}	  

.owl-prev, .owl-next{ position:absolute; top:40%; display:block; width:25px; height:47px;}

.owl-prev{left:-45px;}
.owl-next{ right:-45px;}
.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;
}
.owl-carousel .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{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Liste initiatives en tuiles accueil */

.item a{ cursor:pointer;}
.item p{ position:absolute; top:-50%; left:0; display:inline-block; padding:0.5em 1em; background-color:#c4271a; color:#FFF; margin:0; transition : all 0.3s ease; z-index:2;}
.item:hover p{ top:0; opacity:1;}
.item img{transition : all 0.3s ease;}
.item:hover img{opacity:0.7;}
.item h4{ margin-bottom:0; font-size:1.1em; margin:0 15px; height:90px; color:#2d2264}
.item .ville {display: inline-block; color:#c4271a; border-bottom:3px solid #c4271a;  margin:0 15px; margin-bottom:10px; font-size:0.8em; text-transform:uppercase;}


/* largeur maximum 1050px */
@media (max-width: 1050px) {
	.owl-nav{ display:none;}
}

	
