/*======================================
Theme Name: Divi c-child
Theme URI: https://divicake.com/
Description: Theme created for http://permis-etudiant.ch
Version: 1.0
Author: M.K.
Author URI: http://cuae.ch
Template: Divi
======================================*/

.article {
	display:inline-block;
	border: 1px solid #666;
	padding: 0.3em 0.50em;
}

.citation {
	font-weight:normal;
	
}

.citation:before {
	font-family: "Times New Roman", serif;
	content: '\201C';	
	font-size: 3.5em;	
	position: relative;
	bottom: -0.2em;
	padding-right:3px;
	display: inline-block;
	padding-left: 3px;
	font-weight: bold;
	color: #999;
}

.highlight {
	/*text-decoration:underline;
	text-decoration-color:#f22e55;
	 text-decoration-style: double;*/
	/*font-style:italic;
	color: #f22e55;	*/
	background-color:#FFFF7B;
}

.attention:before {
	content:"\f071";
	font-family: FontAwesome;
	padding-right:0.3em;
	color : #f22e55;
	font-size:1.2em;

}

.attention{
	font-weight:normal;
}
.plus
{
	font-weight:inherit;
}

.plus:before {
	content:"\f0da";
	font-family: FontAwesome;
	padding-right:0.5em;
	color : #f22e55;
	/*font-size:1.2em;*/	 
}

.parenthese {
	font-size:inherit;
	color:#666666;
	line-height:normal;
	
}