*, *::before, *::after	
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, sans-serif;
	padding: 2rem 1rem;
}

#res_script
{
	background-image: url("https://www.univ-smb.fr/listic/wp-content/uploads/sites/66/2020/04/listic-01.svg");
	background-repeat: no-repeat;
	background-size: auto 100px;
	padding-top: calc(100px - 0.5rem);
}

.Rubrique
{
	background-color: #009687;
	color: white;
	margin: 2.5rem 0 1.5rem 0;
	padding: 0.2rem 0.6rem;
	font-size: 2rem;
	font-weight: bold;
}

.SousRubrique
{
	color: black;
	margin: 1.5rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.NoticeRes
{
	margin: 1.5rem 1rem;
	padding: 0;
}

.ChampRes
{
	display:none;
}

.ValeurRes
{
	margin: 0;
	padding-bottom: 0.2rem;
}

.Titre, .Titre a
{
	font-size: 1.2rem;
	color: #4377b5;
}

.Auteurs
{
	font-size: 1rem;	
}

.article
{
	font-size: 1rem;	
}

.article i
{
	font-size: 1rem;	
	font-weight: bold;
}

.DOI
{
	font-size: 1rem;
	color: #4377b5;
}

.Identifiant
{
	font-size: 1rem;
	display: inline;
}

.Identifiant a
{
	cursor: text !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	pointer-events: none !important;
	text-decoration: none;
}

.Fichier_joint,
.LienBibtex
{
	display: inline;
	margin: 0 0 0 1rem;
}

.LienBibtexACoteFulltext
{
	display: inline;
	margin: 0 0 0 1rem;
}
