/*Add styles for sponsor_caption shortcode in sponsored articles*/
p.shortcode-fake-caption {
	text-align:right;
	text-transform:italic;
	color:#b7b9c2;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: flex-end;
	font-weight: medium;
	line-height: 1;
	display:none; /*Decision de ferdinand : on ne met plus ce bloc -> masqué pour l'existant*/
}
span.shortcode-fake-caption-name {
    font-size: 24px;
    font-weight: 600;
}
img.shortcode-fake-caption-logo {
	max-height:40px;
	width:auto;
	cursor:pointer;
	margin-left: 8px;
}