@charset "UTF-8";

.author_name{
    display: inline-block;
    text-align: justify;
}
.fichesspla_pp{
    display: block;
    float: left;
    max-width: 100px;
    margin-right: 10px;
    padding: 4px;
}
.img_featured{
    position: relative;
    width: 80px ;
    height: 80px;
    overflow: hidden;
}
.img_featured img {
    transform-origin: 30% 30%;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    max-width: 100%;
}
.infos_author span{
    text-align: justify;
}
.infos_author_head{
    width: 100%;
    margin-bottom: 5px;
}
.infos_author_title{
    font-family: Voltaire Regular;
    font-size: 16px;
    color: #292929;
}
.infos_author_title:hover{
    text-decoration: underline;
}
.author_rx{
    float: right;
    display: flex;
}
.author_rx_icon a{
    float: left;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
}
.author_rx_icon a:hover{
    color: #fff;
    font-size: 11px;
}
.author_rx_icon .fa-twitter{
    background: #2aa9e0;
}
.author_rx_icon .fa-facebook{
    background: #204385;
}

/*=-=--------------------------------------=
BOX affiché sur les pages de rubriques
=--------------------------------------=-=*/

.spla_boxwidget ul{
	clear: both;
}
.spla_boxwidget ul li{
    position: relative;
    display: flex;
    border-bottom: 1px solid #F2F2F2;
}
.spla_boxwidget ul li:hover{
    background: #FBFCFA;
}
.spla_boxwidget ul li:hover .titre{
    color: #c02026;
}
.spla_boxwidget ul li a{
    text-decoration: none;
}
.spla_boxwidget ul li .image{
    padding: 0 5px;
    border-left: 2px solid #c02026;
    float: left;
    display: block;
}
.spla_boxwidget ul li img{
    max-width: 60px;
}
.spla_boxwidget ul li .texte{
    display: block;
    margin: 0 5px;
    float: left;
}
.spla_boxwidget ul li .titre{
    font-size: 16px;
}
.spla_boxwidget ul li .date{
    font-size: 13px;
    color: #666;
}
.spla_boxwidget .all{
    display: block;
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}
