/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 mars 2018, 12:07:28
    Author     : vincent
*/

#custom_carousel .item {

    color:#000;
    /*background-color:#eee;*/
    /*background-color: rgba(238, 238, 238, 0.5);*/
    background: #E3E5E7 url("../img/common/Stripe_Grey.gif") repeat; 
    
    /*padding:20px 0;*/
    padding:3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#custom_carousel .item h2 {
   margin-top: 0;
  margin-bottom: 0.5rem;
}

#custom_carousel .item p {
     margin-top: 0;
  margin-bottom: 1rem;
    font-size: 14px;
}



#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    /*border-top:3px solid orange;*/
    /*rouge site efeo induxia #8A1946*/
    border-top:3px solid #ac1b28;
    /* rouge site publications #ac1b28*/
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

.container-fluid {
    margin-top: 10px;
    margin-bottom: 15px;
    padding:0;
}
/*
#custom_carousel .row {
    height:180px;
}
*/
#custom_carousel .row img{
    max-height:170px;
    /*max-width:250px;*/

}


#custom_carousel .col-md-4{

   /* background-color: #000;
    padding-top:10px;
    padding-bottom:10px;*/
    height:170px;

}
#custom_carousel .col-md-8{

    height:170px;

}

/*#custom_carousel .row>p{
    max-height:180px;
}*/

#custom_carousel .col-md-8>p{
    margin-right:7px;
}

 .img-responsive {margin:0 auto;}



