.carousel-indicators> *,
.carousel-indicators> *:before,
.carousel-indicators> *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel2 h6{
    margin: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align:top;
}

.carousel2{
    background: #ffffff;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:20px;
    /* Coins arrondis CSS3 */
    behavior:url(/css/PIE.php);
    width: 925px;
    height: 180px;
}
.carousel2 .carousel-inner div.item span{
    display: inline-block;
    position:absolute;
    bottom:0px;
    width:160px;
    left:10px;
    background-color: rgba(0, 0, 0, 0.75);
    margin: 5px 10px 5px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    z-index:30;
    color:#fff;
    margin:0;
    opacity:0; 
    transition: opacity 0.3s ease;
}
.carousel2 .carousel-inner div.item p:hover span{
  opacity:1;
}
.carousel2 .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 855px;
  height: 180px;
  display:inline-block;
}
.carousel2 .carousel-inner div.item p{
  display:inline-block;
  padding-left:10px!important;
  width:155px;
  height:180px;
  position:relative;
}

.carousel2 .str_ville{font-size: 14px;color:red;}
.carousel2 a{
    text-decoration: none;
    color: #444444;
    font-size: 14px;
}

/**
 *  Horizontal Buttons
 */
.next {
    display: inline-block;
  
    width: 34px;
    height:180px;
    cursor: pointer;
    background: transparent url(../images/interface/next.png) no-repeat 0 0;
    float: right;
}

/*.next:hover {
    background-position: -32px 0;
}

.next:active {
    background-position: -64px 0;
}
*/
.prev {
    float: left;
    display: inline-block;
    width: 34px;
    height: 180px;
    cursor: pointer;
    background: transparent url(../images/interface/prev.png) no-repeat 0 0;
}

/*.prev:hover {
    background-position: -32px 0;
}

.prev:active {
    background-position: -64px 0;
}*/

.carousel {

  /* margin-top: 129px; */
  position: relative;
  width: 100%;
  background: url(../images/interface/bg-carousel.png) #97BF0D repeat-y top center;
  

  height:380px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 1000px;
  height: 340px;


  margin:auto;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  bottom: -10px;
  right: 10px;
  z-index: 15;
  width:85px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #e1e1e1;
  background-color:#e1e1e1; 
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #cacaca;
  border: 1px solid #cacaca;
}
.carousel-caption {
  position: absolute;
  right: 10px;
  top:0px;
  z-index: 10;
  color: #000000;
  text-align: left;
}
.carousel-caption .btn {
  text-shadow: none;
}

.carousel-caption {
  z-index: 10;
  width: 265px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /* height: 180px; */
  /* background-color: #fff; */
  /* width:340px; */
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;

}

  .carousel-caption p {
    font-size: 0.82em;
    line-height: 1.4;
    color: black;margin:0;
}
.item h2{margin:0px!important;font-size: 14px!important;color: black!important;padding-bottom: 5px;}
.item .carousel-caption a{font-size: 0.8em;color: black;font-weight: bold;text-decoration: underline;}
.item .bloc{
   width:327px;
   text-align:center;
   padding-top:40px;
   display:inline-block;
 }
 .bloc > a >div{

   margin-bottom:15px;


 }
.bloc > a:hover,.bloc > a{
  text-decoration:none;
  color:#fff;
 
}
 .bloc h3{
   color:#fff!important;
 font-family: 'Roboto Condensed', sans-serif;
   font-size:20px;
   font-weight:normal;
 }

  .bloc p{
    padding:0 20px;
    font-size:15px;
    line-height:25px;
  }