#webactu {
    margin: auto;
    text-align: center;
}


.list_actu { margin: 0 0 20px}

/* liste des actus */
.fiche_actu {
    position: relative;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    min-height: 545px;
    text-align: center;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h2.title,
h1.title{
    line-height: 1.2rem;
    margin: 30px auto 5px; 
    min-height:60px;
    text-align: center
}

h2.title a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 20px auto;
    color: #4b5355;
}

.image {
    position: relative;
    width: 90%;
    margin: 1% auto;
    background: #fff;
    min-height: 245px;
    max-height: 245px;
    overflow: hidden;
}

.image img { 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 12px;
    display: block; 
    max-width: 100%; 
    height: auto;  
    margin: auto;}


.image a { display: block }

.desc{
    min-height: 150px;
} 

#webactu .actu-link{padding: 10px}
 
#webactu .actu-link span{
        color:#4b5355;
    padding-left: 5px;
    font-size: 1.1rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear
}

#webactu .actu-link:hover span{    padding-left: 20px;}

#webactu .actu-link a::after{background: url(../img/right-arrow.svg) no-repeat center center}


.fiche_actu_infos { margin-bottom: 10px}
.date { font-size: 0.857em; }
.categorie { font-size: 0.857em; }

/* fiche actu */
.fiche_solo_actu .image {
    min-height: 345px;
    max-height: 345px;
    margin-bottom: 50px
} 
.fiche_solo_actu .image img {    width: 100%; }
.fiche_solo_actu h2{color: #e41770;font-size:1.3rem;text-transform: inherit ;}
.fiche_solo_actu h3{font-size:1.3rem;text-transform: inherit;font-weight: 400;margin: 40px 0 20px;border-bottom: 1px solid #e41770;}

.fiche_solo_actu .description {  }
.fiche_solo_actu .link a { }
.fiche_solo_actu .link a:hover {  }

.fiche_solo_actu .pdf {margin: 20px 0}
.fiche_solo_actu .pdf a { background: url(../../img/pdf.png) no-repeat 0 50% transparent; padding: 15px 0 15px 50px;}
.fiche_solo_actu .pdf a:hover { text-decoration: none}
@media (max-width: 767px){
.fiche_solo_actu .pdf.pull-right{ float: none !important}
}

.info-bottom{margin: 50px auto}
.info-bottom .link{margin: 50px auto}

/* topActu archives */
#topactu { margin: 0 0 20px }

.pagination { clear: both}


/* script de partage social */
.rrssb-buttons { }



@media (max-width:1380px) {
    #index_actu .controls .btn{padding: 10px}
    .fiche_actu{width: 47%;}
}

@media (max-width:767px) {
    .fiche_actu {width: 100%; margin: 20px auto;}
}















