
.backgcell {
	width: 26%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	padding-left: 30px;
}

.article-list .article .featured-article-badge {
	display : none;
	visibility : hidden;
}

.ombre-img {
	box-shadow: 10px 5px 5px #82817e;
	
	width : 203 ;
	height : 273 ;
	box-shadow: #82817e 7px 4px 4px;
	border: #82817e initial;
}
	
.readmore a {
    background-image:none;
    background-color:none ;
	font-style : italic ;
	color : blue ;
}

.textvert {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg)
}

.fadetext {
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari et Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}