#menu_sort
{
	float:left;
	width:30%;
	background-color:rgb(from var(--color-main) r g b / 20%);
	margin:0 20px 0 0;
	padding:15px;
}

#menu_sort ul
{
	list-style: none;
	margin:0;
	padding:15px;
}

#menu_sort h2, #menu_sort h2 a:link, #menu_sort h2 a:visited
{
	font-weight:700;
}

#menu_sort h2
{
	font-size: 15px;
	padding:0;
	margin:0;
	line-height:20px;
}

#menu_sort li
{
	font-weight:normal;
	font-size: 13px;
	line-height:18px;
	margin:0 0 8px 0;
}

#menu_sort li a
{
	text-decoration:none;
}

.science
{
	padding:20px;
	display:table-cell;
	width:250px;
	border: solid #ccc 1px;
}

.science .title, #resume .title, #avis .title
{
	font-weight:700;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	background-color:var(--color-main);
	padding:2px 10px;
	margin: 0 0 10px 0;
}

.science .name
{
	font-weight:normal;
	font-size:20px;
	font-style:italic;
	line-height:22px;
}

#resume, #avis
{
	background-color: rgb(from var(--color-main) r g b / 20%);
	display:table-cell;
	padding:20px;
}

#resume .descr
{
	font-size:20px;
	line-height:24px;
}


#pageComment .citation
{
	font-size: 12px;
}

#pageComment .citation
{
	background-color: #ddd;
}